]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EMCAL/AliHLTEMCALGeometry.cxx
changed arg type to int in GetCellAbsId
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALGeometry.cxx
index d2c75ed9a4a1603eb5aae7aac9ac93ff9d4f05b7..2f8059feb7cfd735cf37f8e4efa4bf46d0019573 100644 (file)
@@ -179,7 +179,7 @@ AliHLTEMCALGeometry::GetGlobalCoordinates(AliHLTCaloRecPointDataStruct &recPoint
 }
  
 void 
-AliHLTEMCALGeometry::GetCellAbsId(UInt_t module, Double_t x, Double_t z, Int_t& AbsId)
+AliHLTEMCALGeometry::GetCellAbsId(UInt_t module, Int_t x, Int_t z, Int_t& AbsId)
 {
 
   if(!fGeo)