|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "../counters/CounterAlgorithm.h"
16 if (slot !=
data.onlineSlot()) {
25 return StatusCode::SUCCESS;
30 return std::make_unique<CounterAlgorithm>(
name,
this);
std::string replace(std::string s, const std::string &s2, const std::string &s3)
char data[hepevt_bytes_allocation_ATLAS]
MonitorAlgorithm()=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.
static const std::string hash2string(HLTHash, const std::string &category="TE")
hash function translating identifiers into names (via internal dictionary)
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.