ATLAS Offline Software
|
L1Calo User Header class. More...
#include <ZdcSubBlockStatus.h>
Public Member Functions | |
ZdcSubBlockStatus (uint32_t status=0x0) | |
Constructor - default just sets word ID and number of header words. More... | |
uint8_t | timeout () const |
uint8_t | link () const |
uint8_t | specific () const |
uint8_t | fifo () const |
uint8_t | bcn () const |
uint8_t | protocol () const |
uint8_t | parity () const |
uint8_t | bcLowBits () const |
Private Attributes | |
uint32_t | m_status |
L1Calo User Header class.
The User Header is the first word of the ROD data and contains Triggered slice offsets for all the sub-detector types.
Definition at line 20 of file ZdcSubBlockStatus.h.
ZdcSubBlockStatus::ZdcSubBlockStatus | ( | uint32_t | status = 0x0 | ) |
Constructor - default just sets word ID and number of header words.
Definition at line 27 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::bcLowBits | ( | ) | const |
Definition at line 52 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::bcn | ( | ) | const |
Definition at line 43 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::fifo | ( | ) | const |
Definition at line 40 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::link | ( | ) | const |
Definition at line 34 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::parity | ( | ) | const |
Definition at line 49 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::protocol | ( | ) | const |
Definition at line 46 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::specific | ( | ) | const |
Definition at line 37 of file ZdcSubBlockStatus.cxx.
uint8_t ZdcSubBlockStatus::timeout | ( | ) | const |
Definition at line 31 of file ZdcSubBlockStatus.cxx.
|
private |
Definition at line 22 of file ZdcSubBlockStatus.h.