![]() |
ATLAS Offline Software
|
Helper class to organize the straw elements on TRT readout elements. More...
#include <TRT_Numerology.h>
Public Member Functions | |
| TRT_Numerology () | |
| ~TRT_Numerology ()=default | |
| void | setNBarrelLayers (unsigned int module, unsigned int nLayers) |
| void | setNEndcapLayers (unsigned int wheel, unsigned int nLayers) |
| void | setNBarrelRings (unsigned int ring) |
| void | setNBarrelPhi (unsigned int phi) |
| void | setNEndcapWheels (unsigned int wheel) |
| void | setNEndcapPhi (unsigned int phi) |
| unsigned int | getNBarrelLayers (unsigned int iMod) const |
| unsigned int | getNEndcapLayers (unsigned int iWheel) const |
| unsigned int | getNBarrelRings () const |
| unsigned int | getNBarrelPhi () const |
| unsigned int | getNEndcapWheels () const |
| unsigned int | getNEndcapPhi () const |
Private Attributes | |
| unsigned int | m_nlayerBarrel [3] {} |
| unsigned int | m_nlayerEndcap [18] {} |
| unsigned int | m_nringBarrel |
| unsigned int | m_nphiBarrel |
| unsigned int | m_nwheelEndcap |
| unsigned int | m_nphiEndcap |
Helper class to organize the straw elements on TRT readout elements.
Definition at line 22 of file TRT_Numerology.h.
| InDetDD::TRT_Numerology::TRT_Numerology | ( | ) |
Definition at line 8 of file TRT_Numerology.cxx.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void InDetDD::TRT_Numerology::setNBarrelLayers | ( | unsigned int | module, |
| unsigned int | nLayers ) |
Definition at line 25 of file TRT_Numerology.cxx.
| void InDetDD::TRT_Numerology::setNBarrelPhi | ( | unsigned int | phi | ) |
Definition at line 37 of file TRT_Numerology.cxx.
| void InDetDD::TRT_Numerology::setNBarrelRings | ( | unsigned int | ring | ) |
Definition at line 33 of file TRT_Numerology.cxx.
| void InDetDD::TRT_Numerology::setNEndcapLayers | ( | unsigned int | wheel, |
| unsigned int | nLayers ) |
Definition at line 29 of file TRT_Numerology.cxx.
| void InDetDD::TRT_Numerology::setNEndcapPhi | ( | unsigned int | phi | ) |
Definition at line 45 of file TRT_Numerology.cxx.
| void InDetDD::TRT_Numerology::setNEndcapWheels | ( | unsigned int | wheel | ) |
Definition at line 41 of file TRT_Numerology.cxx.
|
private |
Definition at line 52 of file TRT_Numerology.h.
|
private |
Definition at line 53 of file TRT_Numerology.h.
|
private |
Definition at line 56 of file TRT_Numerology.h.
|
private |
Definition at line 58 of file TRT_Numerology.h.
|
private |
Definition at line 55 of file TRT_Numerology.h.
|
private |
Definition at line 57 of file TRT_Numerology.h.