CMS 3D CMS Logo

HcalRechitIsoCalculator.h
Go to the documentation of this file.
1 #ifndef HiEgammaAlgos_HcalRechitIsoCalculator_h
2 #define HiEgammaAlgos_HcalRechitIsoCalculator_h
3 
7 
9 
12 
15 
18 
20 public:
22  const edm::EventSetup &iSetup,
24  const edm::Handle<HFRecHitCollection> hfLabel,
25  const edm::Handle<HORecHitCollection> hoLabel);
26 
28  double getHcalRechitIso(const reco::SuperClusterRef clus,
29  const double i,
30  const double threshold,
31  const double innerR = 0.0);
34  const double i,
35  const double threshold,
36  const double innerR = 0.0);
37 
38 private:
43 };
44 
45 #endif
HcalRechitIsoCalculator(const edm::Event &iEvent, const edm::EventSetup &iSetup, const edm::Handle< HBHERecHitCollection > hbhe, const edm::Handle< HFRecHitCollection > hfLabel, const edm::Handle< HORecHitCollection > hoLabel)
double getHcalRechitIso(const reco::SuperClusterRef clus, const double i, const double threshold, const double innerR=0.0)
Return the hcal rechit energy in a cone around the SC.
int iEvent
Definition: GenABIO.cc:224
const HBHERecHitCollection * fHBHERecHits_
const CaloGeometry * geometry_
const HORecHitCollection * fHORecHits_
double getBkgSubHcalRechitIso(const reco::SuperClusterRef clus, const double i, const double threshold, const double innerR=0.0)
Return the background-subtracted hcal rechit energy in a cone around the SC.
const HFRecHitCollection * fHFRecHits_