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
w
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
PhysicsAnalysis
TauID
TauDQA
src
HadProngPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TAUDQA_HADPRONGPLOTS_H
6
#define TAUDQA_HADPRONGPLOTS_H
7
8
#include "
GeneralTauPlots.h
"
9
#include "
xAODTau/TauJet.h
"
10
11
namespace
Tau
{
12
13
class
HadProngPlots
:
public
PlotBase
{
14
public
:
15
HadProngPlots
(
PlotBase
*pParent,
const
std::string&
sDir
,
const
std::string& sTauJetContainerName);
16
virtual
~HadProngPlots
();
17
18
void
fill
(
const
xAOD::TauJet
& tau,
float
weight
);
19
20
Tau::GeneralTauPlots
m_oGeneralTauPlots
;
21
TH1*
m_tauNWideTracks
;
22
TH1*
m_tauCoreFrac
;
23
TH1*
m_tauEoverPTrk
;
24
TH1*
m_tauTrkAvgDist
;
25
TH1*
m_tauIpSig
;
26
TH1*
m_tauDRMax
;
27
TH1*
m_tauMtrks
;
28
TH1*
m_SumPtTrkFrac
;
29
30
TH1*
m_innerTrkAvgDist
;
31
TH1*
m_ptRatioEflowApprox
;
32
TH1*
m_mEflowApprox
;
33
34
TH1*
m_ChPiEMEOverCaloEME
;
35
TH1*
m_EMPOverTrkSysP
;
36
37
TH1*
m_HadRadius
;
38
TH1*
m_EMRadius
;
39
TH1*
m_IsoFrac
;
40
41
TH1*
m_tauSflight
;
42
43
private
:
44
void
initializePlots
();
45
std::string
m_sTauJetContainerName
;
46
};
47
48
}
49
50
#endif
Tau::HadProngPlots::fill
void fill(const xAOD::TauJet &tau, float weight)
Definition:
HadProngPlots.cxx:60
Tau::HadProngPlots::m_tauEoverPTrk
TH1 * m_tauEoverPTrk
Definition:
HadProngPlots.h:23
Tau::HadProngPlots::m_tauIpSig
TH1 * m_tauIpSig
Definition:
HadProngPlots.h:25
Tau::HadProngPlots::m_tauSflight
TH1 * m_tauSflight
Definition:
HadProngPlots.h:41
PlotBase
Definition:
PlotBase.h:34
Tau::HadProngPlots::m_tauTrkAvgDist
TH1 * m_tauTrkAvgDist
Definition:
HadProngPlots.h:24
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
Tau::HadProngPlots
Definition:
HadProngPlots.h:13
Tau::HadProngPlots::m_EMRadius
TH1 * m_EMRadius
Definition:
HadProngPlots.h:38
Tau::HadProngPlots::m_tauNWideTracks
TH1 * m_tauNWideTracks
Definition:
HadProngPlots.h:21
Tau::HadProngPlots::m_EMPOverTrkSysP
TH1 * m_EMPOverTrkSysP
Definition:
HadProngPlots.h:35
Tau::HadProngPlots::m_tauCoreFrac
TH1 * m_tauCoreFrac
Definition:
HadProngPlots.h:22
Tau
Definition:
EfficiencyPtPlots.cxx:9
Tau::HadProngPlots::~HadProngPlots
virtual ~HadProngPlots()
Definition:
HadProngPlots.cxx:35
Tau::HadProngPlots::m_SumPtTrkFrac
TH1 * m_SumPtTrkFrac
Definition:
HadProngPlots.h:28
Tau::HadProngPlots::initializePlots
void initializePlots()
Definition:
HadProngPlots.cxx:39
Tau::GeneralTauPlots
Definition:
GeneralTauPlots.h:14
dqt_zlumi_pandas.weight
int weight
Definition:
dqt_zlumi_pandas.py:189
Tau::HadProngPlots::m_IsoFrac
TH1 * m_IsoFrac
Definition:
HadProngPlots.h:39
Tau::HadProngPlots::m_innerTrkAvgDist
TH1 * m_innerTrkAvgDist
Definition:
HadProngPlots.h:30
Tau::HadProngPlots::m_tauMtrks
TH1 * m_tauMtrks
Definition:
HadProngPlots.h:27
Tau::HadProngPlots::HadProngPlots
HadProngPlots(PlotBase *pParent, const std::string &sDir, const std::string &sTauJetContainerName)
Definition:
HadProngPlots.cxx:10
xAOD::TauJet_v3
Class describing a tau jet.
Definition:
TauJet_v3.h:41
Tau::HadProngPlots::m_HadRadius
TH1 * m_HadRadius
Definition:
HadProngPlots.h:37
Tau::HadProngPlots::m_ChPiEMEOverCaloEME
TH1 * m_ChPiEMEOverCaloEME
Definition:
HadProngPlots.h:34
Tau::HadProngPlots::m_tauDRMax
TH1 * m_tauDRMax
Definition:
HadProngPlots.h:26
Tau::HadProngPlots::m_ptRatioEflowApprox
TH1 * m_ptRatioEflowApprox
Definition:
HadProngPlots.h:31
Tau::HadProngPlots::m_sTauJetContainerName
std::string m_sTauJetContainerName
Definition:
HadProngPlots.h:45
TauJet.h
Tau::HadProngPlots::m_oGeneralTauPlots
Tau::GeneralTauPlots m_oGeneralTauPlots
Definition:
HadProngPlots.h:20
GeneralTauPlots.h
Tau::HadProngPlots::m_mEflowApprox
TH1 * m_mEflowApprox
Definition:
HadProngPlots.h:32
Generated on Sat May 10 2025 21:10:20 for ATLAS Offline Software by
1.8.18