#include <DTDDUWords.h>
Public Member Functions | |
DTTDCErrorWord () | |
Constructor. More... | |
DTTDCErrorWord (const DTTDCErrorWord &obj) | |
DTTDCErrorWord (const uint32_t index) | |
int | HU () const |
int | PAF () const |
int | PC () const |
int | tdcError () const |
int | tdcID () const |
<== OBSOLETE!! More... | |
virtual | ~DTTDCErrorWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int pc, int paf, int hu, int tdc_id, int tdc_error) |
Private Attributes | |
uint32_t | word_ |
DT TDC Error interpreter. It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), the TDC_ID (2 bits) and the TDC error flag (15 bits)
Definition at line 683 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 692 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 704 of file DTDDUWords.h.
References DTROSWordType::errorControlWord, ERRORSHIFT, PAF_SHIFT, PC_SHIFT, TDC_ID_SHIFT, and WORDCONTROLSHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
inline |
Definition at line 702 of file DTDDUWords.h.
References TDC_ERROR_MASK, and word_.
Referenced by DTTDCErrorNotifier::print().
|
inline |
<== OBSOLETE!!
Definition at line 701 of file DTDDUWords.h.
References TDC_ID_MASK, TDC_ID_SHIFT, and word_.
Referenced by DTTDCErrorNotifier::print().
|
private |
Definition at line 723 of file DTDDUWords.h.
Referenced by HU(), PAF(), PC(), tdcError(), and tdcID().