Belle II Software development
|
DHE 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 | |
void | print (void) const |
print | |
unsigned int | getDHEId (void) const |
get DHE Id | |
unsigned int | getErrorInfo (void) const |
get error info | |
unsigned int | getErrorStateMachineDHP (int dhpid) const |
get error state machine DHP | |
unsigned int | getErrorStateMachineStartDHP (int dhpid) const |
get error state machine start DHP | |
unsigned int | getErrorStateMachineEndDHP (int dhpid) const |
get error state machine end DHP | |
Public Attributes | |
const dhc_frame_header_word0 | word0 |
word0 | |
const ubig16_t | trigger_nr_lo |
trigger_nr_lo | |
const ubig16_t | wordsineventlo |
words swapped... because of DHE 16 bit handling | |
const ubig16_t | wordsineventhi |
wordsineventhi | |
const ubig32_t | errorinfo |
not well defined yet | |
const unsigned int | crc32 |
crc32 | |
DHE 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 501 of file PXDRawDataStructs.h.
|
inline |
get words
Definition at line 511 of file PXDRawDataStructs.h.
|
inline |
get DHE Id
Definition at line 523 of file PXDRawDataStructs.h.
|
inline |
get error info
Definition at line 528 of file PXDRawDataStructs.h.
unsigned int getErrorStateMachineDHP | ( | int | dhpid | ) | const |
get error state machine DHP
Definition at line 190 of file PXDRawDataStructs.cc.
unsigned int getErrorStateMachineEndDHP | ( | int | dhpid | ) | const |
get error state machine end DHP
Definition at line 212 of file PXDRawDataStructs.cc.
unsigned int getErrorStateMachineStartDHP | ( | int | dhpid | ) | const |
get error state machine start DHP
Definition at line 201 of file PXDRawDataStructs.cc.
|
inline |
void print | ( | void | ) | const |
Definition at line 183 of file PXDRawDataStructs.cc.
const unsigned int crc32 |
crc32
Definition at line 507 of file PXDRawDataStructs.h.
const ubig32_t errorinfo |
not well defined yet
Definition at line 506 of file PXDRawDataStructs.h.
const ubig16_t trigger_nr_lo |
trigger_nr_lo
Definition at line 503 of file PXDRawDataStructs.h.
const dhc_frame_header_word0 word0 |
word0
Definition at line 502 of file PXDRawDataStructs.h.
const ubig16_t wordsineventhi |
wordsineventhi
Definition at line 505 of file PXDRawDataStructs.h.
const ubig16_t wordsineventlo |
words swapped... because of DHE 16 bit handling
Definition at line 504 of file PXDRawDataStructs.h.