ARICH HAPD Sensor Mask: map of operational/nonoperational HAPDs : one bit per sensor.
More...
#include <ARICHHapdMask.h>
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.
◆ ARICHHapdMask() [1/2]
Default constructor.
Definition at line 32 of file ARICHHapdMask.h.
33 {
34 for (unsigned i = 0; i < c_Size; i++)
35 m_mask[i] = 0;
36 };
◆ ARICHHapdMask() [2/2]
Constructor.
Definition at line 41 of file ARICHHapdMask.h.
42 {
43 for (unsigned i = 0; i < c_Size; i++)
44 m_mask[i] = mask[i];
45 };
◆ ~ARICHHapdMask()
◆ m_mask
The documentation for this class was generated from the following file: