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