#include <DTDDUWords.h>
Public Member Functions | |
DTLocalTriggerSectorCollectorSubHeaderWord () | |
Constructor. More... | |
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 709 of file DTDDUWords.h.
|
inline |
|
inline |
Definition at line 714 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 720 of file DTDDUWords.h.
References SC_BXC_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inlinestatic |
Definition at line 722 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 719 of file DTDDUWords.h.
References SC_TRIGGERDLY_MASK, SC_TRIGGERDLY_SHIFT, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 728 of file DTDDUWords.h.
Referenced by LocalBunchCounter(), and TriggerDelay().