|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGCOSTANALYSIS_MONITORCHAIN_H
6 #define TRIGCOSTANALYSIS_MONITORCHAIN_H 1
9 #include "../MonitorBase.h"
56 virtual std::unique_ptr<CounterBase>
newCounter(
const std::string&
name)
override;
64 std::unique_ptr<CounterBase>
newCounter(
const std::string&
name,
unsigned nROS);
67 #endif // TRIGCOSTANALYSIS_MONITORCHAIN_H
char data[hepevt_bytes_allocation_ATLAS]
virtual StatusCode newEvent(const CostData &data, const float weight=1.) override
Concrete dispatch method.
::StatusCode StatusCode
StatusCode definition for legacy code.
MonitorChain & operator=(const MonitorChain &)=delete
Forbid assignment.
Container which represents a time range and holds a collection of Monitors which monitor this range.
MonitorChain()=delete
Forbid default constructor.
virtual std::unique_ptr< CounterBase > newCounter(const std::string &name) override
Concrete counter instantiation.
virtual ~MonitorChain()=default
Default destructor.
Caches and propagates event data to be used by monitoring algorithms.
MonitorChain(const MonitorChain &)=delete
Forbid copy.