Belle II Software development
|
implementation of FADC Header More...
Public Attributes | |
unsigned int | trgNumber: 8 |
Trigger Number. | |
unsigned int | trgType: 4 |
Trigger Type. | |
unsigned int | trgTiming: 2 |
Trigger Timing. | |
unsigned int | xTalk: 2 |
cross talk tag | |
unsigned int | FADCnum: 8 |
FADC number. | |
unsigned int | DAQType: 1 |
(from 2020c) Event type(0): "0"…3 or …6 acquisition mode, "1"…3-mixed-6 acquisition mode | |
unsigned int | DAQMode: 2 |
Event type(2:1): "00"…1-sample, "01"…3-sample, "10"…6-sample. | |
unsigned int | runType: 2 |
Run Type. | |
unsigned int | check: 3 |
MSB "110" - for FADC Header identification. | |
implementation of FADC Header
Definition at line 103 of file SVDUnpackerModule.h.
unsigned int check |
MSB "110" - for FADC Header identification.
Definition at line 112 of file SVDUnpackerModule.h.
unsigned int DAQMode |
Event type(2:1): "00"…1-sample, "01"…3-sample, "10"…6-sample.
Definition at line 110 of file SVDUnpackerModule.h.
unsigned int DAQType |
(from 2020c) Event type(0): "0"…3 or …6 acquisition mode, "1"…3-mixed-6 acquisition mode
Definition at line 109 of file SVDUnpackerModule.h.
unsigned int FADCnum |
FADC number.
Definition at line 108 of file SVDUnpackerModule.h.
unsigned int runType |
Run Type.
Definition at line 111 of file SVDUnpackerModule.h.
unsigned int trgNumber |
Trigger Number.
Definition at line 104 of file SVDUnpackerModule.h.
unsigned int trgTiming |
Trigger Timing.
Definition at line 106 of file SVDUnpackerModule.h.
unsigned int trgType |
Trigger Type.
Definition at line 105 of file SVDUnpackerModule.h.
unsigned int xTalk |
cross talk tag
Definition at line 107 of file SVDUnpackerModule.h.