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