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; }
OptoRx headers and footers.
uint16_t optoRxId() const
int fedId_
Id from FEDRawDataCollection.
uint32_t orbitCounter() const
void setFooter(uint64_t _f)
uint64_t header
Data from OptoRx headers and footer.
unsigned long long uint64_t
void setOrbitCounter(uint32_t oc)
void setHeader(uint64_t _h)