Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,18 +427,12 @@ datatypes:
declaration: |
/// Get the position error value for the two passed dimensions
float getPositionError(edm4hep::Cartesian dimI, edm4hep::Cartesian dimJ) const { return getPositionError().getValue(dimI, dimJ); }
/// Get the Azimuthal angle of the cluster's intrinsic direction (used e.g. for vertexing). Not to be confused with the cluster position seen from IP
[[deprecated("Use getIPhi instead")]]
float getPhi() const { return getIPhi(); }

MutableExtraCode:
includes: "#include <edm4hep/Constants.h>"
declaration: |
/// Set the position error value for the two passed dimensions
void setPositionError(float value, edm4hep::Cartesian dimI, edm4hep::Cartesian dimJ) { return getPositionError().setValue(value, dimI, dimJ); }
/// Set the Azimuthal angle of the cluster's intrinsic direction (used e.g. for vertexing). Not to be confused with the cluster position seen from IP
[[deprecated("Use setIPhi instead")]]
void setPhi(float value) { setIPhi(value); }


edm4hep::TrackerHit3D:
Expand Down
Loading