CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoEgamma/EgammaTools/interface/EcalClusterLocal.h

Go to the documentation of this file.
00001 #ifndef EGAMMATOOLS_EcalClusterLocal_h
00002 #define EGAMMATOOLS_EcalClusterLocal_h
00003 
00014 //#include "FWCore/ParameterSet/interface/ParameterSet.h"
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