|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGCOSTANALYSIS_MONITORROS_H
6 #define TRIGCOSTANALYSIS_MONITORROS_H 1
8 #include "../MonitorBase.h"
55 virtual std::unique_ptr<CounterBase>
newCounter(
const std::string&
name)
override;
63 std::unique_ptr<CounterBase>
newCounter(
const std::string&
name,
unsigned nRobs);
67 #endif // TRIGCOSTANALYSIS_MONITORROS_H
virtual std::unique_ptr< CounterBase > newCounter(const std::string &name) override
Concrete counter instantiation.
char data[hepevt_bytes_allocation_ATLAS]
MonitorROS()=delete
Forbid default constructor.
virtual ~MonitorROS()=default
Default destructor.
Concrete implimentation of Monitor to monitor Read Out System.
MonitorROS & operator=(const MonitorROS &)=delete
Forbid assignment.
::StatusCode StatusCode
StatusCode definition for legacy code.
MonitorROS(const MonitorROS &)=delete
Forbid copy.
virtual StatusCode newEvent(const CostData &data, const float weight=1.) override
Concrete dispatch method.
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.