]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix warning
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Apr 2013 16:21:44 +0000 (16:21 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Apr 2013 16:21:44 +0000 (16:21 +0000)
PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx

index 73dd70a6b4fdd2d503c2bdb1178ca80e14fa9aef..81f79a96e8db903dc7dca7f29c06e061c0ed1e1c 100755 (executable)
@@ -389,7 +389,7 @@ void AliAnaParticleIsolation::CalculateCaloCellUEBand(AliAODPWG4ParticleCorrelat
         
         AliVCaloCells * cells = GetEMCALCells();
         
-        Int_t nTotalRows = AliEMCALGeoParams::fgkEMCALRows*16./3 ; // 5 full-size Sectors (2 SM) + 1 one-third Sector (2 SM)
+        Int_t nTotalRows = AliEMCALGeoParams::fgkEMCALRows*16/3 ; // 5 full-size Sectors (2 SM) + 1 one-third Sector (2 SM)
         
         // Loop on cells in eta band
         for(Int_t irow = rowTrig-sqrSize; irow < rowTrig+sqrSize; irow++)