Enum AlignmentParametersIndices¶
Defined in File AlignmentDefinitions.hpp
Enum Documentation¶
-
enum
Acts::AlignmentParametersIndices¶ Components of alignment parameters vector.
To be used to access components by named indices instead of just 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 Actsand are prefixed to avoid naming collisions.Values:
-
enumerator
eAlignmentCenter0= 0u¶
-
enumerator
eAlignmentCenter1= eAlignmentCenter0 + 1u¶
-
enumerator
eAlignmentCenter2= eAlignmentCenter0 + 2u¶
-
enumerator
eAlignmentRotation0= 3u¶
-
enumerator
eAlignmentRotation1= eAlignmentRotation0 + 1u¶
-
enumerator
eAlignmentRotation2= eAlignmentRotation0 + 2u¶
-
enumerator
eAlignmentParametersSize¶
-
enumerator