]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEvent.cxx
AliInfo -> AliDebug
[u/mrichter/AliRoot.git] / STEER / AliMCEvent.cxx
index 6254abe699a5e66d530e4f92195a7babef9a40dd..c34507384be8c79f0b23784966f2d09ac8fa35f5 100644 (file)
@@ -115,10 +115,10 @@ void AliMCEvent::ConnectTreeK (TTree* tree)
     fStack->GetEvent();
     fNparticles = fStack->GetNtrack();
     fNprimaries = fStack->GetNprimary();
+
     Int_t iev  = fHeader->GetEvent();
     Int_t ievr = fHeader->GetEventNrInRun();
-    
-    AliInfo(Form("AliMCEvent# %5d %5d: Number of particles: %5d (all) %5d (primaries)\n", 
+    AliDebug(1, Form("AliMCEvent# %5d %5d: Number of particles: %5d (all) %5d (primaries)\n", 
                 iev, ievr, fNparticles, fNprimaries));
  
     // This is a cache for the TParticles converted to MCParticles on user request