ATLAS Offline Software
STG_XMeansperSector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DQM_ALGORITHMS_STG_XMeansperSector_H
6 #define DQM_ALGORITHMS_STG_XMeansperSector_H
7 
8 #include "dqm_core/Algorithm.h"
9 #include <string>
10 #include <iosfwd>
11 
12 namespace dqm_algorithms {
13 
14  class STG_XMeansperSector : public dqm_core::Algorithm {
15  public:
16 
18 
19  virtual ~STG_XMeansperSector() = default;
20  virtual dqm_core::Algorithm* clone() override final;
21  virtual dqm_core::Result* execute( const std::string& name,
22  const TObject& data,
23  const dqm_core::AlgorithmConfig& config ) override final;
24  using dqm_core::Algorithm::printDescription;
25  virtual void printDescription(std::ostream& out);
26 
27  protected:
28  std::string m_name{"STG_XMeansperSector"};
29  };
30 } //namespace dqm_algorithms
31 
32 #endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
dqm_algorithms::STG_XMeansperSector::~STG_XMeansperSector
virtual ~STG_XMeansperSector()=default
dqm_algorithms::STG_XMeansperSector::clone
virtual dqm_core::Algorithm * clone() override final
Definition: STG_XMeansperSector.cxx:35
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:70
dqm_algorithms::STG_XMeansperSector::execute
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config) override final
Definition: STG_XMeansperSector.cxx:57
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:560
config
Definition: PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
dqm_core
Definition: HanConfig.h:34
dqm_algorithms::STG_XMeansperSector::printDescription
virtual void printDescription(std::ostream &out)
Definition: STG_XMeansperSector.cxx:43
dqm_algorithms::STG_XMeansperSector::STG_XMeansperSector
STG_XMeansperSector()
Definition: STG_XMeansperSector.cxx:27
protected
#define protected
Definition: GenEventCnv_p1.h:26
Result
Definition: fbtTestBasics.cxx:50
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
dqm_algorithms::STG_XMeansperSector::m_name
std::string m_name
Definition: STG_XMeansperSector.h:28
dqm_algorithms
Definition: AddReference.h:17
dqm_algorithms::STG_XMeansperSector
Definition: STG_XMeansperSector.h:14