Go to the documentation of this file.00001 #ifndef EGAMMATOOLS_EcalClusterLocal_h
00002 #define EGAMMATOOLS_EcalClusterLocal_h
00003
00014
00015 #include "FWCore/Framework/interface/Frameworkfwd.h"
00016 #include "DataFormats/EgammaReco/interface/BasicClusterFwd.h"
00017
00018
00019 class EcalClusterLocal {
00020 public:
00021 EcalClusterLocal();
00022 ~EcalClusterLocal();
00023
00024 void localCoordsEB( const reco::BasicCluster &bclus, const edm::EventSetup &es, float &etacry, float &phicry, int &ieta, int &iphi, float &thetatilt, float &phitilt) const;
00025 void localCoordsEE( const reco::BasicCluster &bclus, const edm::EventSetup &es, float &xcry, float &ycry, int &ix, int &iy, float &thetatilt, float &phitilt) const;
00026
00027
00028
00029
00030 };
00031
00032 #endif