Belle II Software
release-08-01-10
|
ARICH HAPD Sensor Mask: map of operational/nonoperational HAPDs : one bit per sensor. More...
#include <ARICHHapdMask.h>
Public Types | |
enum | { c_Size = 54 } |
Various constants. More... | |
Public Member Functions | |
ARICHHapdMask () | |
Default constructor. | |
ARICHHapdMask (unsigned char *mask) | |
Constructor. | |
~ARICHHapdMask () | |
Destructor. | |
Private Member Functions | |
ClassDef (ARICHHapdMask, 1) | |
ClassDef. | |
Private Attributes | |
unsigned char | m_mask [c_Size] |
mask 1 bit per sensor | |
ARICH HAPD Sensor Mask: map of operational/nonoperational HAPDs : one bit per sensor.
Definition at line 21 of file ARICHHapdMask.h.
anonymous enum |
Various constants.
Enumerator | |
---|---|
c_Size | storage size in bytes 420 sensors / 8 bits |
Definition at line 26 of file ARICHHapdMask.h.