#include <DTDDUWords.h>
Public Member Functions | |
DTTDCMeasurementWord () | |
Constructor. More... | |
DTTDCMeasurementWord (const uint32_t index) | |
int | HU () const |
int | PAF () const |
int | PC () const |
int | tdcChannel () const |
int | tdcID () const |
<== OBSOLETE!! More... | |
int | tdcTime () const |
virtual | ~DTTDCMeasurementWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int pc, int paf, int hu, int tdc_id, int tdc_channel, int tdc_time) |
Private Attributes | |
uint32_t | word_ |
DT TDC Measurement interpreter. It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), the TDC_ID (2 bits), the TDC channel (5 bits), and the TDC time (19 bits)
Definition at line 457 of file DTDDUWords.h.
|
inline |
|
inline |
Definition at line 462 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Definition at line 467 of file DTDDUWords.h.
References PC_MASK, PC_SHIFT, and word_.
Referenced by DTDataIntegrityROSOffline::processROS25().
|
inlinestatic |
Definition at line 474 of file DTDDUWords.h.
References PAF_SHIFT, PC_SHIFT, TDC_CHANNEL_SHIFT, TDC_ID_SHIFT, DTROSWordType::tdcDataControlWord, and WORDCONTROLSHIFT.
Referenced by DTDigiToRaw::createFedBuffers().
|
inline |
Definition at line 471 of file DTDDUWords.h.
References TDC_CHANNEL_MASK, TDC_CHANNEL_SHIFT, and word_.
Referenced by DTDigiToRaw::createFedBuffers(), and DTROS25Unpacker::interpretRawData().
|
inline |
<== OBSOLETE!!
Definition at line 470 of file DTDDUWords.h.
References TDC_ID_MASK, TDC_ID_SHIFT, and word_.
Referenced by DTDigiToRaw::createFedBuffers(), and DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 472 of file DTDDUWords.h.
References TDC_TIME_MASK, TDC_TIME_SHIFT, and word_.
Referenced by DTDigiToRaw::createFedBuffers(), and DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 480 of file DTDDUWords.h.
Referenced by HU(), PAF(), PC(), tdcChannel(), tdcID(), and tdcTime().