|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1RESULT_L1TOPORESULT_H
6 #define TRIGT1RESULT_L1TOPORESULT_H
45 const std::string
dump()
const;
57 #endif //TRIGT1RESULT_L1TOPORESULT_H
The class that represents the raw data received from an L1Topo board.
const Header & header() const
Get methods.
Namespace of the LVL1 RoIB simulation.
const L1TopoRDO & rdo() const
Member function returning the RDO.
const std::string dump() const
print myself
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 is the L1Topo part of the RoIBResult.
L1TopoResult(Header &&, Trailer &&, L1TopoRDO &&) noexcept
Constructor with header, trailer and RDO.