|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef TRIGT1RESULT_MUCTPIRESULT_H
8 #define TRIGT1RESULT_MUCTPIRESULT_H
87 #endif // TRIGT1RESULT_MUCTPIRESULT_H
MuCTPIResult(MuCTPIResult &&) noexcept=default
void dumpData() const
Function dumping the stored information to the message stream.
std::vector< MuCTPIRoI > m_MuCTPIResultRoIVec
Variable storing the MuCTPI RoIs collected by the RoIB.
Trailer m_MuCTPIResultTrailer
Variable storing the trailer for the MuCTPI block.
~MuCTPIResult()=default
Destructor.
const std::string print(const bool longFormat=false) const
print object content in a human readable format to string
Header m_MuCTPIResultHeader
Variable storing the header for the MuCTPI block.
Class for storing the 32-bit muon RoI word.
bool const RAWDATA *ch2 const
Namespace of the LVL1 RoIB simulation.
const Trailer & trailer() const
Member function returning the trailer.
const std::string dump() const
dump raw object content to string
std::string head(std::string s, const std::string &pattern)
head of a string
Class holding the RoIs from the MuCTPI collected by the RoIB.
ROIB::Trailer models the LVL1 ROD Trailer.
const std::vector< MuCTPIRoI > & roIVec() const
Member function returning the RoI vector.
MuCTPIResult()
Default constructor.