From 44fe3410fcb6839f4f1d128c2aa87eebb784d431 Mon Sep 17 00:00:00 2001 From: gconesab Date: Thu, 27 May 2010 15:57:18 +0000 Subject: [PATCH] correct warning, parameter defined as float is int --- EMCAL/AliEMCALRecPoint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALRecPoint.cxx b/EMCAL/AliEMCALRecPoint.cxx index 2d330a0fea9..86d28f7637d 100644 --- a/EMCAL/AliEMCALRecPoint.cxx +++ b/EMCAL/AliEMCALRecPoint.cxx @@ -1266,7 +1266,7 @@ Int_t AliEMCALRecPoint::GetMaximalEnergyIndex(void) const // Finds the maximum energy in the cluster Float_t menergy = 0. ; - Float_t mid = 0. ; + Int_t mid = 0 ; Int_t iDigit; for(iDigit=0; iDigit