![]() |
Belle II Software release-09-00-00
|
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.
|
inline |
Default constructor.
Definition at line 32 of file ARICHHapdMask.h.
|
inlineexplicit |
Constructor.
Definition at line 41 of file ARICHHapdMask.h.
|
inline |
|
private |
mask 1 bit per sensor
Definition at line 54 of file ARICHHapdMask.h.