CMS 3D CMS Logo

HoECalculator.h
Go to the documentation of this file.
1 #ifndef HoECalculator_h
2 #define HoECalculator_h
3 
7 
11 
13 
15 public:
16  HoECalculator();
18 
19  double operator()(const reco::BasicCluster*, const edm::Event& e, const edm::EventSetup& c);
20 
21  double operator()(const reco::SuperCluster*, const edm::Event& e, const edm::EventSetup& c);
22 
23  /*
24  double operator() ( const reco::SuperCluster* ,
25  HBHERecHitMetaCollection *mhbhe,
26  int ialgo=1);
27 
28  double operator() ( cost reco::BasicCluster* ,
29  HBHERecHitMetaCollection *mhbhe);
30  */
31 
32 private:
33  double getHoE(GlobalPoint pos, float energy, const edm::Event& e, const edm::EventSetup& c);
34  /*
35  double getHoE(GlobalPoint pos, float energy,
36  HBHERecHitMetaCollection *mhbhe);
37  */
38 
41 };
42 
43 #endif
const HBHERecHitCollection * hithbhe_
Definition: HoECalculator.h:40
double operator()(const reco::BasicCluster *, const edm::Event &e, const edm::EventSetup &c)
edm::ESHandle< CaloGeometry > theCaloGeom_
Definition: HoECalculator.h:39
double getHoE(GlobalPoint pos, float energy, const edm::Event &e, const edm::EventSetup &c)