]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix in Notify for CAF.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Feb 2010 12:36:53 +0000 (12:36 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Feb 2010 12:36:53 +0000 (12:36 +0000)
STEER/AliESDInputHandlerRP.cxx

index 3ad80c0a312f53efef3fd873af3c83b07fb2bb5d..a93452b5a9e40a13cd0390e64a148e4d6c67d1bf 100644 (file)
@@ -233,6 +233,7 @@ Bool_t AliESDInputHandlerRP::Notify(const char *path)
       TFile* file = TFile::Open(fPathName->Data());
       TArchiveFile* arch = file->GetArchive();
       members = arch->GetMembers();
+      fPathName->ReplaceAll("#AliESDs.root", "");
     } else {
        // Directory or alien archive
       if (fileName.BeginsWith("alien:")) {