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
MuonSpectrometer
MuonValidation
MuonHistogramming
MuonHistUtils
MuonHistUtils
MomentumPullPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONHISTUTILS_MOMENTUMPULLPLOTS_H
6
#define MUONHISTUTILS_MOMENTUMPULLPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODMuon/Muon.h
"
10
11
namespace
Muon
{
12
13
class
MomentumPullPlots
:
public
PlotBase
{
14
public
:
15
MomentumPullPlots
(
PlotBase
*pParent,
const
std::string&
sDir
) :
16
PlotBase
(pParent,
sDir
){}
17
void
fill
(
const
xAOD::Muon
&
mu
,
float
weight
=1.0);
18
19
TH1*
dpt_idme
{
nullptr
};
20
TH1*
ddpt_idme
{
nullptr
};
21
TH1*
dphi_idme
{
nullptr
};
22
TH1*
deta_idme
{
nullptr
};
23
24
TH1*
dpt_cbme
{
nullptr
};
25
TH1*
ddpt_cbme
{
nullptr
};
26
TH1*
dphi_cbme
{
nullptr
};
27
TH1*
deta_cbme
{
nullptr
};
28
29
TH2*
pt_cbme
{
nullptr
};
30
TH2*
pt_cbid
{
nullptr
};
31
TH2*
pt_meid
{
nullptr
};
32
33
private
:
34
void
initializePlots
();
35
36
};
37
38
}
39
40
#endif
41
Muon::MomentumPullPlots::dphi_idme
TH1 * dphi_idme
Definition:
MomentumPullPlots.h:21
PlotBase
Definition:
PlotBase.h:34
Muon::MomentumPullPlots
Definition:
MomentumPullPlots.h:13
Muon::MomentumPullPlots::MomentumPullPlots
MomentumPullPlots(PlotBase *pParent, const std::string &sDir)
Definition:
MomentumPullPlots.h:15
Muon.h
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
xAOD::Muon_v1
Class describing a Muon.
Definition:
Muon_v1.h:38
Muon::MomentumPullPlots::pt_meid
TH2 * pt_meid
Definition:
MomentumPullPlots.h:31
dqt_zlumi_pandas.weight
int weight
Definition:
dqt_zlumi_pandas.py:189
Muon::MomentumPullPlots::dpt_cbme
TH1 * dpt_cbme
Definition:
MomentumPullPlots.h:24
Muon::MomentumPullPlots::deta_cbme
TH1 * deta_cbme
Definition:
MomentumPullPlots.h:27
Muon::MomentumPullPlots::ddpt_idme
TH1 * ddpt_idme
Definition:
MomentumPullPlots.h:20
Muon::MomentumPullPlots::pt_cbid
TH2 * pt_cbid
Definition:
MomentumPullPlots.h:30
Muon::MomentumPullPlots::dpt_idme
TH1 * dpt_idme
Definition:
MomentumPullPlots.h:19
Muon::MomentumPullPlots::deta_idme
TH1 * deta_idme
Definition:
MomentumPullPlots.h:22
Muon::MomentumPullPlots::pt_cbme
TH2 * pt_cbme
Definition:
MomentumPullPlots.h:29
Muon::MomentumPullPlots::initializePlots
void initializePlots()
Definition:
MomentumPullPlots.cxx:13
PlotBase.h
CaloNoise_fillDB.mu
mu
Definition:
CaloNoise_fillDB.py:53
Muon::MomentumPullPlots::fill
void fill(const xAOD::Muon &mu, float weight=1.0)
Definition:
MomentumPullPlots.cxx:30
Muon::MomentumPullPlots::ddpt_cbme
TH1 * ddpt_cbme
Definition:
MomentumPullPlots.h:25
Muon::MomentumPullPlots::dphi_cbme
TH1 * dphi_cbme
Definition:
MomentumPullPlots.h:26
Generated on Sat Mar 15 2025 21:14:59 for ATLAS Offline Software by
1.8.18