From f9ee1c17c0de933f37384eecba2efb50525da8fb Mon Sep 17 00:00:00 2001 From: fronchet Date: Fri, 21 May 2010 10:31:21 +0000 Subject: [PATCH] changed arg type to int in GetCellAbsId --- HLT/EMCAL/AliHLTEMCALGeometry.cxx | 2 +- HLT/EMCAL/AliHLTEMCALGeometry.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HLT/EMCAL/AliHLTEMCALGeometry.cxx b/HLT/EMCAL/AliHLTEMCALGeometry.cxx index d2c75ed9a4a..2f8059feb7c 100644 --- a/HLT/EMCAL/AliHLTEMCALGeometry.cxx +++ b/HLT/EMCAL/AliHLTEMCALGeometry.cxx @@ -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) diff --git a/HLT/EMCAL/AliHLTEMCALGeometry.h b/HLT/EMCAL/AliHLTEMCALGeometry.h index 935b014f652..81b309c7210 100644 --- a/HLT/EMCAL/AliHLTEMCALGeometry.h +++ b/HLT/EMCAL/AliHLTEMCALGeometry.h @@ -32,7 +32,7 @@ class AliHLTEMCALGeometry : public AliHLTCaloGeometry, public AliHLTLogging AliHLTEMCALGeometry(); virtual ~AliHLTEMCALGeometry(); void GetGlobalCoordinates(AliHLTCaloRecPointDataStruct &recPoint, AliHLTCaloGlobalCoordinate &globalCoord ); - void GetCellAbsId(UInt_t module, Double_t x, Double_t z, Int_t& AbsId); + void GetCellAbsId(UInt_t module, Int_t x, Int_t z, Int_t& AbsId); virtual void ConvertRecPointCoordinates(Double_t &x, Double_t &y, Double_t &z) const; virtual Int_t InitialiseGeometry(); -- 2.43.0