From: morsch Date: Thu, 13 Jan 2011 08:34:37 +0000 (+0000) Subject: AliInfo -> AliDebug X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=477fb82804981f5c856cd2ed5a2e0606f0a5d63e;ds=sidebyside AliInfo -> AliDebug --- diff --git a/STEER/AliMCEvent.cxx b/STEER/AliMCEvent.cxx index 6254abe699a..c34507384be 100644 --- a/STEER/AliMCEvent.cxx +++ b/STEER/AliMCEvent.cxx @@ -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