#include <TRT_BarrelCode.h>
bit definitions to decode TRT straws in barrel
Definition at line 26 of file TRT_BarrelCode.h.
◆ Module
◆ TRT_BarrelCode() [1/4]
InDetDD::TRT_BarrelCode::TRT_BarrelCode |
( |
| ) |
|
◆ TRT_BarrelCode() [2/4]
InDetDD::TRT_BarrelCode::TRT_BarrelCode |
( |
unsigned int |
isPositive, |
|
|
unsigned int |
moduleIndex, |
|
|
unsigned |
phiIndex, |
|
|
unsigned int |
strawLayerIndex |
|
) |
| |
◆ TRT_BarrelCode() [3/4]
◆ TRT_BarrelCode() [4/4]
◆ ~TRT_BarrelCode()
InDetDD::TRT_BarrelCode::~TRT_BarrelCode |
( |
| ) |
|
|
default |
◆ getKey()
unsigned int InDetDD::TRT_BarrelCode::getKey |
( |
| ) |
const |
|
inline |
◆ getModuleIndex()
unsigned int InDetDD::TRT_BarrelCode::getModuleIndex |
( |
| ) |
const |
|
inline |
◆ getName()
std::string InDetDD::TRT_BarrelCode::getName |
( |
| ) |
const |
◆ getPhiIndex()
unsigned int InDetDD::TRT_BarrelCode::getPhiIndex |
( |
| ) |
const |
|
inline |
◆ getStrawLayerIndex()
unsigned int InDetDD::TRT_BarrelCode::getStrawLayerIndex |
( |
| ) |
const |
|
inline |
◆ isPosZ()
unsigned int InDetDD::TRT_BarrelCode::isPosZ |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator<()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ operator>()
◆ m_key
unsigned short int InDetDD::TRT_BarrelCode::m_key |
|
private |
◆ MODULE_MASK
const int InDetDD::TRT_BarrelCode::MODULE_MASK = 0x00000003 |
|
staticprivate |
◆ MODULE_SHIFT
const int InDetDD::TRT_BarrelCode::MODULE_SHIFT = 1 |
|
staticprivate |
◆ PHI_MASK
const int InDetDD::TRT_BarrelCode::PHI_MASK = 0x0000001F |
|
staticprivate |
◆ PHI_SHIFT
const int InDetDD::TRT_BarrelCode::PHI_SHIFT = 3 |
|
staticprivate |
◆ STRAWLAYER_MASK
const int InDetDD::TRT_BarrelCode::STRAWLAYER_MASK = 0x0000001F |
|
staticprivate |
◆ STRAWLAYER_SHIFT
const int InDetDD::TRT_BarrelCode::STRAWLAYER_SHIFT = 8 |
|
staticprivate |
◆ Z_MASK
const int InDetDD::TRT_BarrelCode::Z_MASK = 0x00000001 |
|
staticprivate |
◆ Z_SHIFT
const int InDetDD::TRT_BarrelCode::Z_SHIFT = 0 |
|
staticprivate |
The documentation for this class was generated from the following files: