ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigCost
TrigCostAnalysis
src
counters
CounterChain.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGCOSTANALYSIS_COUNTERCHAIN_H
6
#define TRIGCOSTANALYSIS_COUNTERCHAIN_H 1
7
8
#include "
../CounterBase.h
"
9
14
class
CounterChain
:
public
CounterBase
{
15
public
:
19
CounterChain
() =
delete
;
20
26
CounterChain
(
const
std::string& name,
const
MonitorBase
* parent);
27
34
CounterChain
(
const
std::string& name,
unsigned
nRos,
const
MonitorBase
* parent);
35
39
virtual
~CounterChain
() =
default
;
40
44
CounterChain
&
operator=
(
const
CounterChain
&) =
delete
;
45
49
CounterChain
(
const
CounterChain
&) =
delete
;
50
57
virtual
StatusCode
newEvent
(
const
CostData
& data,
size_t
index
,
const
float
weight = 1.)
override
;
58
59
private
:
60
bool
m_isInitialized
{};
61
};
62
63
#endif
// TRIGCOSTANALYSIS_COUNTERALGORITHM_H
CounterBase.h
CostData
Caches and propagates event data to be used by monitoring algorithms.
Definition
CostData.h:26
CounterBase::CounterBase
CounterBase()=delete
Forbid default constructor.
CounterChain::newEvent
virtual StatusCode newEvent(const CostData &data, size_t index, const float weight=1.) override
Concrete implimentation.
Definition
CounterChain.cxx:39
CounterChain::CounterChain
CounterChain()=delete
Forbid default constructor.
CounterChain::~CounterChain
virtual ~CounterChain()=default
Default destructor.
CounterChain::CounterChain
CounterChain(const CounterChain &)=delete
Forbid copy.
CounterChain::operator=
CounterChain & operator=(const CounterChain &)=delete
Forbid assignment.
CounterChain::m_isInitialized
bool m_isInitialized
Definition
CounterChain.h:60
MonitorBase
Forward declare.
Definition
Trigger/TrigCost/TrigCostAnalysis/src/MonitorBase.h:33
index
Definition
index.py:1
Generated on
for ATLAS Offline Software by
1.17.0