#include <DTDDUWords.h>
Public Member Functions | |
int | bunchID () const |
DTROBHeaderWord () | |
Constructor. More... | |
DTROBHeaderWord (const DTROBHeaderWord &obj) | |
DTROBHeaderWord (const uint32_t index) | |
int | eventID () const |
int | robID () const |
virtual | ~DTROBHeaderWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int rob_id, int event_id, int bunch_id) |
Private Attributes | |
uint32_t | word_ |
DT ROB Header interpreter. It interprets the ROB_ID (5 bits), the Event ID (12 bits) and the Bunch ID (12 bits).
Definition at line 406 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 415 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 423 of file DTDDUWords.h.
References BUNCH_ID_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData(), and DTDataIntegrityTask::processROS25().
|
inline |
Definition at line 422 of file DTDDUWords.h.
References EVENT_ID_MASK, EVENT_ID_SHIFT, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 421 of file DTDDUWords.h.
References ROB_ID_MASK, word_, and WORDTYPESHIFT.
Referenced by DTROS25Unpacker::interpretRawData(), and DTDataIntegrityTask::processROS25().
|
inlinestatic |
Definition at line 426 of file DTDDUWords.h.
References EVENT_ID_SHIFT, DTROSWordType::headerControlWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by DTDigiToRaw::createFedBuffers(), and betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 441 of file DTDDUWords.h.