|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef TRIGT1RESULT_MUCTPI_PHASE1_RDO_H
8 #define TRIGT1RESULT_MUCTPI_PHASE1_RDO_H
69 const std::vector< LVL1::MuCTPIBits::Slice >&
slices()
const {
return m_slices; }
81 std::vector< LVL1::MuCTPIBits::Slice >
m_slices;
89 #endif // TRIGT1RESULT_MUCTPI_PHASE1_RDO_H
MuCTPI_Phase1_RDO(std::vector< LVL1::MuCTPIBits::Slice > &&slices, std::vector< size_t > &&errorBits)
This constructor can be used to fill the object with a vector of Slice structs and a vector of errorB...
~MuCTPI_Phase1_RDO()=default
Destructor.
MuCTPI_Phase1_RDO()=default
Default constructor.
const std::vector< size_t > & errorBits() const
Function returning the fragment error bits vector.
Class representing the readout data of the MuCTPI hardware and simulation.
std::vector< LVL1::MuCTPIBits::Slice > m_slices
Variable storing the timeslices read out.
std::vector< size_t > m_errorBits
Variable storing the erorrBits read out.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
macros to associate a CLID to a type
const std::vector< LVL1::MuCTPIBits::Slice > & slices() const
Function returning the timeslice data words.