ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
AveragePrint.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DQM_ALGORITHMS_AVERAGEPRINT_H
6
#define DQM_ALGORITHMS_AVERAGEPRINT_H
7
8
9
10
#include "dqm_core/Algorithm.h"
11
#include <string>
12
#include <iosfwd>
13
14
namespace
dqm_algorithms
{
15
16
class
AveragePrint
:
public
dqm_core::Algorithm {
17
public
:
18
19
AveragePrint
();
20
21
virtual
~AveragePrint
();
22
virtual
dqm_core::Algorithm*
clone
();
23
virtual
dqm_core::Result*
execute
(
const
std::string& name,
24
const
TObject&
data
,
25
const
dqm_core::AlgorithmConfig&
config
);
26
using
dqm_core::Algorithm::printDescription;
27
virtual
void
printDescription
(std::ostream& out);
28
29
protected
:
30
31
std::string
m_name
;
32
};
33
34
}
//namespace dqm_algorithms
35
36
#endif
// DQM_ALGORITHMS_AVERAGEPRINT_H
data
char data[hepevt_bytes_allocation_ATLAS]
Definition
HepEvt.cxx:11
dqm_algorithms::AveragePrint::AveragePrint
AveragePrint()
Definition
AveragePrint.cxx:43
dqm_algorithms::AveragePrint::m_name
std::string m_name
Definition
AveragePrint.h:31
dqm_algorithms::AveragePrint::~AveragePrint
virtual ~AveragePrint()
Definition
AveragePrint.cxx:51
dqm_algorithms::AveragePrint::clone
virtual dqm_core::Algorithm * clone()
Definition
AveragePrint.cxx:58
dqm_algorithms::AveragePrint::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config)
Definition
AveragePrint.cxx:66
dqm_algorithms::AveragePrint::printDescription
virtual void printDescription(std::ostream &out)
Definition
AveragePrint.cxx:29
config
Definition
PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
dqm_algorithms
Definition
AddReference.h:17
Generated on
for ATLAS Offline Software by
1.14.0