Skip to content

Commit

Permalink
Do not use Root shell but bash to run the simulation and reconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov committed Apr 21, 2008
1 parent 4ba71f6 commit f3bc8da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/pploadlibs/run.C

This file was deleted.

18 changes: 18 additions & 0 deletions test/pploadlibs/runtest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/sh

if [ "$ALICE_TARGET" = "win32gcc" ]
then
REXE=root_exe.exe
else
REXE=root.exe
fi

rm -rf *.root *.dat *.log fort* hlt hough raw* *~

${REXE} -b -q sim.C 2>&1 | tee sim.log
${REXE} -b -q rec.C 2>&1 | tee rec.log
${REXE} -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log




0 comments on commit f3bc8da

Please sign in to comment.