ATLAS Offline Software
|
Helper class to store ID numbers of AFP stations. More...
#include <AFPStationID.h>
Static Public Attributes | |
static const int | farA = 0 |
station with at Z = 217 m More... | |
static const int | nearA = 1 |
station with at Z = 205 m More... | |
static const int | nearC = 2 |
station with at Z = -205 m More... | |
static const int | farC = 3 |
station with at Z = -217 m More... | |
Helper class to store ID numbers of AFP stations.
This class contains public static const variables which can be used instead of raw numbers for refering to station ID. Enum is not used to allow adding new numbers without the need of modifying the header file.
An example of usage
Stations indexing follows the scheme
Station ID | variable name | Station Name | Station Position |
---|---|---|---|
0 | farA | far station A side | z = 217 m |
1 | nearA | near station A side | z = 205 m |
2 | nearC | near station C side | z = -205 m |
3 | farC | far station C side | z = -217 m |
Definition at line 46 of file AFPStationID.h.
station with at Z = 217 m
Definition at line 49 of file AFPStationID.h.
station with at Z = -217 m
Definition at line 52 of file AFPStationID.h.
station with at Z = 205 m
Definition at line 50 of file AFPStationID.h.
station with at Z = -205 m
Definition at line 51 of file AFPStationID.h.