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
Reconstruction
egamma
EgammaPhysValMonitoring
src
PhotonConversionPlots.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 EGAMMAPHYSVALMONITORING_PHOTONCONVERSIONPLOTS_H
6
#define EGAMMAPHYSVALMONITORING_PHOTONCONVERSIONPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
10
#include "
xAODEgamma/Photon.h
"
11
#include "
xAODEventInfo/EventInfo.h
"
12
13
#include <string>
14
15
namespace
Egamma
{
16
class
PhotonConversionPlots
:
public
PlotBase
{
17
public
:
18
PhotonConversionPlots
(
PlotBase
* pParent,
const
std::string&
sDir
,
const
std::string& sParticleType);
19
void
fill
(
const
xAOD::Photon
& photon,
const
xAOD::EventInfo
& eventInfo);
20
21
std::string
m_sParticleType
;
22
23
TH1*
m_nVtx
;
24
TH1*
m_convR
;
25
TH1*
m_convZ
;
26
TH2*
m_convRvsEta
;
27
TH2*
m_convRvsType
;
28
TH1*
m_convType
;
29
TH1*
m_convDeltaEta
;
30
TH1*
m_convDeltaPhi
;
31
32
private
:
33
virtual
void
initializePlots
();
34
};
35
}
36
37
#endif
Egamma::PhotonConversionPlots::fill
void fill(const xAOD::Photon &photon, const xAOD::EventInfo &eventInfo)
Definition:
PhotonConversionPlots.cxx:34
Egamma::PhotonConversionPlots::m_nVtx
TH1 * m_nVtx
Definition:
PhotonConversionPlots.h:23
PlotBase
Definition:
PlotBase.h:34
Egamma::PhotonConversionPlots::m_convDeltaPhi
TH1 * m_convDeltaPhi
Definition:
PhotonConversionPlots.h:30
Egamma::PhotonConversionPlots::m_convRvsEta
TH2 * m_convRvsEta
Definition:
PhotonConversionPlots.h:26
Egamma
Definition:
ClusMomentumPlots.cxx:11
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
Egamma::PhotonConversionPlots::m_convZ
TH1 * m_convZ
Definition:
PhotonConversionPlots.h:25
Egamma::PhotonConversionPlots::m_convR
TH1 * m_convR
Definition:
PhotonConversionPlots.h:24
Egamma::PhotonConversionPlots::m_convType
TH1 * m_convType
Definition:
PhotonConversionPlots.h:28
Egamma::PhotonConversionPlots
Definition:
PhotonConversionPlots.h:16
Egamma::PhotonConversionPlots::m_convRvsType
TH2 * m_convRvsType
Definition:
PhotonConversionPlots.h:27
Photon.h
Egamma::PhotonConversionPlots::m_sParticleType
std::string m_sParticleType
Definition:
PhotonConversionPlots.h:21
Egamma::PhotonConversionPlots::initializePlots
virtual void initializePlots()
Definition:
PhotonConversionPlots.cxx:23
Egamma::PhotonConversionPlots::m_convDeltaEta
TH1 * m_convDeltaEta
Definition:
PhotonConversionPlots.h:29
Egamma::PhotonConversionPlots::PhotonConversionPlots
PhotonConversionPlots(PlotBase *pParent, const std::string &sDir, const std::string &sParticleType)
Definition:
PhotonConversionPlots.cxx:10
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition:
EventInfo_v1.h:43
xAOD::Photon_v1
Definition:
Photon_v1.h:37
PlotBase.h
Generated on Mon Mar 17 2025 21:16:40 for ATLAS Offline Software by
1.8.18