OptoRx headers and footers. More...
#include <TotemFEDInfo.h>
Public Member Functions | |
uint8_t | boe () const |
uint16_t | bx () const |
uint8_t | eoe () const |
uint8_t | f0 () const |
int | fedId () const |
uint8_t | fov () const |
uint16_t | fSize () const |
uint8_t | h0 () const |
uint32_t | lv1 () const |
uint16_t | optoRxId () const |
uint32_t | orbitCounter () const |
void | setFEDId (int f) |
void | setFooter (uint64_t _f) |
void | setHeader (uint64_t _h) |
void | setOrbitCounter (uint32_t oc) |
TotemFEDInfo (int id=0) | |
Private Attributes | |
int | fedId_ |
Id from FEDRawDataCollection. More... | |
uint64_t | footer |
uint64_t | header |
Data from OptoRx headers and footer. More... | |
uint32_t | orbitCounter_ |
OptoRx headers and footers.
Definition at line 17 of file TotemFEDInfo.h.
|
inline |
Definition at line 19 of file TotemFEDInfo.h.
|
inline |
Definition at line 25 of file TotemFEDInfo.h.
References header.
|
inline |
Definition at line 27 of file TotemFEDInfo.h.
References header.
|
inline |
|
inline |
|
inline |
Definition at line 22 of file TotemFEDInfo.h.
References fedId_.
Referenced by CTPPSDiamondDQMSource::checkEventNumber().
|
inline |
Definition at line 29 of file TotemFEDInfo.h.
References header.
|
inline |
|
inline |
Definition at line 30 of file TotemFEDInfo.h.
References header.
|
inline |
Definition at line 26 of file TotemFEDInfo.h.
References header.
Referenced by CTPPSDiamondDQMSource::checkEventNumber().
|
inline |
Definition at line 28 of file TotemFEDInfo.h.
References header.
|
inline |
|
inline |
Definition at line 21 of file TotemFEDInfo.h.
|
inline |
Definition at line 35 of file TotemFEDInfo.h.
References footer.
Referenced by pps::RawDataUnpacker::processOptoRxFrame().
|
inline |
Definition at line 24 of file TotemFEDInfo.h.
References header.
Referenced by pps::RawDataUnpacker::processOptoRxFrame().
|
inline |
Definition at line 32 of file TotemFEDInfo.h.
References orbitCounter_.
Referenced by pps::RawDataUnpacker::processOptoRxFrameParallel().
|
private |
Id from FEDRawDataCollection.
Definition at line 42 of file TotemFEDInfo.h.
Referenced by fedId(), and setFEDId().
|
private |
Definition at line 47 of file TotemFEDInfo.h.
Referenced by eoe(), f0(), fSize(), and setFooter().
|
private |
Data from OptoRx headers and footer.
Definition at line 45 of file TotemFEDInfo.h.
Referenced by boe(), bx(), fov(), h0(), lv1(), optoRxId(), and setHeader().
|
private |
Definition at line 46 of file TotemFEDInfo.h.
Referenced by orbitCounter(), and setOrbitCounter().