From: jgrosseo Date: Tue, 1 Aug 2006 15:06:26 +0000 (+0000) Subject: temporary workaround for PROOF bug #18505 X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=2bfd0c8f078717ff70f8c69743b13a4d2020c145;p=u%2Fmrichter%2FAliRoot.git temporary workaround for PROOF bug #18505 --- diff --git a/PWG0/AliSelectorRL.cxx b/PWG0/AliSelectorRL.cxx index 127783ebcfb..1f42b411227 100644 --- a/PWG0/AliSelectorRL.cxx +++ b/PWG0/AliSelectorRL.cxx @@ -86,6 +86,9 @@ AliRunLoader* AliSelectorRL::GetRunLoader() TString fileName(fTree->GetCurrentFile()->GetName()); fileName.ReplaceAll("AliESDs", "galice"); + // temporary workaround for PROOF bug #18505 + fileName.ReplaceAll("#galice.root#galice.root", "#galice.root"); + fRunLoader = AliRunLoader::Open(fileName); if (!fRunLoader) return 0;