]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Silencing preloading of particles.
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Jul 2012 08:26:08 +0000 (08:26 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Jul 2012 08:26:08 +0000 (08:26 +0000)
STEER/STEERBase/AliMCEvent.cxx

index df2b98209b80db5dce552d117cc2d2f8ea0f125b..e77ef874fdef56f38f2522d9a318eb7364752fc0 100644 (file)
@@ -683,7 +683,6 @@ void AliMCEvent::PreReadAll()
 {
     // Preread the MC information
     Int_t i;
-    AliInfo(Form("AliMCEvent::PreReadAll: %d tracks\n", fStack->GetNtrack()));
     // secondaries
     for (i = fStack->GetNprimary(); i < fStack->GetNtrack(); i++) 
     {
@@ -694,7 +693,6 @@ void AliMCEvent::PreReadAll()
     {
        GetTrack(i);
     }
-    AliInfo("AliMCEvent::PreReadAll done\n");
 }
 
 const AliVVertex * AliMCEvent::GetPrimaryVertex() const