ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
L1Calo_OutlierAndFlatnessTest.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_L1CALO_OUTLIERANDFLATNESSTEST_H
10
#define DQM_ALGORITHMS_L1CALO_OUTLIERANDFLATNESSTEST_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
class
L1Calo_OutlierAndFlatnessTest
:
public
dqm_core::Algorithm {
19
public
:
20
L1Calo_OutlierAndFlatnessTest
(
const
std::string &
name
);
21
22
//overwrites virtual functions
23
L1Calo_OutlierAndFlatnessTest
*
clone
( );
24
dqm_core::Result
*
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
25
using
dqm_core::Algorithm::printDescription;
26
void
printDescription
(std::ostream&
out
);
27
28
private
:
29
std::string
m_name
;
30
31
unsigned
int
m_counterSkip
;
32
};
33
}
34
35
#endif // DQM_ALGORITHMS_L1CALO_OUTLIERANDFLATNESSTEST_H
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::L1Calo_OutlierAndFlatnessTest::m_counterSkip
unsigned int m_counterSkip
Definition:
L1Calo_OutlierAndFlatnessTest.h:31
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::L1Calo_OutlierAndFlatnessTest::clone
L1Calo_OutlierAndFlatnessTest * clone()
Definition:
L1Calo_OutlierAndFlatnessTest.cxx:33
dqm_algorithms::L1Calo_OutlierAndFlatnessTest::L1Calo_OutlierAndFlatnessTest
L1Calo_OutlierAndFlatnessTest(const std::string &name)
Definition:
L1Calo_OutlierAndFlatnessTest.cxx:28
dqm_algorithms::L1Calo_OutlierAndFlatnessTest::printDescription
void printDescription(std::ostream &out)
Definition:
L1Calo_OutlierAndFlatnessTest.cxx:210
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
dqm_algorithms::L1Calo_OutlierAndFlatnessTest
Definition:
L1Calo_OutlierAndFlatnessTest.h:18
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::L1Calo_OutlierAndFlatnessTest::m_name
std::string m_name
Definition:
L1Calo_OutlierAndFlatnessTest.h:29
dqm_algorithms::L1Calo_OutlierAndFlatnessTest::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
L1Calo_OutlierAndFlatnessTest.cxx:37
Generated on Mon Dec 23 2024 21:12:57 for ATLAS Offline Software by
1.8.18