Belle II Software development
|
DHC End frame data struct. More...
#include <PXDRawDataStructs.h>
Public Member Functions | |
unsigned int | get_words (void) const |
get words | |
unsigned int | getFixedSize (void) const |
get fixed size | |
bool | isFakedData (void) const |
is faked data | |
void | print (void) const |
print | |
unsigned int | get_dhc_id (void) const |
get dhc id (from word0) | |
unsigned int | getErrorInfo (void) const |
get error info | |
Public Attributes | |
const dhc_frame_header_word0 | word0 |
word0 | |
const ubig16_t | trigger_nr_lo |
trigger_nr_lo | |
const ubig32_t | wordsinevent |
wordsinevent | |
const ubig32_t | errorinfo |
errorinfo | |
const unsigned int | crc32 |
crc32 | |
DHC End frame data struct.
Encapsules the access for different bits and data words See Data format definitions [BELLE2-NOTE-TE-2016-009] on https://docs.belle2.org/
Definition at line 463 of file PXDRawDataStructs.h.
|
inline |
get dhc id (from word0)
Definition at line 486 of file PXDRawDataStructs.h.
|
inline |
get words
Definition at line 472 of file PXDRawDataStructs.h.
|
inline |
get error info
Definition at line 491 of file PXDRawDataStructs.h.
|
inline |
bool isFakedData | ( | void | ) | const |
is faked data
Definition at line 166 of file PXDRawDataStructs.cc.
void print | ( | void | ) | const |
Definition at line 175 of file PXDRawDataStructs.cc.
const unsigned int crc32 |
crc32
Definition at line 468 of file PXDRawDataStructs.h.
const ubig32_t errorinfo |
errorinfo
Definition at line 467 of file PXDRawDataStructs.h.
const ubig16_t trigger_nr_lo |
trigger_nr_lo
Definition at line 465 of file PXDRawDataStructs.h.
const dhc_frame_header_word0 word0 |
word0
Definition at line 464 of file PXDRawDataStructs.h.
const ubig32_t wordsinevent |
wordsinevent
Definition at line 466 of file PXDRawDataStructs.h.