ATLAS Offline Software
RootFitTEff.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
10 #ifndef DQM_ALGORITHMS_ROOTFITTEFF_H
11 #define DQM_ALGORITHMS_ROOTFITTEFF_H
12 
14 
15 #include <dqm_core/Algorithm.h>
16 #include <string>
17 #include <memory>
18 #include <iosfwd>
19 
20 class TF1;
21 
22 namespace dqm_algorithms
23 {
25  // ^ fit of constant graph
26  {
27  RootFitTEff( const std::string & name );
28 
29  ~RootFitTEff();
30  RootFitTEff * clone( );
31  dqm_core::Result * execute( const std::string & , const TObject & , const dqm_core::AlgorithmConfig & );
32  using dqm_core::Algorithm::printDescription;
33  void printDescription(std::ostream& out);
34  private:
35  std::string m_name;
36  std::unique_ptr<TF1> m_func;
37  };
38 }
39 
40 #endif // DQM_ALGORITHMS_ROOTFITTEFF_H
dqm_algorithms::RootFitTEff::m_name
std::string m_name
Definition: RootFitTEff.h:35
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
dqm_algorithms::RootFitTEff::m_func
std::unique_ptr< TF1 > m_func
Definition: RootFitTEff.h:36
python.Utilities.clone
clone
Definition: Utilities.py:134
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
dqm_algorithms::RootFitTEff
Definition: RootFitTEff.h:26
dqm_algorithms
Definition: AddReference.h:17
checker_macros.h
Define macros for attributes used to control the static checker.