ATLAS Offline Software
PFOAlgPropertyPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PFOALGPROPERTYPLOTS_H
6 #define PFOALGPROPERTYPLOTS_H
7 
9 #include "xAODPFlow/PFO.h"
10 #include "xAODPFlow/FlowElement.h"
12 
13 namespace PFO {
14 
15  class PFOAlgPropertyPlots : public PlotBase {
16 
17  public:
18 
19  PFOAlgPropertyPlots(PlotBase *pParent, std::string sDir, std::string sFEContainerName);
20 
21  void fill(const xAOD::FlowElement& theFE, const xAOD::EventInfo& eventInfo);
22  private:
26 
27  /* Same histograms in three eta bins of |eta| < 1, 1 <= |eta| < 2 and |eta| >= 2 */
30 
33 
36 
37 
38  void initializePlots();
39  std::string m_sFEContainerName;
40 
41  };
42 }
43 
44 #endif
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment
TH1 * m_FE_isInDenseEnvironment
Flow Element Histograms.
Definition: PFOAlgPropertyPlots.h:24
PFO::PFOAlgPropertyPlots::m_sFEContainerName
std::string m_sFEContainerName
Definition: PFOAlgPropertyPlots.h:39
PlotBase
Definition: PlotBase.h:34
PFO::PFOAlgPropertyPlots::fill
void fill(const xAOD::FlowElement &theFE, const xAOD::EventInfo &eventInfo)
Definition: PFOAlgPropertyPlots.cxx:40
PFO::PFOAlgPropertyPlots
Definition: PFOAlgPropertyPlots.h:15
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit
TH1 * m_FE_tracksExpectedEnergyDeposit
Definition: PFOAlgPropertyPlots.h:25
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
PFO::PFOAlgPropertyPlots::initializePlots
void initializePlots()
Definition: PFOAlgPropertyPlots.cxx:23
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit_etaBinC
TH1 * m_FE_tracksExpectedEnergyDeposit_etaBinC
Definition: PFOAlgPropertyPlots.h:35
PFO.h
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit_etaBinA
TH1 * m_FE_tracksExpectedEnergyDeposit_etaBinA
Definition: PFOAlgPropertyPlots.h:29
FlowElement.h
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit_etaBinB
TH1 * m_FE_tracksExpectedEnergyDeposit_etaBinB
Definition: PFOAlgPropertyPlots.h:32
PFO
Definition: ClusterMomentPlots.h:13
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
TH1
Definition: rootspy.cxx:268
PFO::PFOAlgPropertyPlots::PFOAlgPropertyPlots
PFOAlgPropertyPlots(PlotBase *pParent, std::string sDir, std::string sFEContainerName)
Definition: PFOAlgPropertyPlots.cxx:9
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment_etaBinA
TH1 * m_FE_isInDenseEnvironment_etaBinA
Definition: PFOAlgPropertyPlots.h:28
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment_etaBinC
TH1 * m_FE_isInDenseEnvironment_etaBinC
Definition: PFOAlgPropertyPlots.h:34
PlotBase.h
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment_etaBinB
TH1 * m_FE_isInDenseEnvironment_etaBinB
Definition: PFOAlgPropertyPlots.h:31
xAOD::FlowElement_v1
A detector object made of other lower level object(s)
Definition: FlowElement_v1.h:25