]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/Hconfig.C
Cluster size algotithm for deconvoluted cluster + minors
[u/mrichter/AliRoot.git] / HMPID / Hconfig.C
index 8a97a6e2e7f535f294354a3e90bdefc5f96b2909..39a541d662989e4186fa1d63b3df1c4f42f548fe 100644 (file)
@@ -681,11 +681,12 @@ void HmpConfig::WriteBatch()
                                                     fprintf(fp,"  gSystem->Exec(\"touch ZZZ______finished_______SSS\");\n");
                                                     fprintf(fp,"  gSystem->Exec(\"aliroot rec.C &\");\n}\n");
   fclose(fp);  
+// rec section
   char *sBatchName="rec";
   FILE *fp=fopen(Form("%s.C",sBatchName),"w"); if(!fp){Info("CreateRec","Cannot open output file: %s.C",sBatchName);return;}
   
                                                     fprintf(fp,"void %s()\n{\n",sBatchName);
-                                                    fprintf(fp,"  gSystem->Exec(\"rm -rf RRR* \");  //remove garbage\n"); 
+                                                    fprintf(fp,"  gSystem->Exec(\"rm -rf *RRR \");  //remove garbage\n"); 
 
   if(fRecB->GetState()){
                                                     fprintf(fp,"  AliReconstruction *pRec=new AliReconstruction;\n");