Belle II Software development
|
Event 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 | evtno |
Event Number. | |
unsigned int | time |
Event timestamp. | |
unsigned int | mstime |
Time form beginning of the run in ms. | |
unsigned int | runno |
Run Number. | |
Event record structure for the beamtest data.
Definition at line 15 of file arichBtestData.h.
unsigned int evtno |
Event Number.
Definition at line 21 of file arichBtestData.h.
unsigned int len |
Record length in bytes.
Definition at line 19 of file arichBtestData.h.
unsigned int mstime |
Time form beginning of the run in ms.
Definition at line 25 of file arichBtestData.h.
unsigned int runno |
Run Number.
Definition at line 27 of file arichBtestData.h.
unsigned int time |
Event timestamp.
Definition at line 23 of file arichBtestData.h.
unsigned int type |
Record ID.
Definition at line 17 of file arichBtestData.h.