CMS 3D CMS Logo

EcalClusterIsoCalculator.h
Go to the documentation of this file.
1 #ifndef HiEgammaAlgos_EcalClusterIsoCalculator_h
2 #define HiEgammaAlgos_EcalClusterIsoCalculator_h
3 
6 
8 public:
11 
13  double getEcalClusterIso(const reco::SuperClusterRef clus, const double radius, const double threshold);
15  double getBkgSubEcalClusterIso(const reco::SuperClusterRef clus, const double radius, const double threshold);
16 
17 private:
20 };
21 
22 #endif
EcalClusterIsoCalculator(const edm::Handle< reco::BasicClusterCollection > barrel, const edm::Handle< reco::BasicClusterCollection > endcap)
const reco::BasicClusterCollection * fEEclusters_
double getBkgSubEcalClusterIso(const reco::SuperClusterRef clus, const double radius, const double threshold)
Return the background-subtracted ecal cluster energy in a cone around the SC.
const reco::BasicClusterCollection * fEBclusters_
double getEcalClusterIso(const reco::SuperClusterRef clus, const double radius, const double threshold)
Return the ecal cluster energy in a cone around the SC.
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects