ATLAS Offline Software
Loading...
Searching...
No Matches
TrigT1Result/TrigT1Result/L1TopoResult.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGT1RESULT_L1TOPORESULT_H
6#define TRIGT1RESULT_L1TOPORESULT_H
7
8
11#include "L1TopoRDO/L1TopoRDO.h"
12
13namespace ROIB {
14
28
30
31 public:
33 L1TopoResult( Header&&, Trailer&&, L1TopoRDO&&) noexcept;
34
36
38 const Header& header() const;
40 const Trailer& trailer() const;
42 const L1TopoRDO& rdo() const;
43
45 const std::string dump() const;
46
47 private:
52
53 }; // class L1TopoResult
54
55} // namespace ROIB
56
57#endif //TRIGT1RESULT_L1TOPORESULT_H
The class that represents the raw data received from an L1Topo board.
Definition L1TopoRDO.h:29
Header models the LVL1 ROD Header.
const Trailer & trailer() const
Member function returning the trailer.
Header m_header
Data members = header, trailer and RDO.
L1TopoResult(Header &&, Trailer &&, L1TopoRDO &&) noexcept
Constructor with header, trailer and RDO.
const L1TopoRDO & rdo() const
Member function returning the RDO.
const Header & header() const
Get methods.
const std::string dump() const
print myself
ROIB::Trailer models the LVL1 ROD Trailer.
Definition Trailer.h:37
Namespace of the LVL1 RoIB simulation.