ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
MDTOverview.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_MDTOVERVIEW_H
6
#define DQM_ALGORITHMS_MDTOVERVIEW_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
MDTOverview
:
public
dqm_core::Algorithm {
21
public
:
22
23
MDTOverview
(
const
std::string & name);
24
25
virtual
~MDTOverview
();
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_MDTOVERVIEW_H
dqm_algorithms::MDTOverview::m_name
std::string m_name
Definition
MDTOverview.h:33
dqm_algorithms::MDTOverview::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config)
Definition
MDTOverview.cxx:56
dqm_algorithms::MDTOverview::printDescription
virtual void printDescription(std::ostream &out)
Definition
MDTOverview.cxx:298
dqm_algorithms::MDTOverview::clone
virtual dqm_core::Algorithm * clone()
Definition
MDTOverview.cxx:49
dqm_algorithms::MDTOverview::MDTOverview
MDTOverview(const std::string &name)
Definition
MDTOverview.cxx:36
dqm_algorithms::MDTOverview::~MDTOverview
virtual ~MDTOverview()
Definition
MDTOverview.cxx:43
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