HighLAND
|
Variables | |
const GeomIdBit | kFGDMSB |
const GeomIdBit | kFGDLSB = kFGDMSB-2 |
const GeomIdMask | kFGDMask |
const GeomIdBit | kLayerMSB = kFGDLSB-1 |
const GeomIdBit | kLayerLSB = kLayerMSB |
const GeomIdMask | kLayerMask |
const GeomIdBit | kModuleMSB = kLayerLSB-1 |
const GeomIdBit | kModuleLSB = kModuleMSB-8 |
const GeomIdMask | kModuleMask |
A field definitions for the FGD layers
const GeomIdMask ND::GeomId::Def::FGD::Global::Layer::kFGDMask |
Definition at line 354 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::FGD::Global::Layer::kFGDMSB |
The number of the FGD within the detector. The numbering starts at the upstream end and starts from zero: 0) FGD1, 1) FGD2. The FGD2 contains the water target.
Definition at line 351 of file ND280GeomIdDef.hxx.
const GeomIdMask ND::GeomId::Def::FGD::Global::Layer::kLayerMask |
Definition at line 362 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::FGD::Global::Layer::kLayerMSB = kFGDLSB-1 |
The layer within the module. Layer zero is X, and layer one is Y.
Definition at line 360 of file ND280GeomIdDef.hxx.
const GeomIdMask ND::GeomId::Def::FGD::Global::Layer::kModuleMask |
Definition at line 371 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::FGD::Global::Layer::kModuleMSB = kLayerLSB-1 |
The module within the the FGD. The numbering starts from zero. A module consists of an X and a Y layer.
Definition at line 369 of file ND280GeomIdDef.hxx.