ATLAS Offline Software
Loading...
Searching...
No Matches
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
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(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