ATLAS Offline Software
|
Helper class to store ID numbers of silicon layers (tracking) in an AFP station. More...
#include <AFPPixelLayerID.h>
Static Public Attributes | |
static const int | firstFromIP = 0 |
the silicon layer closest to the interaction point More... | |
static const int | secondFromIP = 1 |
the second silicon layer counting from the interaction point More... | |
static const int | thirdFromIP = 2 |
the third silicon layer counting from the interaction point More... | |
static const int | fourthFromIP = 3 |
the fourth (last) silicon layer counting from the interaction point More... | |
Helper class to store ID numbers of silicon layers (tracking) in an AFP station.
This class contains public static const variables which can be used instead of raw numbers for refering to silicon layers ID. Enum is not used to allow adding new numbers without the need of modifying the header file.
An example of usage
The layer closest to the interaction point has index 0, the layer furthest from the interaction point has index 3.
Far Station A Side (ID = 0) | Near Station A Side (ID = 1) | Near Station C Side (ID = 2) | Far Station C Side (ID = 3) | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fourthFromIP = 3 | thirdFromIP = 2 | secondFromIP = 1 | firstFromIP = 0 | fourthFromIP = 3 | thirdFromIP = 2 | secondFromIP = 1 | firstFromIP = 0 | INTERACTION POINT | firstFromIP = 0 | secondFromIP = 1 | thirdFromIP = 2 | fourthFromIP = 3 | firstFromIP = 0 | secondFromIP = 1 | thirdFromIP = 2 | fourthFromIP = 3 |
Definition at line 57 of file AFPPixelLayerID.h.
the silicon layer closest to the interaction point
Definition at line 60 of file AFPPixelLayerID.h.
the fourth (last) silicon layer counting from the interaction point
Definition at line 63 of file AFPPixelLayerID.h.
the second silicon layer counting from the interaction point
Definition at line 61 of file AFPPixelLayerID.h.
the third silicon layer counting from the interaction point
Definition at line 62 of file AFPPixelLayerID.h.