ATLAS Offline Software
|
L1TopoResult is the L1Topo part of the RoIBResult. More...
#include <L1TopoResult.h>
Public Member Functions | |
L1TopoResult (Header &&, Trailer &&, L1TopoRDO &&) noexcept | |
Constructor with header, trailer and RDO. More... | |
const Header & | header () const |
Get methods. More... | |
const Trailer & | trailer () const |
Member function returning the trailer. More... | |
const L1TopoRDO & | rdo () const |
Member function returning the RDO. More... | |
const std::string | dump () const |
print myself More... | |
Private Attributes | |
Header | m_header |
Data members = header, trailer and RDO. More... | |
Trailer | m_trailer |
L1TopoRDO | m_RDO |
L1TopoResult is the L1Topo part of the RoIBResult.
L1TopoResult is created once per L1Topo board. It contains the L1TopoRDO unpacked from the data from the 'ROI' link of the L1Topo modules along with the standard Header and Trailer. The format is the same although the content is reduced to just the CTP ROI blocks compared to the full 'DAQ' output.
@see L1TopoRDO @see ROIB::Header @see ROIB::Trailer
Definition at line 29 of file TrigT1Result/TrigT1Result/L1TopoResult.h.
const std::string ROIB::L1TopoResult::dump | ( | ) | const |
Get methods.
Member function returning the header
Definition at line 18 of file TrigT1Result/src/L1TopoResult.cxx.
Member function returning the RDO.
Definition at line 26 of file TrigT1Result/src/L1TopoResult.cxx.
Member function returning the trailer.
Definition at line 22 of file TrigT1Result/src/L1TopoResult.cxx.
|
private |
Data members = header, trailer and RDO.
Definition at line 49 of file TrigT1Result/TrigT1Result/L1TopoResult.h.
|
private |
Definition at line 51 of file TrigT1Result/TrigT1Result/L1TopoResult.h.
|
private |
Definition at line 50 of file TrigT1Result/TrigT1Result/L1TopoResult.h.