ATLAS Offline Software
Loading...
Searching...
No Matches
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
15namespace 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
virtual dqm_core::Result * execute(const std::string &, const TObject &obj, const dqm_core::AlgorithmConfig &conf)
virtual GraphPrint * clone()
void printDescription(std::ostream &out)