]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/QA/simrun.C
Coverity Fixes
[u/mrichter/AliRoot.git] / test / QA / simrun.C
index 9c6d2a0fc2d7bef60801b2552832e385b1430a5a..98a98f7bf834fe948b5873e6c7b80007a3a6308a 100644 (file)
   cout<<">>>>> SIMULATION <<<<<"<<endl;
   gSystem->Exec("aliroot -b -q sim.C > sim.log 2>&1");
   cout<<">>>>> SIMULATION QA <<<<<"<<endl;
-  gSystem->Exec("alienaliroot -b -q simqa.C > simqa.log 2>&1");
+  gSystem->Exec("aliroot -b -q simqa.C > simqa.log 2>&1");
   cout<<">>>>> RECONSTRUCTION <<<<<"<<endl;
-  gSystem->Exec("aliroot -b -q rec.C > rec.log 2>&1");
+  gSystem->Exec("rm galice.root");
+  gSystem->Exec("Aliroot -b -q rec.C > rec.log 2>&1");
   cout<<">>>>> RECONSTRUCTION QA <<<<<"<<endl;
-  gSystem->Exec("alienaliroot -b -q recqa.C > recqa.log 2>&1");
+  gSystem->Exec("aliroot -b -q recqa.C > recqa.log 2>&1");
   cout<<">>>>> TAG <<<<<"<<endl;
-  gSystem->Exec("aliroot -b -q tag.C > tag.log 2>&1");
+  if( gSystem->Getenv("ALIEN_JDL_OUTPUTDIR"))
+    gSystem->Exec("aliroot -b -q tag.C > tag.log 2>&1");
   cout<<">>>>> CHECK ESD <<<<<"<<endl;
   gSystem->Exec("aliroot -b -q CheckESD.C > check.log 2>&1");