ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
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
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(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Standard Constructor.
void fill(const xAOD::FlowElement &theFE, const xAOD::EventInfo &eventInfo)
fill the histograms up
PFO::FlowElement_LinkerPlots m_FELinkerPlots
Flow element linkers to leptons/photons.
PFO::PFOClusterMomentPlots m_FEClusterMomentPlots
Cluster Moment histograms.
PFO::PFOAttributePlots m_FEAttributePlots
CalibHit Cluster Moment histograms.
PFO::PFOPlots m_FEPlots
4-vector histograms
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
EventInfo_v1 EventInfo
Definition of the latest event info version.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition FlowElement.h:16