ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
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
8
9
#ifndef DQM_ALGORITHMS_OUTLIERANDFLATNESSTEST_H
10
#define DQM_ALGORITHMS_OUTLIERANDFLATNESSTEST_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
class
OutlierAndFlatnessTest
:
public
dqm_core::Algorithm {
19
public
:
20
OutlierAndFlatnessTest
(
const
std::string & name);
21
22
//overwrites virtual functions
23
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
}
32
33
#endif
// DQM_ALGORITHMS_OUTLIERANDFLATNESSTEST_H
dqm_algorithms::OutlierAndFlatnessTest::printDescription
void printDescription(std::ostream &out)
Definition
OutlierAndFlatnessTest.cxx:338
dqm_algorithms::OutlierAndFlatnessTest::m_name
std::string m_name
Definition
OutlierAndFlatnessTest.h:29
dqm_algorithms::OutlierAndFlatnessTest::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition
OutlierAndFlatnessTest.cxx:39
dqm_algorithms::OutlierAndFlatnessTest::OutlierAndFlatnessTest
OutlierAndFlatnessTest(const std::string &name)
Definition
OutlierAndFlatnessTest.cxx:29
dqm_algorithms::OutlierAndFlatnessTest::clone
OutlierAndFlatnessTest * clone()
Definition
OutlierAndFlatnessTest.cxx:34
dqm_algorithms
Definition
AddReference.h:17
Generated on
for ATLAS Offline Software by
1.14.0