ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
MDTMLOverview.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_MDTMLOVERVIEW_H
6
#define DQM_ALGORITHMS_MDTMLOVERVIEW_H
7
8
9
10
#include "dqm_core/Algorithm.h"
11
#include <string>
12
#include <iosfwd>
13
14
namespace
dqm_algorithms
{
15
16
class
MDTMLOverview
:
public
dqm_core::Algorithm {
17
public
:
18
19
MDTMLOverview
();
20
21
virtual
~MDTMLOverview
();
22
virtual
dqm_core::Algorithm*
clone
();
23
virtual
dqm_core::Result*
execute
(
const
std::string& name,
const
TObject&
object
,
24
const
dqm_core::AlgorithmConfig&
config
);
25
using
dqm_core::Algorithm::printDescription;
26
virtual
void
printDescription
(std::ostream& out);
27
28
private
:
29
std::string
m_name
;
30
};
31
32
}
//namespace dqm_algorithms
33
34
#endif
// DQM_ALGORITHMS_MDTMLOVERVIEW_H
dqm_algorithms::MDTMLOverview::~MDTMLOverview
virtual ~MDTMLOverview()
Definition
MDTMLOverview.cxx:49
dqm_algorithms::MDTMLOverview::clone
virtual dqm_core::Algorithm * clone()
Definition
MDTMLOverview.cxx:55
dqm_algorithms::MDTMLOverview::MDTMLOverview
MDTMLOverview()
Definition
MDTMLOverview.cxx:42
dqm_algorithms::MDTMLOverview::printDescription
virtual void printDescription(std::ostream &out)
Definition
MDTMLOverview.cxx:217
dqm_algorithms::MDTMLOverview::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config)
Definition
MDTMLOverview.cxx:62
dqm_algorithms::MDTMLOverview::m_name
std::string m_name
Definition
MDTMLOverview.h:29
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