ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigCost
TrigCostAnalysis
src
monitors
MonitorGlobal.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_MONITORGLOBAL_H
6
#define TRIGCOSTANALYSIS_MONITORGLOBAL_H 1
7
8
#include "
../MonitorBase.h
"
9
14
class
MonitorGlobal
:
public
MonitorBase
{
15
public
:
19
MonitorGlobal
() =
delete
;
20
26
MonitorGlobal
(
const
std::string& name,
const
MonitoredRange
* parent);
27
31
virtual
~MonitorGlobal
() =
default
;
32
36
MonitorGlobal
&
operator=
(
const
MonitorGlobal
&) =
delete
;
37
41
MonitorGlobal
(
const
MonitorGlobal
&) =
delete
;
42
48
virtual
StatusCode
newEvent
(
const
CostData
& data,
const
float
weight = 1.)
override
;
49
55
virtual
std::unique_ptr<CounterBase>
newCounter
(
const
std::string& name)
override
;
56
};
57
58
#endif
// TRIGCOSTANALYSIS_MONITORGLOBAL_H
MonitorBase.h
CostData
Caches and propagates event data to be used by monitoring algorithms.
Definition
CostData.h:26
MonitorBase::MonitorBase
MonitorBase()=delete
Forbid default constructor.
MonitorGlobal::newCounter
virtual std::unique_ptr< CounterBase > newCounter(const std::string &name) override
Concrete counter instantiation.
Definition
MonitorGlobal.cxx:25
MonitorGlobal::operator=
MonitorGlobal & operator=(const MonitorGlobal &)=delete
Forbid assignment.
MonitorGlobal::MonitorGlobal
MonitorGlobal(const MonitorGlobal &)=delete
Forbid copy.
MonitorGlobal::~MonitorGlobal
virtual ~MonitorGlobal()=default
Default destructor.
MonitorGlobal::MonitorGlobal
MonitorGlobal()=delete
Forbid default constructor.
MonitorGlobal::newEvent
virtual StatusCode newEvent(const CostData &data, const float weight=1.) override
Concrete dispatch method.
Definition
MonitorGlobal.cxx:12
MonitoredRange
Container which represents a time range and holds a collection of Monitors which monitor this range.
Definition
MonitoredRange.h:29
Generated on
for ATLAS Offline Software by
1.17.0