Enum AxisDefs

Enum Documentation

enum Acts::AxisDefs

axis defintion element for code readability

  • please use these for access to the member variables if needed, e.g. double z = position[Acts::eZ]; double px = momentum[Acts::ePX];

Values:

enumerator eX = 0
enumerator eY = 1
enumerator eZ = 2
enumerator ePX = 0
enumerator ePY = 1
enumerator ePZ = 2