ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
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
20
class
MDTTubeCheckError
:
public
dqm_core::Algorithm {
21
public
:
22
23
MDTTubeCheckError
();
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:44
dqm_algorithms::MDTTubeCheckError::printDescription
virtual void printDescription(std::ostream &out)
Definition:
MDTTubeCheckError.cxx:191
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:228
dqm_algorithms::MDTTubeCheckError::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config)
Definition:
MDTTubeCheckError.cxx:57
dqm_algorithms::MDTTubeCheckError::clone
virtual dqm_core::Algorithm * clone()
Definition:
MDTTubeCheckError.cxx:50
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::MDTTubeCheckError::MDTTubeCheckError
MDTTubeCheckError()
Definition:
MDTTubeCheckError.cxx:37
Generated on Mon Dec 23 2024 21:14:23 for ATLAS Offline Software by
1.8.18