|
ACTS
Experiment-independent tracking
|
Identifier class for ITk detector elements. More...
Public Member Functions | |
| ITkIdentifier (int hardware, int barrelEndcap, int layerWheel, int etaModule, int phiModule, int side) | |
| Constructor. | |
| int | barrelEndcap () const |
| Access the barrel-endcap specifier (-2,0,2). | |
| int | etaModule () const |
| Access the eta module specifier. | |
| int | hardware () const |
| Access the hardware specifier (pixel=0, strip=1). | |
| int | layerWheel () const |
| Access the layer specifier. | |
| int | phiModule () const |
| Access the phi module specifier. | |
| int | side () const |
| Access the side (for double sided strip modules). | |
| std::size_t | value () const |
| A unique identifier that represents the combination of specifiers. | |
Identifier class for ITk detector elements.
| ActsPlugins::ITkIdentifier::ITkIdentifier | ( | int | hardware, |
| int | barrelEndcap, | ||
| int | layerWheel, | ||
| int | etaModule, | ||
| int | phiModule, | ||
| int | side ) |
Constructor.
| hardware | Hardware type (pixel=0, strip=1) |
| barrelEndcap | Barrel/endcap specifier (-2,0,2) |
| layerWheel | Layer or wheel number |
| etaModule | Eta module index |
| phiModule | Phi module index |
| side | Side for double sided strip modules |
| int ActsPlugins::ITkIdentifier::barrelEndcap | ( | ) | const |
Access the barrel-endcap specifier (-2,0,2).
| int ActsPlugins::ITkIdentifier::etaModule | ( | ) | const |
Access the eta module specifier.
| int ActsPlugins::ITkIdentifier::hardware | ( | ) | const |
Access the hardware specifier (pixel=0, strip=1).
| int ActsPlugins::ITkIdentifier::layerWheel | ( | ) | const |
Access the layer specifier.
| int ActsPlugins::ITkIdentifier::phiModule | ( | ) | const |
Access the phi module specifier.
| int ActsPlugins::ITkIdentifier::side | ( | ) | const |
Access the side (for double sided strip modules).
| std::size_t ActsPlugins::ITkIdentifier::value | ( | ) | const |
A unique identifier that represents the combination of specifiers.