]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
printf replaced by AliInfo
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Aug 2008 09:15:18 +0000 (09:15 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Aug 2008 09:15:18 +0000 (09:15 +0000)
STEER/AliMCEventHandler.cxx

index 9c9dd5904940793b0569317cd58f7ccf84436b51..9a9a60e776641253b502fa6447fea513cb488d81 100644 (file)
@@ -132,8 +132,7 @@ Bool_t AliMCEventHandler::Init(Option_t* opt)
     // Reset the event number
     fEvent      = -1;
     fFileNumber =  0;
     // Reset the event number
     fEvent      = -1;
     fFileNumber =  0;
-    printf("AliMCEvenHandler::Init() %d\n",__LINE__);
-    AliInfo(Form("AliMCEventHandler:Number of events in this directory %5d \n", fNEvent));
+    AliInfo(Form("Number of events in this directory %5d \n", fNEvent));
     return kTRUE;
 }
 
     return kTRUE;
 }
 
@@ -251,7 +250,7 @@ Bool_t AliMCEventHandler::Notify(const char *path)
     }
     
     *fPathName = fileName;
     }
     
     *fPathName = fileName;
-    printf("AliMCEventHandler::Notify() Path: %s\n", fPathName->Data());
+    AliInfo(Form("Notify() Path: %s\n", fPathName->Data()));
     
     ResetIO();
     InitIO("");
     
     ResetIO();
     InitIO("");