HighLAND
|
Namespaces | |
Bar | |
Global | |
Enumerations | |
enum | P0DSeqId { kGlobal = 0, kScintillator } |
Define the sequences required in the P0D. More... | |
Variables | |
const GeomIdBit | kSeqIdMSB = Def::kSubDetectorMSB |
const GeomIdBit | kSeqIdLSB = kSeqIdMSB - 3 |
const GeomIdMask | kSeqIdMask = MAKE_MASK(kSeqIdMSB,kSeqIdLSB) |
Define the p0d specific constants used to decode a geometry identifier. The P0D field is 25 bits divided into a sequence identifier, and a field value.
Depending on the particular sequence, the field values may be further sub-divided.
Define the sequences required in the P0D.
Enumerator | |
---|---|
kGlobal | A global volume. This is used for identifiers that refer to volumes which contain other geometry identifiers. |
kScintillator | A scintillator bar. |
Definition at line 101 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::P0D::kSeqIdMSB = Def::kSubDetectorMSB |
The most significant bit of the sequence identifier field. The sequence id field can have values between 0-15.
Definition at line 112 of file ND280GeomIdDef.hxx.