Enum BoundIndices

Enum Documentation

enum Acts::BoundIndices

Components of a bound track parameters vector.

To be used to access components by named indices instead of just numbers. This must be a regular enum and not a scoped enum class to allow implicit conversion to an integer. The enum value are thus visible directly in namespace Acts and are prefixed to avoid naming collisions.

Values:

enumerator eBoundLoc0 = 0
enumerator eBoundLoc1 = 1
enumerator eBoundPhi = 2
enumerator eBoundTheta = 3
enumerator eBoundQOverP = 4
enumerator eBoundTime = 5
enumerator eBoundSize