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