ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
ReferenceMasking.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
#ifndef DQM_ALGORITHMS_REFERENCEMASKING_H
10
#define DQM_ALGORITHMS_REFERENCEMASKING_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
struct
ReferenceMasking
:
public
dqm_core::Algorithm
19
{
20
ReferenceMasking
(
const
std::string&
name
);
21
ReferenceMasking
*
clone
();
22
using
dqm_core::Algorithm::printDescription;
23
void
printDescription
(std::ostream&
out
);
24
dqm_core::Result
*
execute
(
const
std::string& ,
const
TObject& ,
const
dqm_core::AlgorithmConfig& );
25
private
:
26
std::string
m_name
;
27
};
28
}
29
30
#endif // DQM_ALGORITHMS_REFERENCEMASKING_H
dqm_algorithms::ReferenceMasking::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
ReferenceMasking.cxx:33
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::ReferenceMasking::clone
ReferenceMasking * clone()
Definition:
ReferenceMasking.cxx:27
dqm_algorithms::ReferenceMasking::m_name
std::string m_name
Definition:
ReferenceMasking.h:26
dqm_algorithms::ReferenceMasking
Definition:
ReferenceMasking.h:19
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::ReferenceMasking::printDescription
void printDescription(std::ostream &out)
Definition:
ReferenceMasking.cxx:129
dqm_algorithms::ReferenceMasking::ReferenceMasking
ReferenceMasking(const std::string &name)
Definition:
ReferenceMasking.cxx:21
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
dqm_algorithms
Definition:
AddReference.h:17
Generated on Mon Dec 23 2024 21:17:11 for ATLAS Offline Software by
1.8.18