49 if (Cluster.
pt()/1000.0 > -20 && Cluster.
pt()/1000.0 < 20){
56 eSample_EM = Cluster.
eSample(CaloSampling::PreSamplerB) + Cluster.
eSample(CaloSampling::EMB1) + Cluster.
eSample(CaloSampling::EMB2) + Cluster.
eSample(CaloSampling::EMB3) + Cluster.
eSample(CaloSampling::PreSamplerE) + Cluster.
eSample(CaloSampling::EME1) + Cluster.
eSample(CaloSampling::EME2) + Cluster.
eSample(CaloSampling::EME3) + Cluster.
eSample(CaloSampling::FCAL0);
62 eSample_HAD = Cluster.
eSample(CaloSampling::TileBar0) + Cluster.
eSample(CaloSampling::TileBar1) + Cluster.
eSample(CaloSampling::TileBar2) + Cluster.
eSample(CaloSampling::HEC0) + Cluster.
eSample(CaloSampling::HEC1) + Cluster.
eSample(CaloSampling::HEC2) + Cluster.
eSample(CaloSampling::HEC3) + Cluster.
eSample(CaloSampling::FCAL1) + Cluster.
eSample(CaloSampling::FCAL2);
TH1 * m_Cluster_eta_lowpt
ClusterPlots(PlotBase *pParent, const std::string &sDir, SG::ReadHandleKey< xAOD::CaloClusterContainer > &sClusterContainerName)
void fill(const xAOD::CaloCluster &Cluster, const xAOD::EventInfo &eventInfo)
TH1 * m_Cluster_clusterSize
TH1 * m_Cluster_eSample_EM
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_sClusterContainerName
TH1 * m_Cluster_eSample_HAD
TH1 * m_Cluster_pt_interval
TH1D * Book1D(const std::string &name, const std::string &labels, int nBins, float start, float end, bool prependDir=true)
Book a TH1D histogram.
PlotBase(PlotBase *parent, const std::string &sDir)
Property holding a SG store/key/clid from which a ReadHandle is made.
ClusterSize clusterSize() const
Get cluster size.
virtual double pt() const
The transverse momentum ( ) of the particle (negative for negative-energy clusters)
flt_t rawM() const
Get mass in signal state UNCALIBRATED.
virtual double m() const
The invariant mass of the particle.
flt_t time() const
Access cluster time.
virtual double eta() const
The pseudorapidity ( ) of the particle.
flt_t rawPhi() const
Get in signal state UNCALIBRATED.
flt_t rawEta() const
Get in signal state UNCALIBRATED.
float eSample(const CaloSample sampling) const
virtual double phi() const
The azimuthal angle ( ) of the particle.
float beamSpotWeight() const
Weight for beam spot size reweighting.
EventInfo_v1 EventInfo
Definition of the latest event info version.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.