ATLAS Offline Software
Loading...
Searching...
No Matches
PFOCalibHitClusterMomentPlots.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 PFOCALIBHITCLUSTERMOMENTPLOTS_H
6#define PFOCALIBHITCLUSTERMOMENTPLOTS_H
7
9#include "xAODPFlow/PFO.h"
12class TH1;
13
14namespace PFO {
15
17
18 public:
19
20 PFOCalibHitClusterMomentPlots(PlotBase *pParent, const std::string & sDir, const std::string & sPFOContainerName, const std::string & sFEContainerName);
21
22 void fill(const xAOD::PFO& PFO, const xAOD::EventInfo& eventInfo);
23
24 private:
29
34
38
42
46
47 void initializePlots();
49 std::string m_sFEContainerName;
50 };
51
52}
53#endif
void fill(const xAOD::PFO &PFO, const xAOD::EventInfo &eventInfo)
TH1 * m_PFO_ENG_CALIB_FRAC_EM
Histograms inclusive in eta.
PFOCalibHitClusterMomentPlots(PlotBase *pParent, const std::string &sDir, const std::string &sPFOContainerName, const std::string &sFEContainerName)
TH1 * m_PFO_ENG_CALIB_FRAC_EM_etaBinA
Same histograms binned in eta regions.
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
PFO_v1 PFO
Definition of the current "pfo version".
Definition PFO.h:17
EventInfo_v1 EventInfo
Definition of the latest event info version.