ATLAS Offline Software
Static Public Attributes | List of all members
xAOD::AFPStationID Class Reference

Helper class to store ID numbers of AFP stations. More...

#include <AFPStationID.h>

Collaboration diagram for xAOD::AFPStationID:

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...
 

Detailed Description

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

// do something with station at z = 217 m
}

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.

Member Data Documentation

◆ farA

const int xAOD::AFPStationID::farA = 0
static

station with at Z = 217 m

Definition at line 49 of file AFPStationID.h.

◆ farC

const int xAOD::AFPStationID::farC = 3
static

station with at Z = -217 m

Definition at line 52 of file AFPStationID.h.

◆ nearA

const int xAOD::AFPStationID::nearA = 1
static

station with at Z = 205 m

Definition at line 50 of file AFPStationID.h.

◆ nearC

const int xAOD::AFPStationID::nearC = 2
static

station with at Z = -205 m

Definition at line 51 of file AFPStationID.h.


The documentation for this class was generated from the following files:
xAOD::AFPSiHit_v2
Class representing a hit in silicon detector.
Definition: AFPSiHit_v2.h:30
xAOD::AFPStationID::farA
static const int farA
station with at Z = 217 m
Definition: AFPStationID.h:49
xAOD::AFPSiHit_v2::stationID
int stationID() const
Index of the station with pixel hit.