ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
MDTPercentUnderThresh.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_MDTPERCENTUNDERTHRESH_H
6
#define DQM_ALGORITHMS_MDTPERCENTUNDERTHRESH_H
7
8
9
10
#include "dqm_core/Algorithm.h"
11
#include <string>
12
#include <iosfwd>
13
14
namespace
dqm_algorithms
{
15
16
class
MDTPercentUnderThresh
:
public
dqm_core::Algorithm {
17
public
:
18
19
MDTPercentUnderThresh
();
20
21
virtual
~MDTPercentUnderThresh
();
22
virtual
dqm_core::Algorithm*
clone
();
23
virtual
dqm_core::Result
*
execute
(
const
std::string&
name
,
const
TObject&
data
,
const
dqm_core::AlgorithmConfig&
config
);
24
using
dqm_core::Algorithm::printDescription;
25
virtual
void
printDescription
(std::ostream&
out
);
26
27
private
:
28
std::string
m_name
;
29
};
30
31
}
//namespace dqm_algorithms
32
33
#endif // DQM_ALGORITHMS_MDTPERCENTUNDERTHRESH_H
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
dqm_algorithms::MDTPercentUnderThresh::~MDTPercentUnderThresh
virtual ~MDTPercentUnderThresh()
Definition:
MDTPercentUnderThresh.cxx:44
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::MDTPercentUnderThresh
Definition:
MDTPercentUnderThresh.h:16
config
Definition:
PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
dqm_algorithms::MDTPercentUnderThresh::printDescription
virtual void printDescription(std::ostream &out)
Definition:
MDTPercentUnderThresh.cxx:143
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::MDTPercentUnderThresh::clone
virtual dqm_core::Algorithm * clone()
Definition:
MDTPercentUnderThresh.cxx:50
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
dqm_algorithms::MDTPercentUnderThresh::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config)
Definition:
MDTPercentUnderThresh.cxx:57
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::MDTPercentUnderThresh::MDTPercentUnderThresh
MDTPercentUnderThresh()
Definition:
MDTPercentUnderThresh.cxx:37
dqm_algorithms::MDTPercentUnderThresh::m_name
std::string m_name
Definition:
MDTPercentUnderThresh.h:28
Generated on Mon Dec 23 2024 21:14:19 for ATLAS Offline Software by
1.8.18