ATLAS Offline Software
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 {
15  {
17 
19 
20  //overwrites virtual functions
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::TRTWeightedAverage::~TRTWeightedAverage
~TRTWeightedAverage()
Definition: TRTWeightedAverage.cxx:26
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
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
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
dqm_algorithms::TRTWeightedAverage
Definition: TRTWeightedAverage.h:15
dqm_algorithms
Definition: AddReference.h:17
dqm_algorithms::TRTWeightedAverage::printDescription
virtual void printDescription(std::ostream &out)
Definition: TRTWeightedAverage.cxx:144
dqm_algorithms::TRTWeightedAverage::clone
TRTWeightedAverage * clone()
Definition: TRTWeightedAverage.cxx:30