From 477fb82804981f5c856cd2ed5a2e0606f0a5d63e Mon Sep 17 00:00:00 2001 From: morsch Date: Thu, 13 Jan 2011 08:34:37 +0000 Subject: [PATCH] AliInfo -> AliDebug --- STEER/AliMCEvent.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.3