]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Cannot remove the zip for the last merged stage.
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Sep 2010 13:57:49 +0000 (13:57 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Sep 2010 13:57:49 +0000 (13:57 +0000)
ANALYSIS/AliAnalysisAlien.cxx

index da94f760c92d7e6b455fc581239f488c0046a1ba..c71d0a91070b5c542200b9e7db7545573724b6ba 100644 (file)
@@ -1098,6 +1098,7 @@ Bool_t AliAnalysisAlien::CreateJDL()
                fMergingJDL->AddToOutputSandbox(Form("%s@%s",os->GetString().Data(), fCloseSE.Data()), comment); 
             else
                fMergingJDL->AddToOutputSandbox(os->GetString(), comment);
+            first = kFALSE;   
          }   
          delete arr;
       }
@@ -1696,7 +1697,7 @@ Bool_t AliAnalysisAlien::CheckMergedFiles(const char *filename, const char *alie
          delete res;
          printf("=> Removing files from previous stages...\n");
          gGrid->Rm(Form("%s/*Stage*.root", aliendir));
-         gGrid->Rm(Form("%s/*Stage*.zip", aliendir));
+//         gGrid->Rm(Form("%s/*Stage*.zip", aliendir));
          return kTRUE;
       }               
    }