#include <DTDDUWords.h>
Public Member Functions | |
int | bunchID () const |
DTTDCHeaderWord () | |
Constructor. More... | |
DTTDCHeaderWord (const DTTDCHeaderWord &obj) | |
DTTDCHeaderWord (const uint32_t index) | |
int | eventID () const |
int | HU () const |
int | PAF () const |
int | PC () const |
int | tdcID () const |
<== OBSOLETE!! More... | |
virtual | ~DTTDCHeaderWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int pc, int paf, int hu, int tdc_id, int event_id, int bunch_id) |
Private Attributes | |
uint32_t | word_ |
DT TDC Header interpreter. It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), the TDC_ID (2 bits), the Event ID (12 bits) and the Bunch ID (12 bits).
Definition at line 500 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 509 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
|
inline |
Definition at line 519 of file DTDDUWords.h.
References EVENT_ID_MASK, EVENT_ID_SHIFT, and DTROSWordType::word_.
|
inline |
Definition at line 517 of file DTDDUWords.h.
References PAF_MASK, PAF_SHIFT, and DTROSWordType::word_.
|
inline |
Definition at line 516 of file DTDDUWords.h.
References PAF_MASK, PAF_SHIFT, and DTROSWordType::word_.
|
inline |
Definition at line 515 of file DTDDUWords.h.
References PC_MASK, PC_SHIFT, and DTROSWordType::word_.
|
inlinestatic |
Definition at line 522 of file DTDDUWords.h.
References EVENT_ID_SHIFT, PAF_SHIFT, PC_SHIFT, TDC_ID_SHIFT, DTROSWordType::tdcHeaderControlWord, and WORDCONTROLSHIFT.
|
inline |
<== OBSOLETE!!
Definition at line 518 of file DTDDUWords.h.
References TDC_ID_MASK, TDC_ID_SHIFT, and DTROSWordType::word_.
|
private |
Definition at line 543 of file DTDDUWords.h.