]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix to avoid the effects of galice.root on the reconstruction of raw data
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jun 2008 21:08:41 +0000 (21:08 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jun 2008 21:08:41 +0000 (21:08 +0000)
test/QA/rec.C

index 4597245a2ab3fc0b65fe12a484ce3bb7877421d1..c8d5e52d90733e773e02e97431932e3ef93f1bcf 100644 (file)
@@ -34,7 +34,9 @@ void rec() {
 
   TStopwatch timer;
   timer.Start();
+  gSystem->Exec("mv -f galice.root galice0.root");
   reco.Run("raw.root");
+  gSystem->Exec("mv -f galice0.root galice.root")
   timer.Stop();
   timer.Print();
 }