ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigCost
TrigCostAnalysis
src
counters
CounterAlgorithm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGCOSTANALYSIS_COUNTERALGORITHM_H
6
#define TRIGCOSTANALYSIS_COUNTERALGORITHM_H 1
7
8
#include "
../CounterBase.h
"
9
14
class
CounterAlgorithm
:
public
CounterBase
{
15
public
:
19
CounterAlgorithm
() =
delete
;
20
27
CounterAlgorithm
(
const
std::string& name,
const
MonitorBase
* parent,
const
bool
skipHistograms=
false
);
28
32
virtual
~CounterAlgorithm
() =
default
;
33
37
CounterAlgorithm
&
operator=
(
const
CounterAlgorithm
&) =
delete
;
38
42
CounterAlgorithm
(
const
CounterAlgorithm
&) =
delete
;
43
50
virtual
StatusCode
newEvent
(
const
CostData
& data,
size_t
index
,
const
float
weight = 1.)
override
;
51
};
52
53
#endif
// TRIGCOSTANALYSIS_COUNTERALGORITHM_H
CounterBase.h
CostData
Caches and propagates event data to be used by monitoring algorithms.
Definition
CostData.h:26
CounterAlgorithm::newEvent
virtual StatusCode newEvent(const CostData &data, size_t index, const float weight=1.) override
Concrete implimentation.
Definition
CounterAlgorithm.cxx:30
CounterAlgorithm::CounterAlgorithm
CounterAlgorithm(const CounterAlgorithm &)=delete
Forbid copy.
CounterAlgorithm::CounterAlgorithm
CounterAlgorithm()=delete
Forbid default constructor.
CounterAlgorithm::operator=
CounterAlgorithm & operator=(const CounterAlgorithm &)=delete
Forbid assignment.
CounterAlgorithm::~CounterAlgorithm
virtual ~CounterAlgorithm()=default
Default destructor.
CounterBase::CounterBase
CounterBase()=delete
Forbid default constructor.
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