]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix compilation warning
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Apr 2013 13:23:28 +0000 (13:23 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Apr 2013 13:23:28 +0000 (13:23 +0000)
PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx

index 14351092dd8beb9ce66f06c33ba1081b9097581d..e88e0fe94419c3c7c03b6d988b829c5f029eb3bf 100755 (executable)
@@ -389,7 +389,7 @@ void AliAnaParticleIsolation::CalculateCaloCellUEBand(AliAODPWG4ParticleCorrelat
         
         AliVCaloCells * cells = GetEMCALCells();
         
         
         AliVCaloCells * cells = GetEMCALCells();
         
-        Int_t nTotalRows = nTotalRows = AliEMCALGeoParams::fgkEMCALRows*(10+2./3.) ; // 10 SM + 2 third SM
+        Int_t nTotalRows = AliEMCALGeoParams::fgkEMCALRows*int(10+2./3.) ; // 10 SM + 2 third SM
         
         // Loop on cells in eta band
         for(Int_t irow = rowTrig-sqrSize; irow < rowTrig+sqrSize; irow++)
         
         // Loop on cells in eta band
         for(Int_t irow = rowTrig-sqrSize; irow < rowTrig+sqrSize; irow++)