![]() |
Belle II Software release-09-00-03
|
DHH common mode frame data struct. More...
#include <PXDRawDataStructs.h>

Public Member Functions | |
| unsigned short | getEventNrLo (void) const |
| get trigger_nr_lo | |
| unsigned int | getFixedSize (void) const |
| 100 words | |
| unsigned int | getDHEId (void) const |
| get DHE Id (from word0) | |
Public Attributes | |
| const dhc_frame_header_word0 | word0 |
| word0 | |
| const ubig16_t | trigger_nr_lo |
| trigger_nr_lo | |
| const ubig16_t | data [96] |
| data | |
| const unsigned int | crc32 |
| crc32 | |
DHH common mode frame data struct.
Encapsules the access for different bits within the header Not used in hardware yet, preliminary, data format might change See Data format definitions [BELLE2-NOTE-TE-2016-009] on https://docs.belle2.org/
Definition at line 212 of file PXDRawDataStructs.h.
|
inline |
get DHE Id (from word0)
Definition at line 230 of file PXDRawDataStructs.h.
|
inline |
get trigger_nr_lo
Definition at line 220 of file PXDRawDataStructs.h.
|
inline |
| const unsigned int crc32 |
crc32
Definition at line 216 of file PXDRawDataStructs.h.
| const ubig16_t data[96] |
data
Definition at line 215 of file PXDRawDataStructs.h.
| const ubig16_t trigger_nr_lo |
trigger_nr_lo
Definition at line 214 of file PXDRawDataStructs.h.
| const dhc_frame_header_word0 word0 |
word0
Definition at line 213 of file PXDRawDataStructs.h.