CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalClusterLocal.h
Go to the documentation of this file.
1 #ifndef EGAMMATOOLS_EcalClusterLocal_h
2 #define EGAMMATOOLS_EcalClusterLocal_h
3 
14 //#include "FWCore/ParameterSet/interface/ParameterSet.h"
17 
18 
20  public:
23 
24  void localCoordsEB( const reco::BasicCluster &bclus, const edm::EventSetup &es, float &etacry, float &phicry, int &ieta, int &iphi, float &thetatilt, float &phitilt) const;
25  void localCoordsEE( const reco::BasicCluster &bclus, const edm::EventSetup &es, float &xcry, float &ycry, int &ix, int &iy, float &thetatilt, float &phitilt) const;
26 
27 
28 
29 
30 };
31 
32 #endif
void localCoordsEE(const reco::BasicCluster &bclus, const edm::EventSetup &es, float &xcry, float &ycry, int &ix, int &iy, float &thetatilt, float &phitilt) const
void localCoordsEB(const reco::BasicCluster &bclus, const edm::EventSetup &es, float &etacry, float &phicry, int &ieta, int &iphi, float &thetatilt, float &phitilt) const