CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HoECalculator.h
Go to the documentation of this file.
1 #ifndef HoECalculator_h
2 #define HoECalculator_h
3 
7 
11 
13 
15 {
16  public:
17 
18  HoECalculator() ;
20 
21  double operator() ( const reco::BasicCluster* ,
22  const edm::Event& e ,
23  const edm::EventSetup& c ) ;
24 
25  double operator() ( const reco::SuperCluster* ,
26  const edm::Event& e ,
27  const edm::EventSetup& c ) ;
28 
29  /*
30  double operator() ( const reco::SuperCluster* ,
31  HBHERecHitMetaCollection *mhbhe,
32  int ialgo=1);
33 
34  double operator() ( cost reco::BasicCluster* ,
35  HBHERecHitMetaCollection *mhbhe);
36  */
37 
38  private:
39 
40  double getHoE(GlobalPoint pos, float energy,
41  const edm::Event& e ,
42  const edm::EventSetup& c ) ;
43  /*
44  double getHoE(GlobalPoint pos, float energy,
45  HBHERecHitMetaCollection *mhbhe);
46  */
47 
50 };
51 
52 #endif
const HBHERecHitCollection * hithbhe_
Definition: HoECalculator.h:49
double operator()(const reco::BasicCluster *, const edm::Event &e, const edm::EventSetup &c)
edm::ESHandle< CaloGeometry > theCaloGeom_
Definition: HoECalculator.h:48
double getHoE(GlobalPoint pos, float energy, const edm::Event &e, const edm::EventSetup &c)