CMS 3D CMS Logo

EcalClusterLocal.h
Go to the documentation of this file.
1 #ifndef EGAMMATOOLS_EcalClusterLocal_h
2 #define EGAMMATOOLS_EcalClusterLocal_h
3 
12 
13 class CaloGeometry;
14 
15 namespace egammaTools {
16 
17  void localEcalClusterCoordsEB( const reco::CaloCluster &bclus, const CaloGeometry & geom, float &etacry,
18  float &phicry, int &ieta, int &iphi, float &thetatilt, float &phitilt);
19  void localEcalClusterCoordsEE( const reco::CaloCluster &bclus, const CaloGeometry & geom, float &xcry,
20  float &ycry, int &ix, int &iy, float &thetatilt, float &phitilt);
21 
22 };
23 
24 #endif
void localEcalClusterCoordsEB(const reco::CaloCluster &bclus, const CaloGeometry &geom, float &etacry, float &phicry, int &ieta, int &iphi, float &thetatilt, float &phitilt)
void localEcalClusterCoordsEE(const reco::CaloCluster &bclus, const CaloGeometry &geom, float &xcry, float &ycry, int &ix, int &iy, float &thetatilt, float &phitilt)