|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "../counters/CounterChain.h"
14 const std::vector<TrigCompositeUtils::AlgToChainTool::ChainInfo>& seededChains =
data.seededChains();
15 for (
size_t i = 0;
i < seededChains.size(); ++
i){
24 return StatusCode::SUCCESS;
28 return std::make_unique<CounterChain>(
name,
this);
32 return std::make_unique<CounterChain>(
name, nROS,
this);
char data[hepevt_bytes_allocation_ATLAS]
std::unordered_map< std::string, std::unique_ptr< CounterBase > > m_counters
Storage of Monitor's collection of Counters.
virtual StatusCode newEvent(const CostData &data, const float weight=1.) override
Concrete dispatch method.
bool counterExists(const std::string &name) const
Check if a counter of a given name exists.
CounterBase * getCounter(const std::string &name)
Retrieve counter by name.
::StatusCode StatusCode
StatusCode definition for legacy code.
Container which represents a time range and holds a collection of Monitors which monitor this range.
MonitorChain()=delete
Forbid default constructor.
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.