#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 |
Constructor.
Definition at line 411 of file DTDDUWords.h.
|
inline |
Definition at line 413 of file DTDDUWords.h.
|
inline |
Definition at line 415 of file DTDDUWords.h.
|
inlinevirtual |
Destructor.
Definition at line 419 of file DTDDUWords.h.
|
inline |
Definition at line 423 of file DTDDUWords.h.
|
inline |
Definition at line 422 of file DTDDUWords.h.
|
inline |
Definition at line 421 of file DTDDUWords.h.
|
inlinestatic |
Definition at line 426 of file DTDDUWords.h.
Referenced by DTDigiToRaw::createFedBuffers().
|
private |
Definition at line 441 of file DTDDUWords.h.