ATLAS Offline Software
ClusterValidationPlots.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 CLUSTERVALIDATIONPLOTS_H
6 #define CLUSTERVALIDATIONPLOTS_H
7 
14 
15 
16 
18 
19  public:
20 
22  ClusterValidationPlots(PlotBase* pParent, const std::string& sDir, SG::ReadHandleKey<xAOD::CaloClusterContainer>& sClusterContainerName);
23 
25  void fill(const xAOD::CaloCluster& theCluster, const xAOD::EventInfo& eventInfo);
26 
27  private:
32 
33 };
34 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ClusterMomentPlots.h
PlotBase
Definition: PlotBase.h:33
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
PFO::ClusterMomentPlots
Definition: ClusterMomentPlots.h:15
ClusterPlots.h
SG::ReadHandleKey< xAOD::CaloClusterContainer >
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
ClusterValidationPlots::ClusterValidationPlots
ClusterValidationPlots(PlotBase *pParent, const std::string &sDir, SG::ReadHandleKey< xAOD::CaloClusterContainer > &sClusterContainerName)
Standard Constructor.
Definition: ClusterValidationPlots.cxx:7
ClusterValidationPlots
Definition: ClusterValidationPlots.h:17
ClusterValidationPlots::fill
void fill(const xAOD::CaloCluster &theCluster, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition: ClusterValidationPlots.cxx:10
ClusterValidationPlots::m_ClusterMomentPlots
PFO::ClusterMomentPlots m_ClusterMomentPlots
Cluster moment histograms.
Definition: ClusterValidationPlots.h:31
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
CaloClusterContainer.h
PFO::ClusterPlots
Definition: ClusterPlots.h:16
PlotBase.h
ClusterValidationPlots::m_ClusterPlots
PFO::ClusterPlots m_ClusterPlots
4-vector histograms
Definition: ClusterValidationPlots.h:29