|
ATLAS Offline Software
|
Go to the documentation of this file.
15 : m_header(std::move(
header)), m_trailer(std::move(trailer)), m_RDO(std::move(rdo))
The class that represents the raw data received from an L1Topo board.
const Header & header() const
Get methods.
const std::string dump() const
terse printout method used by RoIBResult
Namespace of the LVL1 RoIB simulation.
const L1TopoRDO & rdo() const
Member function returning the RDO.
const std::string dump() const
print myself
const std::string dump() const
dump raw object content to string
Header m_header
Data members = header, trailer and RDO.
const Trailer & trailer() const
Member function returning the trailer.
ROIB::Trailer models the LVL1 ROD Trailer.
L1TopoResult(Header &&, Trailer &&, L1TopoRDO &&) noexcept
Constructor with header, trailer and RDO.