|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGCONFDATA_L1TOPOOUTPUT_H
6 #define TRIGCONFDATA_L1TOPOOUTPUT_H
33 return "L1TopoOutput";
37 const std::string &
algName()
const;
44 unsigned int clock()
const;
56 unsigned int fpga()
const;
62 unsigned int board()
const;
const ptree & data() const
Access to the underlying data, if needed.
L1Topo output line configuration.
unsigned int fpga() const
Accessor to the FPGA number.
Forward iterator to traverse the main components of the trigger configuration.
virtual std::string className() const override
A string that is the name of the class.
unsigned int clock() const
Accessor to the clock the signals are sent on.
boost::property_tree::ptree ptree
const std::string & triggerLines() const
Accessor to the algorithm trigger lines.
Base class for Trigger configuration data and wrapper around underlying representation.
unsigned int board() const
Accessor to the board number.
virtual ~L1TopoOutput() override=default
Destructor.
unsigned int firstBit() const
Accessor to the cable bit of the first signal.
const std::string & algName() const
Accessor to the algorithm name.
L1TopoOutput()
Constructor.