ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
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
17
STG_XMeansperSector
();
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
dqm_algorithms::STG_XMeansperSector::~STG_XMeansperSector
virtual ~STG_XMeansperSector()=default
dqm_algorithms::STG_XMeansperSector::m_name
std::string m_name
Definition
STG_XMeansperSector.h:28
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
dqm_algorithms::STG_XMeansperSector::STG_XMeansperSector
STG_XMeansperSector()
Definition
STG_XMeansperSector.cxx:27
dqm_algorithms::STG_XMeansperSector::printDescription
virtual void printDescription(std::ostream &out)
Definition
STG_XMeansperSector.cxx:43
dqm_algorithms::STG_XMeansperSector::clone
virtual dqm_core::Algorithm * clone() override final
Definition
STG_XMeansperSector.cxx:35
ostream
STL class.
const
dqm_algorithms
Definition
AddReference.h:17
dqm_core
Definition
HanConfig.h:34
std
STL namespace.
Result
Definition
fbtTestBasics.cxx:50
protected
#define protected
Definition
testRead.cxx:26
Generated on
for ATLAS Offline Software by
1.16.1