]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
print directory in Notify
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Nov 2008 17:18:36 +0000 (17:18 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Nov 2008 17:18:36 +0000 (17:18 +0000)
STEER/AliESDInputHandler.cxx

index 69634ff399198709e710319675042ef9c9181b3c..743aef8f8a67027baf29c843932a3a4cb96ccd23 100644 (file)
@@ -111,6 +111,8 @@ Bool_t  AliESDInputHandler::FinishEvent()
 Bool_t AliESDInputHandler::Notify(const char* path)
 {
     // Notify a directory change
 Bool_t AliESDInputHandler::Notify(const char* path)
 {
     // Notify a directory change
+    AliInfo(Form("Directory change %s \n", path));
+    //
     if (!fUseTags) return (kTRUE);
     
     Bool_t zip = kFALSE;
     if (!fUseTags) return (kTRUE);
     
     Bool_t zip = kFALSE;
@@ -140,9 +142,6 @@ Bool_t AliESDInputHandler::Notify(const char* path)
        fileName.ReplaceAll("galice.root", "");
     }
 
        fileName.ReplaceAll("galice.root", "");
     }
 
-
-    
-
     
     TString* pathName = new TString("./");
     *pathName = fileName;
     
     TString* pathName = new TString("./");
     *pathName = fileName;