5#ifndef TRIGT2MBTSBITS_H
6#define TRIGT2MBTSBITS_H
40 void print(
void)
const;
43 void print(MsgStream& log)
const;
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
MsgStream & operator<<(MsgStream &m, const TrigT2MbtsBits &trigT2MbtsBits)
Helper operator for printing the object.
TrigT2MbtsBits(const TrigT2MbtsBits &)=default
std::vector< float > m_triggerEnergies
void print(void) const
Prints out data members to std::cout.
TrigT2MbtsBits & operator=(const TrigT2MbtsBits &)=default
TrigT2MbtsBits(TrigT2MbtsBits &&) noexcept=default
static constexpr int NUM_MBTS
A data member to contain the number of MBTS counters.
const std::vector< float > & triggerTimes(void) const
Return the relative times of the triggers.
~TrigT2MbtsBits()=default
const std::vector< float > & triggerEnergies(void) const
Return the trigger energies of each counter.
std::vector< float > m_triggerTimes