ATLAS Offline Software
MDTTubeCheckError.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_MDTTUBECHECKERROR_H
6 #define DQM_ALGORITHMS_MDTTUBECHECKERROR_H
7 
8 
9 
10 #include "dqm_core/Algorithm.h"
11 #include <string>
12 #include <iosfwd>
13 
14 class TF1;
15 class TH1;
16 class TAxis;
17 
18 namespace dqm_algorithms {
19 
21 public:
22 
24 
25  virtual ~MDTTubeCheckError();
26  virtual dqm_core::Algorithm* clone();
27  virtual dqm_core::Result* execute( const std::string& name, const TObject& object,
28  const dqm_core::AlgorithmConfig& config );
29  using dqm_core::Algorithm::printDescription;
30  virtual void printDescription(std::ostream& out);
31 
32 private:
33  std::string m_name;
34 };
35 
36 } //namespace dqm_algorithms
37 
38 #endif // DQM_ALGORITHMS_MDTTUBECHECKERROR_H
dqm_algorithms::MDTTubeCheckError::~MDTTubeCheckError
virtual ~MDTTubeCheckError()
Definition: MDTTubeCheckError.cxx:45
dqm_algorithms::MDTTubeCheckError::printDescription
virtual void printDescription(std::ostream &out)
Definition: MDTTubeCheckError.cxx:194
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
dqm_algorithms::MDTTubeCheckError::m_name
std::string m_name
Definition: MDTTubeCheckError.h:33
config
Definition: PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
dqm_algorithms::MDTTubeCheckError
Definition: MDTTubeCheckError.h:20
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
dqm_algorithms::MDTTubeCheckError::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config)
Definition: MDTTubeCheckError.cxx:58
dqm_algorithms::MDTTubeCheckError::clone
virtual dqm_core::Algorithm * clone()
Definition: MDTTubeCheckError.cxx:51
dqm_algorithms
Definition: AddReference.h:17
TH1
Definition: rootspy.cxx:268
dqm_algorithms::MDTTubeCheckError::MDTTubeCheckError
MDTTubeCheckError()
Definition: MDTTubeCheckError.cxx:38