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 
10 
12 
14 
15 
17 {
18  public:
19 
20  HoECalculator() ;
22 
23  double operator() ( const reco::BasicCluster* ,
24  const edm::Event& e ,
25  const edm::EventSetup& c ) ;
26 
27  double operator() ( const reco::SuperCluster* ,
28  const edm::Event& e ,
29  const edm::EventSetup& c ) ;
30 
31  double operator() ( const reco::SuperCluster* ,
33  int ialgo=1);
34 
35  double operator() ( const reco::BasicCluster* ,
37 
38  private:
39 
40  double getHoE(GlobalPoint pos, float energy,
41  const edm::Event& e ,
42  const edm::EventSetup& c ) ;
43  double getHoE(GlobalPoint pos, float energy,
45 
46 
49 };
50 
51 #endif
const HBHERecHitCollection * hithbhe_
Definition: HoECalculator.h:48
double operator()(const reco::BasicCluster *, const edm::Event &e, const edm::EventSetup &c)
edm::ESHandle< CaloGeometry > theCaloGeom_
Definition: HoECalculator.h:47
double getHoE(GlobalPoint pos, float energy, const edm::Event &e, const edm::EventSetup &c)