]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Deleting the small tag files in case they are merged locally
authorpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Jul 2007 09:35:02 +0000 (09:35 +0000)
committerpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Jul 2007 09:35:02 +0000 (09:35 +0000)
STEER/AliTagCreator.cxx

index ff971e3316b93409270281069f571099e09acd49..ff8d252ac4fd1bf24601c3edf188803b97eb89b6 100644 (file)
@@ -231,6 +231,7 @@ Bool_t AliTagCreator::MergeTags() {
   }
 
   fgChain->Merge(filename);
+  gSystem->Exec("rm Run*.Event*");
 
   return kTRUE;
 }