#include <DTDDUWords.h>
Public Member Functions | |
DTTDCTrailerWord () | |
Constructor. More... | |
DTTDCTrailerWord (const DTTDCTrailerWord &obj) | |
DTTDCTrailerWord (const uint32_t index) | |
int | eventID () const |
int | HU () const |
int | PAF () const |
int | PC () const |
int | tdcID () const |
<== OBSOLETE!! More... | |
int | wordCount () const |
virtual | ~DTTDCTrailerWord () |
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 word_count) |
Private Attributes | |
uint32_t | word_ |
DT TDC Trailer 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 Word ID (12 bits).
Definition at line 554 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 563 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 573 of file DTDDUWords.h.
References EVENT_ID_MASK, EVENT_ID_SHIFT, and DTROSWordType::word_.
|
inline |
Definition at line 571 of file DTDDUWords.h.
References PAF_MASK, PAF_SHIFT, and DTROSWordType::word_.
|
inline |
Definition at line 570 of file DTDDUWords.h.
References PAF_MASK, PAF_SHIFT, and DTROSWordType::word_.
|
inline |
Definition at line 569 of file DTDDUWords.h.
References PC_MASK, PC_SHIFT, and DTROSWordType::word_.
|
inlinestatic |
Definition at line 576 of file DTDDUWords.h.
References EVENT_ID_SHIFT, PAF_SHIFT, PC_SHIFT, TDC_ID_SHIFT, DTROSWordType::tdcTrailerControlWord, and WORDCONTROLSHIFT.
|
inline |
<== OBSOLETE!!
Definition at line 572 of file DTDDUWords.h.
References TDC_ID_MASK, TDC_ID_SHIFT, and DTROSWordType::word_.
|
inline |
|
private |
Definition at line 596 of file DTDDUWords.h.