Enum CoordinateIndices¶
Defined in File Definitions.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= 0¶
-
enumerator
ePos1= 1¶
-
enumerator
ePos2= 2¶
-
enumerator
eTime= 3¶
-
enumerator