ATLAS Offline Software
PFOAttributePlots.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 PFOATTRIBUTEPLOTS_H
6 #define PFOATTRIBUTEPLOTS_H
7 
11 
12 namespace PFO {
13 
14  class PFOAttributePlots : public PlotBase {
15 
16  public:
17 
18  PFOAttributePlots(PlotBase *pParent, std::string sDir, std::string sFEContainerName);
19 
20  void fill(const xAOD::FlowElement& FE, const xAOD::EventInfo& eventInfo);
21 
22  private:
23 
26 
27  void initializePlots();
28  std::string m_sFEContainerName;
29 
30  };
31 
32 }
33 #endif
PFO::PFOAttributePlots::m_sFEContainerName
std::string m_sFEContainerName
Definition: PFOAttributePlots.h:28
PlotBase
Definition: PlotBase.h:33
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
PFO::PFOAttributePlots::m_FE_LAYER_ENERGY_Tile0
TH1 * m_FE_LAYER_ENERGY_Tile0
Definition: PFOAttributePlots.h:25
PFO::PFOAttributePlots::fill
void fill(const xAOD::FlowElement &FE, const xAOD::EventInfo &eventInfo)
Definition: PFOAttributePlots.cxx:23
PFO::PFOAttributePlots::initializePlots
void initializePlots()
Definition: PFOAttributePlots.cxx:15
FlowElement.h
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::PFOAttributePlots::PFOAttributePlots
PFOAttributePlots(PlotBase *pParent, std::string sDir, std::string sFEContainerName)
Definition: PFOAttributePlots.cxx:9
PFO::PFOAttributePlots::m_FE_TIMING
TH1 * m_FE_TIMING
Definition: PFOAttributePlots.h:24
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