#include <DTDDUWords.h>
Public Member Functions | |
DTLocalTriggerHeaderWord () | |
Constructor. More... | |
DTLocalTriggerHeaderWord (const DTLocalTriggerHeaderWord &obj) | |
DTLocalTriggerHeaderWord (const uint32_t index) | |
int | eventID () const |
int | SCFO () const |
virtual | ~DTLocalTriggerHeaderWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int event_id, int scfo) |
Private Attributes | |
uint32_t | word_ |
DT Sector Collector header interpreter. It interprets ROS event ID (12 bits) and the Sector Collector FIFO occupancy (8 bits)
Definition at line 713 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 722 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 728 of file DTDDUWords.h.
References EVENT_ID_MASK, EVENT_ID_SHIFT, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inline |
|
inlinestatic |
Definition at line 732 of file DTDDUWords.h.
References EVENT_ID_SHIFT, DTROSWordType::headerControlWord, DTROSWordType::scTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 745 of file DTDDUWords.h.