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