]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/jet_finder_ua1.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / EMCAL / jet_finder_ua1.F
index 87cbc404eed8dc05ddf51668c5a926b0b7de462c..f204c4d0c3f0888424bcd91b509c8259dfe6a3b5 100644 (file)
@@ -105,8 +105,9 @@ c*-sum up total energy of all cells
 c*-Watch out!!! For mode=1, it can jump back to here for next iteration!!!
  999  continue
 c*-kill cells (flag=2) with Et below ET_MIN after background subtraction
-      call vzero(flag,ncell)
+cfca      call vzero(flag,ncell)
       do i=1, ncell
+         flag(i)=0
          if(etc(i)-et_ave .le. et_min) flag(i)=2
       enddo
       njet = 0