Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataQuality
dqm_algorithms
dqm_algorithms
AFP_ToFEfficiency.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_AFP_ToFEfficiency_H
6
#define DQM_Algorithms_AFP_ToFEfficiency_H
7
8
#include <dqm_core/Algorithm.h>
9
#include <dqm_core/AlgorithmConfig.h>
10
#include <dqm_core/Result.h>
11
12
#include <TObject.h>
13
14
#include <map>
15
#include <ostream>
16
#include <string>
17
#include <utility>
18
#include <vector>
19
20
namespace
dqm_algorithms
{
21
class
AFP_ToFEfficiency
:
public
dqm_core::Algorithm {
22
public
:
23
AFP_ToFEfficiency
();
24
~AFP_ToFEfficiency
();
25
26
AFP_ToFEfficiency
*
clone
()
override
;
27
dqm_core::Result
*
execute
(
const
std::string&
name
,
const
TObject&
object
,
const
dqm_core::AlgorithmConfig&
config
)
override
;
28
void
printDescriptionTo
( std::ostream&
out
)
override
;
29
30
};
31
}
// namespace dqm_algorithms
32
33
#endif // DQM_Algorithms_AFP_ToFEfficiency_H
dqm_algorithms::AFP_ToFEfficiency
Definition:
AFP_ToFEfficiency.h:21
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
config
Definition:
PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::AFP_ToFEfficiency::~AFP_ToFEfficiency
~AFP_ToFEfficiency()
Definition:
AFP_ToFEfficiency.cxx:25
dqm_algorithms::AFP_ToFEfficiency::AFP_ToFEfficiency
AFP_ToFEfficiency()
Definition:
AFP_ToFEfficiency.cxx:21
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
dqm_algorithms::AFP_ToFEfficiency::printDescriptionTo
void printDescriptionTo(std::ostream &out) override
Definition:
AFP_ToFEfficiency.cxx:74
dqm_algorithms::AFP_ToFEfficiency::clone
AFP_ToFEfficiency * clone() override
Definition:
AFP_ToFEfficiency.cxx:29
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::AFP_ToFEfficiency::execute
dqm_core::Result * execute(const std::string &name, const TObject &object, const dqm_core::AlgorithmConfig &config) override
Definition:
AFP_ToFEfficiency.cxx:34
Generated on Sat Apr 5 2025 21:06:59 for ATLAS Offline Software by
1.8.18