]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Intermediate fix for 11a 2.76 TeV MC data.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 May 2011 10:27:58 +0000 (10:27 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 May 2011 10:27:58 +0000 (10:27 +0000)
STEER/AliMCEventHandler.cxx

index 866b5c6750dc0ca06cbd08899fd53ec3bace754f..1af064cfc6d87bdbcaf8a26ba0de78dbbd5371cd 100644 (file)
@@ -422,6 +422,9 @@ Bool_t AliMCEventHandler::Notify(const char *path)
     if(fileName.Contains("AliESDs.root")){
        fileName.ReplaceAll("AliESDs.root", "");
     }
+    else if(fileName.Contains("AliESDs_wSDD.root")){
+       fileName.ReplaceAll("AliESDs_wSDD.root", "");
+    }
     else if(fileName.Contains("AliAOD.root")){
        fileName.ReplaceAll("AliAOD.root", "");
     }