ATLAS Offline Software
DataQuality
dqm_algorithms
dqm_algorithms
SkewnessTest.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_SKEWNESSTEST_H
10
#define DQM_ALGORITHMS_SKEWNESSTEST_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
struct
SkewnessTest
:
public
dqm_core::Algorithm
19
{
20
SkewnessTest
(
const
std::string &
name
);
21
22
//overwrites virtual functions
23
SkewnessTest
*
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
bool
CompareSkewnessTest
(
const
std::string&
type
,
double
value
,
double
threshold
);
28
private
:
29
std::string
m_name
;
30
};
31
}
32
33
#endif // DQM_ALGORITHMS_SKEWNESSTEST_H
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
athena.value
value
Definition:
athena.py:124
dqm_algorithms::SkewnessTest::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
SkewnessTest.cxx:44
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::SkewnessTest::m_name
std::string m_name
Definition:
SkewnessTest.h:29
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
threshold
Definition:
chainparser.cxx:74
dqm_algorithms::SkewnessTest::printDescription
void printDescription(std::ostream &out)
Definition:
SkewnessTest.cxx:110
dqm_algorithms::SkewnessTest::SkewnessTest
SkewnessTest(const std::string &name)
Definition:
SkewnessTest.cxx:30
dqm_algorithms
Definition:
AddReference.h:17
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
dqm_algorithms::SkewnessTest::clone
SkewnessTest * clone()
Definition:
SkewnessTest.cxx:37
dqm_algorithms::SkewnessTest::CompareSkewnessTest
bool CompareSkewnessTest(const std::string &type, double value, double threshold)
Definition:
SkewnessTest.cxx:99
dqm_algorithms::SkewnessTest
Definition:
SkewnessTest.h:19
Generated on Mon Dec 23 2024 21:18:32 for ATLAS Offline Software by
1.8.18