12 const uint16_t timestampA,
13 const uint16_t timestampB,
14 const uint16_t cellInfo,
15 const std::vector<uint8_t>&
samples,
18 fpgaTimestamp_(fpgaTimestamp),
19 timestampA_(timestampA),
20 timestampB_(timestampB),
23 totemTimingEventInfo_(totemTimingEventInfo) {}
27 fpgaTimestamp_(digi.fpgaTimestamp_),
28 timestampA_(digi.timestampA_),
29 timestampB_(digi.timestampB_),
30 cellInfo_(digi.cellInfo_),
31 samples_(digi.samples_),
32 totemTimingEventInfo_(digi.totemTimingEventInfo_) {}
bool operator==(const TotemTimingDigi &digi) const
Digis are equal if they have all the same values, NOT checking the samples!
unsigned long long uint64_t
std::vector< uint8_t > samples_