#include <DTDDUWords.h>
Public Member Functions | |
DTTDCMeasurementWord () | |
Constructor. More... | |
DTTDCMeasurementWord (const DTTDCMeasurementWord &obj) | |
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 607 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 616 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Definition at line 622 of file DTDDUWords.h.
References PC_MASK, PC_SHIFT, and word_.
Referenced by DTDataIntegrityTask::processROS25().
|
inlinestatic |
Definition at line 630 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 626 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 625 of file DTDDUWords.h.
References TDC_ID_MASK, TDC_ID_SHIFT, and word_.
Referenced by DTDigiToRaw::createFedBuffers(), and DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 627 of file DTDDUWords.h.
References TDC_TIME_MASK, TDC_TIME_SHIFT, and word_.
Referenced by DTDigiToRaw::createFedBuffers(), and DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 652 of file DTDDUWords.h.
Referenced by HU(), PAF(), PC(), tdcChannel(), tdcID(), and tdcTime().