ATLAS Offline Software
STG_YMeansperSector.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_STG_YMeansperSector_H
6 #define DQM_ALGORITHMS_STG_YMeansperSector_H
7 
8 
9 
10 #include "dqm_core/Algorithm.h"
11 #include <string>
12 #include <iosfwd>
13 
14 namespace dqm_algorithms {
15 
17  public:
18 
20 
21  virtual ~STG_YMeansperSector();
22  virtual dqm_core::Algorithm* clone();
23  virtual dqm_core::Result* execute( const std::string& name,
24  const TObject& data,
25  const dqm_core::AlgorithmConfig& config );
26  using dqm_core::Algorithm::printDescription;
27  virtual void printDescription(std::ostream& out);
28 
29  protected:
30  std::string m_name;
31  };
32 } //namespace dqm_algorithms
33 
34 #endif // DQM_ALGORITHMS_STG_YMeansperSector_H
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
dqm_algorithms::STG_YMeansperSector::STG_YMeansperSector
STG_YMeansperSector()
Definition: STG_YMeansperSector.cxx:42
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
dqm_algorithms::STG_YMeansperSector::m_name
std::string m_name
Definition: STG_YMeansperSector.h:30
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
config
Definition: PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
Result
ICscStripFitter::Result Result
Definition: CalibCscStripFitter.cxx:13
dqm_algorithms::STG_YMeansperSector::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config)
Definition: STG_YMeansperSector.cxx:65
dqm_algorithms::STG_YMeansperSector::clone
virtual dqm_core::Algorithm * clone()
Definition: STG_YMeansperSector.cxx:57
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
dqm_algorithms
Definition: AddReference.h:17
dqm_algorithms::STG_YMeansperSector::~STG_YMeansperSector
virtual ~STG_YMeansperSector()
Definition: STG_YMeansperSector.cxx:50
dqm_algorithms::STG_YMeansperSector::printDescription
virtual void printDescription(std::ostream &out)
Definition: STG_YMeansperSector.cxx:28
dqm_algorithms::STG_YMeansperSector
Definition: STG_YMeansperSector.h:16