![]() |
Belle II Software development
|
Begin record structure for the beamtest data. More...
#include <arichBtestData.h>
Public Attributes | |
unsigned int | type |
Record ID. | |
unsigned int | len |
Record length in bytes. | |
unsigned int | runno |
Run number. | |
unsigned int | evtno |
Current event number. | |
unsigned int | time |
Timestamp of the run. | |
unsigned int | reserve1 |
Reserved - unused. | |
Begin record structure for the beamtest data.
Definition at line 31 of file arichBtestData.h.
unsigned int evtno |
Current event number.
Definition at line 39 of file arichBtestData.h.
unsigned int len |
Record length in bytes.
Definition at line 35 of file arichBtestData.h.
unsigned int reserve1 |
Reserved - unused.
Definition at line 43 of file arichBtestData.h.
unsigned int runno |
Run number.
Definition at line 37 of file arichBtestData.h.
unsigned int time |
Timestamp of the run.
Definition at line 41 of file arichBtestData.h.
unsigned int type |
Record ID.
Definition at line 33 of file arichBtestData.h.