Belle II Software development
|
DHH start frame data struct. More...
#include <PXDRawDataStructs.h>
Public Member Functions | |
unsigned short | getEventNrLo (void) const |
get trigger_nr_lo | |
unsigned short | getEventNrHi (void) const |
get trigger_nr_hi | |
unsigned short | getStartFrameNr (void) const |
last DHP frame before trigger | |
unsigned short | getTriggerGate (void) const |
trigger gate (updated to 8 bit, before 10!) | |
unsigned int | getFixedSize (void) const |
8 words | |
void | print (void) const |
print | |
unsigned int | getActiveDHPMask (void) const |
get Active DHP Mask (from word0) | |
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 | trigger_nr_hi |
trigger_nr_hi | |
const ubig16_t | dhe_time_tag_lo |
dhe_time_tag_lo | |
const ubig16_t | dhe_time_tag_hi |
dhe_time_tag_hi | |
const ubig16_t | sfnr_offset |
sfnr_offset | |
const unsigned int | crc32 |
crc32 | |
DHH start 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 158 of file PXDRawDataStructs.h.
|
inline |
get Active DHP Mask (from word0)
Definition at line 196 of file PXDRawDataStructs.h.
|
inline |
get DHE Id (from word0)
Definition at line 201 of file PXDRawDataStructs.h.
|
inline |
get trigger_nr_hi
Definition at line 174 of file PXDRawDataStructs.h.
|
inline |
get trigger_nr_lo
Definition at line 169 of file PXDRawDataStructs.h.
|
inline |
|
inline |
last DHP frame before trigger
Definition at line 179 of file PXDRawDataStructs.h.
|
inline |
trigger gate (updated to 8 bit, before 10!)
Definition at line 184 of file PXDRawDataStructs.h.
void print | ( | void | ) | const |
Definition at line 86 of file PXDRawDataStructs.cc.
const unsigned int crc32 |
crc32
Definition at line 165 of file PXDRawDataStructs.h.
const ubig16_t dhe_time_tag_hi |
dhe_time_tag_hi
Definition at line 163 of file PXDRawDataStructs.h.
const ubig16_t dhe_time_tag_lo |
dhe_time_tag_lo
Definition at line 162 of file PXDRawDataStructs.h.
const ubig16_t sfnr_offset |
sfnr_offset
Definition at line 164 of file PXDRawDataStructs.h.
const ubig16_t trigger_nr_hi |
trigger_nr_hi
Definition at line 161 of file PXDRawDataStructs.h.
const ubig16_t trigger_nr_lo |
trigger_nr_lo
Definition at line 160 of file PXDRawDataStructs.h.
const dhc_frame_header_word0 word0 |
word0
Definition at line 159 of file PXDRawDataStructs.h.