ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
GraphPrint.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
8
#ifndef DQM_ALGORITHMS_GRAPHPRINT_H
9
#define DQM_ALGORITHMS_GRAPHPRINT_H
10
11
#include <dqm_core/Algorithm.h>
12
#include <string>
13
#include <iosfwd>
14
15
namespace
dqm_algorithms
16
{
17
class
GraphPrint
:
public
dqm_core::Algorithm
18
{
19
public
:
20
GraphPrint
();
21
virtual
GraphPrint
*
clone
();
22
virtual
dqm_core::Result*
execute
(
const
std::string &,
23
const
TObject & obj,
24
const
dqm_core::AlgorithmConfig & conf );
25
virtual
~GraphPrint
();
26
using
dqm_core::Algorithm::printDescription;
27
void
printDescription
(std::ostream& out);
28
};
29
}
30
31
#endif
// DQM_ALGORITHMS_GRAPHTEST_H
dqm_algorithms::GraphPrint::execute
virtual dqm_core::Result * execute(const std::string &, const TObject &obj, const dqm_core::AlgorithmConfig &conf)
Definition
GraphPrint.cxx:31
dqm_algorithms::GraphPrint::GraphPrint
GraphPrint()
Definition
GraphPrint.cxx:21
dqm_algorithms::GraphPrint::clone
virtual GraphPrint * clone()
Definition
GraphPrint.cxx:27
dqm_algorithms::GraphPrint::~GraphPrint
virtual ~GraphPrint()
Definition
GraphPrint.cxx:25
dqm_algorithms::GraphPrint::printDescription
void printDescription(std::ostream &out)
Definition
GraphPrint.cxx:65
dqm_algorithms
Definition
AddReference.h:17
Generated on
for ATLAS Offline Software by
1.14.0