]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCEventHandler.cxx
Correct handling of root archives in Notify() (Cvetan)
[u/mrichter/AliRoot.git] / STEER / AliMCEventHandler.cxx
index 8d06ee2cf0681c6ef0ace2d0baf6ac38d9c61162..a4a9824584a8d187a187b5ea2ea216543439a500 100644 (file)
@@ -364,7 +364,9 @@ Bool_t AliMCEventHandler::Notify(const char *path)
        // for running with galice and kinematics alone...
        fileName.ReplaceAll("galice.root", "");
     }
-    
+    else if (fileName.BeginsWith("root:")) {
+      fileName.Append("?ZIP=");
+    }
     *fPathName = fileName;
     AliInfo(Form("Notify() Path: %s\n", fPathName->Data()));