]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
move remaining AliInfo to AliDebug
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Mon, 30 Jun 2014 18:01:57 +0000 (20:01 +0200)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Tue, 1 Jul 2014 07:44:24 +0000 (09:44 +0200)
EMCAL/AliEMCALTracker.cxx

index c50a075d61e2a70f1f7214986cfd529c08b9ac19..54d371b5eea94bbb8c6973f7195e4152ace91e70 100644 (file)
@@ -289,7 +289,8 @@ Int_t AliEMCALTracker::LoadTracks(AliESDEvent *esd)
     if (TMath::Abs(esdTrack->Eta())>0.9 || phi <= 10 || phi >= 250) continue;
     fTracks->AddLast(esdTrack);
   }
-  AliInfo(Form("Collected %d tracks", fTracks->GetEntries()));
+  
+  AliDebug(1,Form("Collected %d tracks", fTracks->GetEntries()));
   return 0;
 }
 //