ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFODQA
src
PFONeutralValidationPlots.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
PFONeutralValidationPlots.h
"
6
7
PFONeutralValidationPlots::PFONeutralValidationPlots
(
8
PlotBase
* pParent,
9
const
std::string& sDir,
10
const
std::string& sFEContainerName)
11
:
PlotBase
(pParent, sDir)
12
,
m_FEPlots
(this,
""
, sFEContainerName)
13
,
m_FEClusterMomentPlots
(this,
""
, sFEContainerName)
14
,
m_FEAttributePlots
(this,
""
, sFEContainerName)
15
,
m_FELinkerPlots
(this,
""
, sFEContainerName, true)
16
{
17
}
18
19
void
PFONeutralValidationPlots::fill
(
const
xAOD::FlowElement
& theFE,
const
xAOD::EventInfo
& eventInfo){
20
//overload of previous function using FlowElement
21
m_FEPlots
.fill(theFE,eventInfo);
22
m_FEClusterMomentPlots
.fill(theFE,eventInfo);
23
m_FEAttributePlots
.fill(theFE,eventInfo);
24
m_FELinkerPlots
.fill(theFE,eventInfo);
25
}
PFONeutralValidationPlots.h
PFONeutralValidationPlots::PFONeutralValidationPlots
PFONeutralValidationPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Standard Constructor.
Definition
PFONeutralValidationPlots.cxx:7
PFONeutralValidationPlots::fill
void fill(const xAOD::FlowElement &theFE, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition
PFONeutralValidationPlots.cxx:19
PFONeutralValidationPlots::m_FELinkerPlots
PFO::FlowElement_LinkerPlots m_FELinkerPlots
Flow element linkers to leptons/photons.
Definition
PFONeutralValidationPlots.h:38
PFONeutralValidationPlots::m_FEClusterMomentPlots
PFO::PFOClusterMomentPlots m_FEClusterMomentPlots
Cluster Moment histograms.
Definition
PFONeutralValidationPlots.h:31
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
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition
IEventInfoCnvTool.h:16
xAOD::FlowElement
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition
FlowElement.h:16
Generated on
for ATLAS Offline Software by
1.17.0