Enum CoordinateIndices¶
Defined in File Common.hpp
Enum Documentation¶
-
enum
Acts::CoordinateIndices¶ Components of coordinate vectors.
To be used to access coordinate components by named indices instead of magic numbers. This must be a regular
enumand not a scopedenum classto allow implicit conversion to an integer. The enum value are thus visible directly innamespace Acts.This index enum is not user-configurable (in contrast e.g. to the track parameter index enums) since it must be compatible with varying dimensionality (2d-4d) and other access methods (
.{x,y,z}()accessors).Values:
-
enumerator
ePos0¶
-
enumerator
ePos1¶
-
enumerator
ePos2¶
-
enumerator
eTime¶
-
enumerator
eMom0¶
-
enumerator
eMom1¶
-
enumerator
eMom2¶
-
enumerator
eEnergy¶
-
enumerator
eX¶
-
enumerator
eY¶
-
enumerator
eZ¶
-
enumerator