Belle II Software development
|
ARICH raw-data header. More...
#include <ARICHRawDataHeader.h>
Public Member Functions | |
void | print () |
Print information about ARICHRawHeader. | |
Public Attributes | |
uint8_t | type = 0 |
type | |
uint8_t | version = 0 |
version | |
uint8_t | mergerID = 0 |
merger-board identifier | |
uint8_t | FEBSlot = 0 |
FEB slot. | |
uint32_t | length = 0 |
data length | |
uint32_t | trigger = 0 |
trigger number | |
std::vector< bool > | SEU_FEB = std::vector<bool>(6, false) |
vector of SEU FEBs | |
bool | thscan_mode = false |
thscan mode | |
unsigned | vth = 0 |
vth | |
ARICH raw-data header.
Definition at line 29 of file ARICHRawDataHeader.h.
|
inline |
Print information about ARICHRawHeader.
Definition at line 43 of file ARICHRawDataHeader.h.
uint8_t FEBSlot = 0 |
FEB slot.
Definition at line 33 of file ARICHRawDataHeader.h.
uint32_t length = 0 |
data length
Definition at line 34 of file ARICHRawDataHeader.h.
uint8_t mergerID = 0 |
merger-board identifier
Definition at line 32 of file ARICHRawDataHeader.h.
std::vector<bool> SEU_FEB = std::vector<bool>(6, false) |
vector of SEU FEBs
Definition at line 36 of file ARICHRawDataHeader.h.
bool thscan_mode = false |
thscan mode
Definition at line 37 of file ARICHRawDataHeader.h.
uint32_t trigger = 0 |
trigger number
Definition at line 35 of file ARICHRawDataHeader.h.
uint8_t type = 0 |
type
Definition at line 30 of file ARICHRawDataHeader.h.
uint8_t version = 0 |
version
Definition at line 31 of file ARICHRawDataHeader.h.
unsigned vth = 0 |
vth
Definition at line 38 of file ARICHRawDataHeader.h.