HighLAND
|
Namespaces | |
Pad | |
Enumerations | |
enum | TPCSeqId { kGlobal = 0, kPad } |
Define the sequences required in the TPC. More... | |
Variables | |
const GeomIdBit | kSeqIdMSB = Def::kSubDetectorMSB |
const GeomIdBit | kSeqIdLSB = kSeqIdMSB - 3 |
const GeomIdMask | kSeqIdMask = MAKE_MASK(kSeqIdMSB,kSeqIdLSB) |
Define the TPC specific constants used to decode a geometry identifier.
Define the sequences required in the TPC.
Enumerator | |
---|---|
kGlobal | A global volume. This is used for identifiers that refer to volumes which contain other geometry identifiers. |
kPad | A micromega pad. |
Definition at line 204 of file ND280GeomIdDef.hxx.
const GeomIdBit ND::GeomId::Def::TPC::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 215 of file ND280GeomIdDef.hxx.