ATLAS Offline Software
MUCTPISLAnyHit.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DQM_ALGORITHMS_MUCTPISLANYHIT_H
6 #define DQM_ALGORITHMS_MUCTPISLANYHIT_H
7 
8 #include <string>
9 #include "TObject.h"
10 #include "dqm_core/Algorithm.h"
11 
12 
13 namespace dqm_algorithms {
14 
16 public:
17 
19 
20  virtual ~MUCTPISLAnyHit() = default;
21  virtual dqm_core::Algorithm* clone();
22  virtual dqm_core::Result* execute( const std::string& name, const TObject& data, const dqm_core::AlgorithmConfig& config );
23  using dqm_core::Algorithm::printDescription;
24  virtual void printDescription(std::ostream& out);
25 
26 private:
27  std::string m_name;
28 };
29 
30 } //namespace dqm_algorithms
31 
32 #endif // DQM_ALGORITHMS_MUCTPISLANYHIT_H
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
dqm_algorithms::MUCTPISLAnyHit
Definition: MUCTPISLAnyHit.h:15
config
Definition: PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
dqm_algorithms::MUCTPISLAnyHit::MUCTPISLAnyHit
MUCTPISLAnyHit()
Definition: MUCTPISLAnyHit.cxx:34
dqm_algorithms::MUCTPISLAnyHit::m_name
std::string m_name
Definition: MUCTPISLAnyHit.h:27
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
dqm_algorithms::MUCTPISLAnyHit::~MUCTPISLAnyHit
virtual ~MUCTPISLAnyHit()=default
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
dqm_algorithms
Definition: AddReference.h:17
dqm_algorithms::MUCTPISLAnyHit::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config)
Definition: MUCTPISLAnyHit.cxx:48
dqm_algorithms::MUCTPISLAnyHit::clone
virtual dqm_core::Algorithm * clone()
Definition: MUCTPISLAnyHit.cxx:41
dqm_algorithms::MUCTPISLAnyHit::printDescription
virtual void printDescription(std::ostream &out)
Definition: MUCTPISLAnyHit.cxx:105