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
Tracking
TrkValidation
TrkValHistUtils
TrkValHistUtils
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRKVALHISTUTILS_EFFICIENCYPLOTS_H
6
#define TRKVALHISTUTILS_EFFICIENCYPLOTS_H
7
8
#include "
PlotBase.h
"
9
#include "
ParamPlots.h
"
10
#include "TH1.h"
11
#include "TH2.h"
12
13
namespace
Trk
{
14
15
class
EfficiencyPlots
:
public
PlotBase
{
16
public
:
17
EfficiencyPlots
(
PlotBase
* pParent,
const
std::string&
sDir
,
ParamPlots
* pNumPlots,
ParamPlots
* pDenomPlots);
18
19
ParamPlots
*
m_pDenomPlots
;
20
ParamPlots
*
m_pNumPlots
;
21
22
TH1*
eff_eta
;
23
TH1*
eff_phi
;
24
TH1*
eff_pt
;
25
TH1*
eff_pti
;
26
27
private
:
28
virtual
void
initializePlots
();
29
virtual
void
finalizePlots
();
30
31
};
32
}
33
34
#endif // TRKVALHISTUTILS_EFFICIENCYPLOTS_H
Trk::EfficiencyPlots::m_pDenomPlots
ParamPlots * m_pDenomPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:19
Trk::ParamPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/ParamPlots.h:13
Trk::EfficiencyPlots::EfficiencyPlots
EfficiencyPlots(PlotBase *pParent, const std::string &sDir, ParamPlots *pNumPlots, ParamPlots *pDenomPlots)
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/EfficiencyPlots.cxx:10
PlotBase
Definition:
PlotBase.h:34
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
Trk::EfficiencyPlots::eff_pti
TH1 * eff_pti
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:25
Trk::EfficiencyPlots::initializePlots
virtual void initializePlots()
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/EfficiencyPlots.cxx:22
Trk::EfficiencyPlots::eff_pt
TH1 * eff_pt
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:24
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::EfficiencyPlots::m_pNumPlots
ParamPlots * m_pNumPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:20
Trk::EfficiencyPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:15
Trk::EfficiencyPlots::finalizePlots
virtual void finalizePlots()
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/EfficiencyPlots.cxx:31
PlotBase.h
Trk::EfficiencyPlots::eff_eta
TH1 * eff_eta
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:22
ParamPlots.h
Trk::EfficiencyPlots::eff_phi
TH1 * eff_phi
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/EfficiencyPlots.h:23
Generated on Thu Mar 13 2025 21:09:54 for ATLAS Offline Software by
1.8.18