ATLAS Offline Software
Chi2Test_2D.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_2D_H
10 #define DQM_ALGORITHMS_CHI2TEST_2D_H
11 
13 
14 #include <dqm_core/Algorithm.h>
15 #include <string>
16 #include <iosfwd>
17 
18 namespace dqm_algorithms
19 {
21  // ^ calls Sumw2 on const histogram
22  {
23  Chi2Test_2D ();
24 
25  Chi2Test_2D * clone( );
26  dqm_core::Result * execute( const std::string & , const TObject & , const dqm_core::AlgorithmConfig & );
27  using dqm_core::Algorithm::printDescription;
28  void printDescription(std::ostream& out);
29  };
30 }
31 
32 #endif // DQM_ALGORITHMS_CHI2TEST_2D_H
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition: checker_macros.h:212
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
python.Utilities.clone
clone
Definition: Utilities.py:134
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
dqm_algorithms::Chi2Test_2D
Definition: Chi2Test_2D.h:22
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
dqm_algorithms
Definition: AddReference.h:17
checker_macros.h
Define macros for attributes used to control the static checker.