From 39734d21c504440c29d708da36ccefa9483bcad0 Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 10 Feb 2009 14:39:14 +0000 Subject: [PATCH] Correct handling of root archives in Notify() (Cvetan) --- STEER/AliMCEventHandler.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/STEER/AliMCEventHandler.cxx b/STEER/AliMCEventHandler.cxx index 8d06ee2cf06..a4a9824584a 100644 --- a/STEER/AliMCEventHandler.cxx +++ b/STEER/AliMCEventHandler.cxx @@ -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())); -- 2.43.0