Class to contain L1 accept history information from TCDS FED. More...
#include <L1aInfo.h>
Public Member Functions | |
uint16_t | getBXID () const |
uint8_t | getEventType () const |
int16_t | getIndex () const |
uint64_t | getOrbitNr () const |
L1aInfo () | |
L1aInfo (const tcds::L1aInfo_v1 &) | |
Private Attributes | |
uint16_t | bxid_ |
uint8_t | eventType_ |
int16_t | index_ |
uint64_t | orbitNr_ |
Class to contain L1 accept history information from TCDS FED.
L1aInfo::L1aInfo | ( | ) |
Definition at line 4 of file L1aInfo.cc.
L1aInfo::L1aInfo | ( | const tcds::L1aInfo_v1 & | l1Info | ) |
Definition at line 12 of file L1aInfo.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 44 of file L1aInfo.h.
Referenced by getEventType().
|
private |
Definition at line 43 of file L1aInfo.h.
Referenced by getIndex().
|
private |
Definition at line 41 of file L1aInfo.h.
Referenced by getOrbitNr().