ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
BinsFilledOutRange.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
9
#ifndef DQM_ALGORITHMS_BINSFILLEDOUTRANGE_H
10
#define DQM_ALGORITHMS_BINSFILLEDOUTRANGE_H
11
12
#include <dqm_core/Algorithm.h>
13
#include <string>
14
#include <iosfwd>
15
16
namespace
dqm_algorithms
17
{
18
struct
BinsFilledOutRange
:
public
dqm_core::Algorithm
19
{
20
BinsFilledOutRange
();
21
22
~BinsFilledOutRange
();
23
24
//overwrites virtual functions
25
BinsFilledOutRange
*
clone
( );
26
dqm_core::Result *
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
27
using
dqm_core::Algorithm::printDescription;
28
void
printDescription
(std::ostream& out);
29
};
30
}
31
32
#endif
// DQM_ALGORITHMS_BINSFILLEDOUTRANGE_H
dqm_algorithms
Definition
AddReference.h:17
dqm_algorithms::BinsFilledOutRange::printDescription
void printDescription(std::ostream &out)
Definition
BinsFilledOutRange.cxx:141
dqm_algorithms::BinsFilledOutRange::clone
BinsFilledOutRange * clone()
Definition
BinsFilledOutRange.cxx:34
dqm_algorithms::BinsFilledOutRange::~BinsFilledOutRange
~BinsFilledOutRange()
Definition
BinsFilledOutRange.cxx:29
dqm_algorithms::BinsFilledOutRange::BinsFilledOutRange
BinsFilledOutRange()
Definition
BinsFilledOutRange.cxx:24
dqm_algorithms::BinsFilledOutRange::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition
BinsFilledOutRange.cxx:41
Generated on
for ATLAS Offline Software by
1.14.0