|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "../counters/CounterAlgorithmClass.h"
16 if (slot !=
data.onlineSlot()) {
20 const std::string&
name =
data.algNameToClassType(nameHash);
24 return StatusCode::SUCCESS;
29 return std::make_unique<CounterAlgorithmClass>(
name,
this);
char data[hepevt_bytes_allocation_ATLAS]
MonitorAlgorithmClass()=delete
Forbid default constructor.
CounterBase * getCounter(const std::string &name)
Retrieve counter by name.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class used to describe composite objects in the HLT.
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.