ATLAS Offline Software
AFPPixelLayerID.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_AFPPIXELLAYERID_H
15 #define XAODFORWARD_AFPPIXELLAYERID_H
16 
17 namespace xAOD
18 {
19 
20 
58  {
59  public:
60  static const int firstFromIP;
61  static const int secondFromIP;
62  static const int thirdFromIP;
63  static const int fourthFromIP;
64  };
65 
66 }
67 #endif // XAODFORWARD_AFPPIXELLAYERID_H
68 
xAOD::AFPPixelLayerID::fourthFromIP
static const int fourthFromIP
the fourth (last) silicon layer counting from the interaction point
Definition: AFPPixelLayerID.h:63
xAOD::AFPPixelLayerID::firstFromIP
static const int firstFromIP
the silicon layer closest to the interaction point
Definition: AFPPixelLayerID.h:60
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPPixelLayerID::secondFromIP
static const int secondFromIP
the second silicon layer counting from the interaction point
Definition: AFPPixelLayerID.h:61
xAOD::AFPPixelLayerID::thirdFromIP
static const int thirdFromIP
the third silicon layer counting from the interaction point
Definition: AFPPixelLayerID.h:62
xAOD::AFPPixelLayerID
Helper class to store ID numbers of silicon layers (tracking) in an AFP station.
Definition: AFPPixelLayerID.h:58