ATLAS Offline Software
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 
14 #include "xAODPFlow/FlowElement.h"
16 
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:
36 
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:33
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:15
PFO::PFOClusterMomentPlots
Definition: PFOClusterMomentPlots.h:14
PFO::FlowElement_LinkerPlots
Definition: FlowElement_LinkerPlots.h:16
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:14
xAOD::FlowElement_v1
A detector object made of other lower level object(s)
Definition: FlowElement_v1.h:25