ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
ChiComp.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_CHICOMP_H
10
#define DQM_ALGORITHMS_CHICOMP_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
struct
ChiComp
:
public
dqm_core::Algorithm
19
{
20
ChiComp
(
const
std::string & name );
21
22
ChiComp
*
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
private
:
28
std::string
m_name
;
29
};
30
}
31
32
#endif
// DQM_ALGORITHMS_CHICOMP_H
dqm_algorithms
Definition
AddReference.h:17
dqm_algorithms::ChiComp::printDescription
void printDescription(std::ostream &out)
Definition
ChiComp.cxx:188
dqm_algorithms::ChiComp::ChiComp
ChiComp(const std::string &name)
Definition
ChiComp.cxx:26
dqm_algorithms::ChiComp::m_name
std::string m_name
Definition
ChiComp.h:28
dqm_algorithms::ChiComp::clone
ChiComp * clone()
Definition
ChiComp.cxx:33
dqm_algorithms::ChiComp::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition
ChiComp.cxx:40
Generated on
for ATLAS Offline Software by
1.14.0