HighLAND
|
Variables | |
const GeomIdBit | kClamMSB |
const GeomIdBit | kClamLSB = kClamMSB |
const GeomIdMask | kClamMask |
const GeomIdBit | kYokeMSB = kClamLSB-1 |
const GeomIdBit | kYokeLSB = kYokeMSB-3 |
const GeomIdMask | kYokeMask =MAKE_MASK(kYokeMSB,kYokeLSB) |
const GeomIdBit | kLayerMSB = kYokeLSB-1 |
const GeomIdBit | kLayerLSB = kLayerMSB-3 |
const GeomIdMask | kLayerMask |
const GeomIdBit | kSlotMSB = kLayerLSB-1 |
The slot within a layer. | |
const GeomIdBit | kSlotLSB = kSlotMSB-3 |
const GeomIdMask | kSlotMask |
A field definitions for the SMRD modules
const GeomIdMask ND::GeomId::Def::SMRD::Global::Module::kClamMask |
Definition at line 616 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::SMRD::Global::Module::kClamMSB |
The clam within the magnet. 0) Left Clam (positive X), 1) Right clam (negative X).
Definition at line 613 of file ND280GeomIdDef.hxx.
const GeomIdMask ND::GeomId::Def::SMRD::Global::Module::kLayerMask |
Definition at line 631 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::SMRD::Global::Module::kLayerMSB = kYokeLSB-1 |
The layer within a yoke. The numbering starts at the inner most side of the yoke.
Definition at line 629 of file ND280GeomIdDef.hxx.
const GeomIdMask ND::GeomId::Def::SMRD::Global::Module::kSlotMask |
Definition at line 639 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::SMRD::Global::Module::kYokeMSB = kClamLSB-1 |
The yoke of the particular clam. The numbering starts on the upstream end.
Definition at line 622 of file ND280GeomIdDef.hxx.