ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigCost
TrigCostAnalysis
src
counters
CounterGlobal.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGCOSTANALYSIS_COUNTERGLOBAL_H
6
#define TRIGCOSTANALYSIS_COUNTERGLOBAL_H 1
7
8
#include "
../CounterBase.h
"
9
14
class
CounterGlobal
:
public
CounterBase
{
15
public
:
19
CounterGlobal
() =
delete
;
20
26
CounterGlobal
(
const
std::string& name,
const
MonitorBase
* parent);
27
31
virtual
~CounterGlobal
() =
default
;
32
36
CounterGlobal
&
operator=
(
const
CounterGlobal
&) =
delete
;
37
41
CounterGlobal
(
const
CounterGlobal
&) =
delete
;
42
49
virtual
StatusCode
newEvent
(
const
CostData
& data,
size_t
incrementWalltime,
const
float
weight = 1.)
override
;
50
};
51
52
#endif
// TRIGCOSTANALYSIS_COUNTERGLOBAL_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.
CounterGlobal::CounterGlobal
CounterGlobal(const CounterGlobal &)=delete
Forbid copy.
CounterGlobal::operator=
CounterGlobal & operator=(const CounterGlobal &)=delete
Forbid assignment.
CounterGlobal::~CounterGlobal
virtual ~CounterGlobal()=default
Default destructor.
CounterGlobal::CounterGlobal
CounterGlobal()=delete
Forbid default constructor.
CounterGlobal::newEvent
virtual StatusCode newEvent(const CostData &data, size_t incrementWalltime, const float weight=1.) override
Concrete implementation.
Definition
CounterGlobal.cxx:22
MonitorBase
Forward declare.
Definition
Trigger/TrigCost/TrigCostAnalysis/src/MonitorBase.h:33
Generated on
for ATLAS Offline Software by
1.17.0