ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
TRTWeightedAverage.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DQM_ALGORITHMS_TRTWEIGHTEDAVERAGE_H
6
#define DQM_ALGORITHMS_TRTWEIGHTEDAVERAGE_H
7
8
#include <dqm_core/Algorithm.h>
9
#include <string>
10
#include <iosfwd>
11
12
namespace
dqm_algorithms
13
{
14
struct
TRTWeightedAverage
:
public
dqm_core::Algorithm
15
{
16
TRTWeightedAverage
();
17
18
~TRTWeightedAverage
();
19
20
//overwrites virtual functions
21
TRTWeightedAverage
*
clone
( );
22
dqm_core::Result *
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
23
using
dqm_core::Algorithm::printDescription;
24
virtual
void
printDescription
(std::ostream& out);
25
};
26
}
27
28
#endif
// DQM_ALGORITHMS_TRTWEIGHTEDAVERAGE_H
dqm_algorithms
Definition
AddReference.h:17
dqm_algorithms::TRTWeightedAverage::clone
TRTWeightedAverage * clone()
Definition
TRTWeightedAverage.cxx:30
dqm_algorithms::TRTWeightedAverage::printDescription
virtual void printDescription(std::ostream &out)
Definition
TRTWeightedAverage.cxx:144
dqm_algorithms::TRTWeightedAverage::~TRTWeightedAverage
~TRTWeightedAverage()
Definition
TRTWeightedAverage.cxx:26
dqm_algorithms::TRTWeightedAverage::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition
TRTWeightedAverage.cxx:35
dqm_algorithms::TRTWeightedAverage::TRTWeightedAverage
TRTWeightedAverage()
Definition
TRTWeightedAverage.cxx:21
Generated on
for ATLAS Offline Software by
1.14.0