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
PFlow
PFlowValidation
PFODQA
src
PFONeutralValidationPlots.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 PFONEUTRALVALIDATIONPLOTS_H
6
#define PFONEUTRALVALIDATIONPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
PFOHistUtils/PFOPlots.h
"
10
#include "
PFOHistUtils/PFOClusterMomentPlots.h
"
11
#include "
PFOHistUtils/PFOCalibHitClusterMomentPlots.h
"
12
#include "
PFOHistUtils/PFOAttributePlots.h
"
13
#include "
PFOHistUtils/FlowElement_LinkerPlots.h
"
14
#include "
xAODPFlow/FlowElement.h
"
15
#include "
xAODEventInfo/EventInfo.h
"
16
17
class
PFONeutralValidationPlots
:
public
PlotBase
{
18
19
public
:
20
22
PFONeutralValidationPlots
(
PlotBase
* pParent,
const
std::string&
sDir
,
const
std::string& sFEContainerName);
23
25
void
fill
(
const
xAOD::FlowElement
& theFE,
const
xAOD::EventInfo
& eventInfo);
26
27
private
:
29
PFO::PFOPlots
m_FEPlots
;
31
PFO::PFOClusterMomentPlots
m_FEClusterMomentPlots
;
35
PFO::PFOAttributePlots
m_FEAttributePlots
;
36
38
PFO::FlowElement_LinkerPlots
m_FELinkerPlots
;
39
40
};
41
#endif
PFONeutralValidationPlots::PFONeutralValidationPlots
PFONeutralValidationPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Standard Constructor.
Definition:
PFONeutralValidationPlots.cxx:7
PlotBase
Definition:
PlotBase.h:34
PFOPlots.h
PFOCalibHitClusterMomentPlots.h
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
PFOAttributePlots.h
PFONeutralValidationPlots::m_FELinkerPlots
PFO::FlowElement_LinkerPlots m_FELinkerPlots
Flow element linkers to leptons/photons.
Definition:
PFONeutralValidationPlots.h:38
PFONeutralValidationPlots::fill
void fill(const xAOD::FlowElement &theFE, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition:
PFONeutralValidationPlots.cxx:19
FlowElement_LinkerPlots.h
PFONeutralValidationPlots::m_FEClusterMomentPlots
PFO::PFOClusterMomentPlots m_FEClusterMomentPlots
Cluster Moment histograms.
Definition:
PFONeutralValidationPlots.h:31
PFOClusterMomentPlots.h
FlowElement.h
PFONeutralValidationPlots::m_FEAttributePlots
PFO::PFOAttributePlots m_FEAttributePlots
CalibHit Cluster Moment histograms.
Definition:
PFONeutralValidationPlots.h:35
PFONeutralValidationPlots::m_FEPlots
PFO::PFOPlots m_FEPlots
4-vector histograms
Definition:
PFONeutralValidationPlots.h:29
PFO::PFOPlots
Definition:
PFOPlots.h:17
PFO::PFOClusterMomentPlots
Definition:
PFOClusterMomentPlots.h:15
PFO::FlowElement_LinkerPlots
Definition:
FlowElement_LinkerPlots.h:19
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition:
EventInfo_v1.h:43
PFONeutralValidationPlots
Definition:
PFONeutralValidationPlots.h:17
PlotBase.h
PFO::PFOAttributePlots
Definition:
PFOAttributePlots.h:16
xAOD::FlowElement_v1
A detector object made of other lower level object(s)
Definition:
FlowElement_v1.h:25
Generated on Wed Apr 2 2025 21:16:27 for ATLAS Offline Software by
1.8.18