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
ClusMomentumPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EGAMMAPHYSVALMONITORING_CLUSMOMENTUMPLOTS_H
6
#define EGAMMAPHYSVALMONITORING_CLUSMOMENTUMPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODEgamma/Egamma.h
"
10
#include "
xAODEventInfo/EventInfo.h
"
11
12
#include "CLHEP/Units/SystemOfUnits.h"
13
14
namespace
Egamma
{
15
16
class
ClusMomentumPlots
:
public
PlotBase
{
17
public
:
18
ClusMomentumPlots
(
PlotBase
* pParent,
const
std::string&
sDir
, std::string sParticleType);
19
void
fill
(
const
xAOD::Egamma
&
egamma
,
const
xAOD::EventInfo
& eventInfo);
20
21
std::string
m_sParticleType
;
22
23
TH1*
secondlambda
;
24
TH1*
secondr
;
25
TH1*
centerlambda
;
26
TH1*
engfracmax
;
27
TH1*
longitudinal
;
28
TH1*
lateral
;
29
30
private
:
31
virtual
void
initializePlots
();
32
33
};
34
35
}
36
37
#endif
PlotBase
Definition:
PlotBase.h:34
Egamma::ClusMomentumPlots::m_sParticleType
std::string m_sParticleType
Definition:
ClusMomentumPlots.h:21
Egamma
Definition:
ClusMomentumPlots.cxx:11
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
xAOD::Egamma_v1
Definition:
Egamma_v1.h:56
Egamma::ClusMomentumPlots::longitudinal
TH1 * longitudinal
Definition:
ClusMomentumPlots.h:27
egamma
Definition:
egamma.h:58
Egamma.h
Egamma::ClusMomentumPlots::ClusMomentumPlots
ClusMomentumPlots(PlotBase *pParent, const std::string &sDir, std::string sParticleType)
Definition:
ClusMomentumPlots.cxx:14
Egamma::ClusMomentumPlots::fill
void fill(const xAOD::Egamma &egamma, const xAOD::EventInfo &eventInfo)
Definition:
ClusMomentumPlots.cxx:36
Egamma::ClusMomentumPlots
Definition:
ClusMomentumPlots.h:16
Egamma::ClusMomentumPlots::secondr
TH1 * secondr
Definition:
ClusMomentumPlots.h:24
Egamma::ClusMomentumPlots::initializePlots
virtual void initializePlots()
Definition:
ClusMomentumPlots.cxx:26
Egamma::ClusMomentumPlots::secondlambda
TH1 * secondlambda
Definition:
ClusMomentumPlots.h:23
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition:
EventInfo_v1.h:43
Egamma::ClusMomentumPlots::centerlambda
TH1 * centerlambda
Definition:
ClusMomentumPlots.h:25
Egamma::ClusMomentumPlots::lateral
TH1 * lateral
Definition:
ClusMomentumPlots.h:28
Egamma::ClusMomentumPlots::engfracmax
TH1 * engfracmax
Definition:
ClusMomentumPlots.h:26
PlotBase.h
Generated on Sun Mar 16 2025 21:08:25 for ATLAS Offline Software by
1.8.18