Skip to content

Commit

Permalink
Remove unnecessary overload to fix ambiguities
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Apr 30, 2024
1 parent 0e549a9 commit 97b5803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ datatypes:
declaration: "
/// Set the position error value for the two passed dimensions\n
void setPositionError(float value, edm4hep::Cartesian dimI, edm4hep::Cartesian dimJ) { return getPositionError().setValue(value, dimI, dimJ); }\n
void setPositionError(std::array<float, 6> values) { getPositionError() = values; }
"

#------------- TrackerHit
Expand Down

0 comments on commit 97b5803

Please sign in to comment.