|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "../counters/CounterSequence.h"
13 for (
const auto& sequencePair :
data.sequencersMap()) {
14 if (sequencePair.first.empty())
continue;
15 for (
const auto& viewAlgsPair : sequencePair.second){
20 return StatusCode::SUCCESS;
25 return std::make_unique<CounterSequence>(
name,
this);
char data[hepevt_bytes_allocation_ATLAS]
virtual StatusCode newEvent(const CostData &data, size_t index, float weight=1.0)=0
Pure virtual interface called by Monitor to instruct this Counter to perform its analysis.
virtual std::unique_ptr< CounterBase > newCounter(const std::string &name) override
Concrete counter instantiation.
virtual StatusCode newEvent(const CostData &data, const float weight=1.) override
Concrete dispatch method.
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.
Caches and propagates event data to be used by monitoring algorithms.
MonitorSequence()=delete
Forbid default constructor.