]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reduced verbosity
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Feb 2011 14:02:23 +0000 (14:02 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Feb 2011 14:02:23 +0000 (14:02 +0000)
PWG3/vertexingHF/AliAnalysisVertexingHF.cxx

index 387579fcc3f688380704e0714b6048a09bb4660e..352d68943a603ac75c31992a80dd958d984a5e9d 100644 (file)
@@ -422,8 +422,7 @@ void AliAnalysisVertexingHF::FindCandidates(AliVEvent *event,
   Int_t *evtNumber    = new Int_t[trkEntries];
   SelectTracksAndCopyVertex(event,trkEntries,seleTrksArray,nSeleTrks,seleFlags,evtNumber);
     
-  //AliDebug(1,Form(" Selected tracks: %d",nSeleTrks));
-  printf(" Selected tracks: %d\n",nSeleTrks);
+  AliDebug(1,Form(" Selected tracks: %d",nSeleTrks));
     
   TObjArray *twoTrackArray1    = new TObjArray(2);
   TObjArray *twoTrackArray2    = new TObjArray(2);