ATLAS Offline Software
Loading...
Searching...
No Matches
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
12namespace 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
28 std::string m_name{"STG_XMeansperSector"};
29 };
30} //namespace dqm_algorithms
31
32#endif
#define protected
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual ~STG_XMeansperSector()=default
virtual dqm_core::Result * execute(const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config) override final
virtual void printDescription(std::ostream &out)
virtual dqm_core::Algorithm * clone() override final
STL class.
STL namespace.