HighLAND
ND::GeomId::Def::SMRD::Global::Module Namespace Reference

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
 

Detailed Description

A field definitions for the SMRD modules

c yyyy mmmm ssss
c(1) -- The magnet clam (0 left, 1 right).
y(4) -- The yoke in the magnet (0 to 7)
m(4) -- The layer in the magnet. (0 to 15)
s(4) -- The slot in the layer (0 to 7)

Variable Documentation

§ kClamMask

const GeomIdMask ND::GeomId::Def::SMRD::Global::Module::kClamMask
Initial value:
= MAKE_MASK(kClamMSB,
kClamLSB)

Definition at line 616 of file ND280GeomIdDef.hxx.

§ kClamMSB

const GeomIdBit ND::GeomId::Def::SMRD::Global::Module::kClamMSB
Initial value:
=
Def::SMRD::Global::kFieldMSB

The clam within the magnet. 0) Left Clam (positive X), 1) Right clam (negative X).

Definition at line 613 of file ND280GeomIdDef.hxx.

§ kLayerMask

const GeomIdMask ND::GeomId::Def::SMRD::Global::Module::kLayerMask
Initial value:
= MAKE_MASK(kLayerMSB,
kLayerLSB)

Definition at line 631 of file ND280GeomIdDef.hxx.

§ kLayerMSB

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.

§ kSlotMask

const GeomIdMask ND::GeomId::Def::SMRD::Global::Module::kSlotMask
Initial value:
= MAKE_MASK(kSlotMSB,
kSlotLSB)

Definition at line 639 of file ND280GeomIdDef.hxx.

§ kYokeMSB

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.