ATLAS Offline Software
Loading...
Searching...
No Matches
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
Property holding a SG store/key/clid from which a ReadHandle is made.
void fill(const xAOD::CaloCluster &theCluster, const xAOD::EventInfo &eventInfo)
fill the histograms up
PFO::ClusterMomentPlots m_ClusterMomentPlots
Cluster moment histograms.
ClusterValidationPlots(PlotBase *pParent, const std::string &sDir, SG::ReadHandleKey< xAOD::CaloClusterContainer > &sClusterContainerName)
Standard Constructor.
PFO::ClusterPlots m_ClusterPlots
4-vector histograms
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
Property holding a SG store/key/clid from which a ReadHandle is made.
EventInfo_v1 EventInfo
Definition of the latest event info version.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.