Belle II Software
release-08-01-10
|
ARICH Channel Mask. More...
#include <ARICHAsicChannelMask.h>
Public Types | |
enum | { c_Size = 18 } |
Various constants. More... | |
Public Member Functions | |
ARICHAsicChannelMask () | |
Default constructor. | |
ARICHAsicChannelMask (unsigned char *mask) | |
Constructor. | |
~ARICHAsicChannelMask () | |
Destructor. | |
Private Member Functions | |
ClassDef (ARICHAsicChannelMask, 1) | |
ClassDef. | |
Private Attributes | |
unsigned char | m_mask [c_Size] |
FPGA bitfile. | |
ARICH Channel Mask.
Definition at line 21 of file ARICHAsicChannelMask.h.
anonymous enum |
Various constants.
Enumerator | |
---|---|
c_Size | storage size in bytes 4*36 channels / 8 bits |
Definition at line 27 of file ARICHAsicChannelMask.h.