#include <DTDDUWords.h>
Public Member Functions | |
DTLocalTriggerDataWord () | |
Constructor. More... | |
DTLocalTriggerDataWord (const DTLocalTriggerDataWord &obj) | |
DTLocalTriggerDataWord (const uint32_t index) | |
int | getBits (int first) const |
int | hasTrigger (int first) const |
int | SCData () const |
int | trackQuality (int first) const |
virtual | ~DTLocalTriggerDataWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int sc_data) |
Private Attributes | |
uint32_t | word_ |
DT Sector Collector data interpreter. It interprets the Sector Collector data (16 bits)
Definition at line 794 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 803 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 811 of file DTDDUWords.h.
References TRIGGER_DATA_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData(), and trackQuality().
|
inline |
Definition at line 816 of file DTDDUWords.h.
References trackQuality().
Referenced by DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 809 of file DTDDUWords.h.
References TRIGGER_DATA_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inlinestatic |
Definition at line 820 of file DTDDUWords.h.
References DTROSWordType::scTypeWord, DTROSWordType::tdcDataControlWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
inline |
Definition at line 817 of file DTDDUWords.h.
References getBits().
Referenced by hasTrigger(), and DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 832 of file DTDDUWords.h.