ATLAS Offline Software
AFPStationID.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
14 #ifndef XAODFORWARD_AFPSTATIONID_H
15 #define XAODFORWARD_AFPSTATIONID_H
16 
17 namespace xAOD
18 {
19 
47  {
48  public:
49  static const int farA;
50  static const int nearA;
51  static const int nearC;
52  static const int farC;
53  };
54 
55 }
56 #endif // XAODFORWARD_AFPSTATIONID_H
57 
xAOD::AFPStationID::nearC
static const int nearC
station with at Z = -205 m
Definition: AFPStationID.h:51
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPStationID
Helper class to store ID numbers of AFP stations.
Definition: AFPStationID.h:47
xAOD::AFPStationID::farA
static const int farA
station with at Z = 217 m
Definition: AFPStationID.h:49
xAOD::AFPStationID::nearA
static const int nearA
station with at Z = 205 m
Definition: AFPStationID.h:50
xAOD::AFPStationID::farC
static const int farC
station with at Z = -217 m
Definition: AFPStationID.h:52