4 # Before running this script, you should run rungen.sh first.
7 G3CONFIG="$ALICE_ROOT/test/vmctest/gun/g3Config.C"
8 G4CONFIG="$ALICE_ROOT/test/vmctest/gun/g4Config.C"
15 if [ "$RUNG3" = "1" ]; then
16 rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log
17 aliroot -b -q sim.C\($NEVENTS,\""$G3CONFIG"\"\) 2>&1 | tee sim.log
18 aliroot -b -q rec.C 2>&1 | tee rec.log
21 mv *.root *.log $G3OUTDIR
22 cp g3Config.C $G3OUTDIR
25 if [ "$RUNG4" = "1" ]; then
26 rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log
28 aliroot -b -q sim.C\($NEVENTS,\""$G4CONFIG"\"\) 2>&1 | tee sim.log
29 aliroot -b -q rec.C 2>&1 | tee rec.log
32 mv *.root *.log $G4OUTDIR
33 cp g4Config.C $G4OUTDIR