From 32bfb5139b3059bee000ba60684ad137ead222ca Mon Sep 17 00:00:00 2001 From: gconesab Date: Mon, 8 Apr 2013 13:23:28 +0000 Subject: [PATCH] fix compilation warning --- PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx b/PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx index 14351092dd8..e88e0fe9441 100755 --- a/PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx +++ b/PWGGA/CaloTrackCorrelations/AliAnaParticleIsolation.cxx @@ -389,7 +389,7 @@ void AliAnaParticleIsolation::CalculateCaloCellUEBand(AliAODPWG4ParticleCorrelat 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++) -- 2.39.3