ATLAS Offline Software
Loading...
Searching...
No Matches
PFOClusterMomentPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PFOCLUSTERMOMENTPLOTS_H
6#define PFOCLUSTERMOMENTPLOTS_H
7
11class TH1;
12
13namespace PFO {
14
16
17 public:
18
19 PFOClusterMomentPlots(PlotBase *pParent, const std::string & sDir, const std::string & sFEContainerName);
20
21 void fill(const xAOD::FlowElement& FE, const xAOD::EventInfo& eventInfo);
22 private:
23
36
49
61
73
85
86
87 void initializePlots();
88 std::string m_sFEContainerName;
89 };
90
91}
92#endif
TH1 * m_FE_SECOND_R
Histograms inclusive in eta.
PFOClusterMomentPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
TH1 * m_FE_SECOND_R_etaBinA
Same histograms binned in eta regions.
void fill(const xAOD::FlowElement &FE, const xAOD::EventInfo &eventInfo)
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