![]() |
Belle II Software release-09-00-03
|
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 114 of file SVDPackerModule.h.
| unsigned int check |
MSB "110" - for FADC Header identification.
Definition at line 123 of file SVDPackerModule.h.
| unsigned int DAQMode |
Event type(2:1): "00"…1-sample, "01"…3-sample, "10"…6-sample.
Definition at line 121 of file SVDPackerModule.h.
| unsigned int DAQType |
(from 2020c) Event type(0): "0"…3 or …6 acquisition mode, "1"…3-mixed-6 acquisition mode
Definition at line 120 of file SVDPackerModule.h.
| unsigned int FADCnum |
FADC number.
Definition at line 119 of file SVDPackerModule.h.
| unsigned int runType |
Run Type.
Definition at line 122 of file SVDPackerModule.h.
| unsigned int trgNumber |
Trigger Number.
Definition at line 115 of file SVDPackerModule.h.
| unsigned int trgTiming |
Trigger Timing.
Definition at line 117 of file SVDPackerModule.h.
| unsigned int trgType |
Trigger Type.
Definition at line 116 of file SVDPackerModule.h.
| unsigned int xTalk |
cross talk tag
Definition at line 118 of file SVDPackerModule.h.