ATLAS Offline Software
CSCNoisyDead.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_CSCNOISYDEAD_H
10 #define DQM_ALGORITHMS_CSCNOISYDEAD_H
11 
12 #include <dqm_core/Algorithm.h>
13 #include <string>
14 #include <iosfwd>
15 
16 namespace dqm_algorithms
17 {
19  {
20  CSCNoisyDead();
21 
22  ~CSCNoisyDead();
23 
24  //overwrites virtual functions
25  CSCNoisyDead * 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_CSCNOISYDEAD_H
dqm_algorithms::CSCNoisyDead::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition: CSCNoisyDead.cxx:38
dqm_algorithms::CSCNoisyDead::~CSCNoisyDead
~CSCNoisyDead()
Definition: CSCNoisyDead.cxx:26
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
dqm_algorithms::CSCNoisyDead::clone
CSCNoisyDead * clone()
Definition: CSCNoisyDead.cxx:31
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
dqm_algorithms::CSCNoisyDead
Definition: CSCNoisyDead.h:19
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
dqm_algorithms::CSCNoisyDead::printDescription
void printDescription(std::ostream &out)
Definition: CSCNoisyDead.cxx:248
dqm_algorithms::CSCNoisyDead::CSCNoisyDead
CSCNoisyDead()
Definition: CSCNoisyDead.cxx:21
dqm_algorithms
Definition: AddReference.h:17