#include <DTDDUWords.h>
Public Member Functions | |
DTLocalTriggerSectorCollectorSubHeaderWord () | |
Constructor. More... | |
DTLocalTriggerSectorCollectorSubHeaderWord (const DTLocalTriggerSectorCollectorSubHeaderWord &obj) | |
DTLocalTriggerSectorCollectorSubHeaderWord (const uint32_t index) | |
int | LocalBunchCounter () const |
int | TriggerDelay () const |
virtual | ~DTLocalTriggerSectorCollectorSubHeaderWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int trigdly, int bxcount) |
Private Attributes | |
uint32_t | word_ |
DT Sector Collector private SUB-header interpreter. It interprets local SC bunch Counter and delay (3-bit) between trigger used to stop spying and effective bx stop
Definition at line 971 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 980 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 987 of file DTDDUWords.h.
References SC_BXC_MASK, and DTROSWordType::word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inlinestatic |
Definition at line 990 of file DTDDUWords.h.
References DTROSWordType::headerControlWord, SC_BXC_MASK, SC_TRIGGERDLY_MASK, SC_TRIGGERDLY_SHIFT, DTROSWordType::scTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
|
inline |
Definition at line 986 of file DTDDUWords.h.
References SC_TRIGGERDLY_MASK, SC_TRIGGERDLY_SHIFT, and DTROSWordType::word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 1003 of file DTDDUWords.h.