ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
MaskedBinRow.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_MASKEDBINROW_H
10
#define DQM_ALGORITHMS_MASKEDBINROW_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
struct
MaskedBinRow
:
public
dqm_core::Algorithm
19
{
20
MaskedBinRow
();
21
22
~MaskedBinRow
();
23
24
//overwrites virtual functions
25
MaskedBinRow
*
clone
( );
26
dqm_core::Result
*
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
27
using
dqm_core::Algorithm::printDescription;
28
void
printDescription
(std::ostream&
out
);
29
};
30
}
31
32
#endif // DQM_ALGORITHMS_MASKEDBINROW_H
dqm_algorithms::MaskedBinRow::printDescription
void printDescription(std::ostream &out)
Definition:
MaskedBinRow.cxx:238
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::MaskedBinRow::MaskedBinRow
MaskedBinRow()
Definition:
MaskedBinRow.cxx:23
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::MaskedBinRow
Definition:
MaskedBinRow.h:19
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::MaskedBinRow::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
MaskedBinRow.cxx:40
dqm_algorithms::MaskedBinRow::~MaskedBinRow
~MaskedBinRow()
Definition:
MaskedBinRow.cxx:28
dqm_algorithms::MaskedBinRow::clone
MaskedBinRow * clone()
Definition:
MaskedBinRow.cxx:33
Generated on Mon Dec 23 2024 21:14:07 for ATLAS Offline Software by
1.8.18