|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGCOSTANALYSIS_MONITORCHAINALGORITHM_H
6 #define TRIGCOSTANALYSIS_MONITORCHAINALGORITHM_H 1
8 #include "../MonitorBase.h"
55 virtual std::unique_ptr<CounterBase>
newCounter(
const std::string&
name)
override;
58 #endif // TRIGCOSTANALYSIS_MONITORCHAINALGORITHM_H
char data[hepevt_bytes_allocation_ATLAS]
MonitorChainAlgorithm()=delete
Forbid default constructor.
Concrete implementation of Monitor to monitor all Algorithm instances associated with chain in an eve...
virtual ~MonitorChainAlgorithm()=default
Default destructor.
MonitorChainAlgorithm(const MonitorChainAlgorithm &)=delete
Forbid copy.
::StatusCode StatusCode
StatusCode definition for legacy code.
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.
MonitorChainAlgorithm & operator=(const MonitorChainAlgorithm &)=delete
Forbid assignment.
virtual std::unique_ptr< CounterBase > newCounter(const std::string &name) override
Concrete counter instantiation.
Caches and propagates event data to be used by monitoring algorithms.