Go to the documentation of this file.
9 #ifndef DataFormats_CTPPSDigi_TotemFEDInfo
10 #define DataFormats_CTPPSDigi_TotemFEDInfo
25 uint8_t
boe()
const {
return (
header >> 60) & 0xF; }
26 uint32_t
lv1()
const {
return (
header >> 32) & 0xFFFFFF; }
27 uint16_t
bx()
const {
return (
header >> 20) & 0xFFF; }
30 uint8_t
h0()
const {
return (
header >> 0) & 0xF; }
36 uint8_t
eoe()
const {
return (
footer >> 60) & 0xF; }
38 uint8_t
f0()
const {
return (
footer >> 0) & 0xF; }
void setFooter(uint64_t _f)
void setHeader(uint64_t _h)
void setOrbitCounter(uint32_t oc)
uint64_t header
Data from OptoRx headers and footer.
uint16_t optoRxId() const
uint32_t orbitCounter() const
OptoRx headers and footers.
unsigned long long uint64_t
int fedId_
Id from FEDRawDataCollection.