]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Leave the loop when primaries are filled (I.Hrivnacova)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 27 Jan 2001 10:32:00 +0000 (10:32 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 27 Jan 2001 10:32:00 +0000 (10:32 +0000)
STEER/AliRun.cxx

index e2ed42ae5821cb5c3101dd4e1049a32a37986eeb..acfb01b0c30aee45ebeef5e40c93314fa76a9619 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.49  2001/01/26 19:58:48  hristov
+Major upgrade of AliRoot code
+
 Revision 1.48  2001/01/17 10:50:50  hristov
 Corrections to destructors
 
@@ -578,7 +581,8 @@ void AliRun::FinishEvent()
       fParticleFileMap[i]= (Int_t) fTreeK->GetEntries();
       fTreeK->Fill();
       (*fParticleMap)[i]=0;
-    } else printf("Why = 0 part # %d?\n",i);
+    } else //printf("Why = 0 part # %d?\n",i);
+      break;
   }
   
   // Write out the digits