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