3 # A. De Falco, H. Woehri, INFN Cagliari, April 2007
12 OUTDIR=fastOut_$SEED$SEED2
16 cp $ALICE_ROOT/MUON/.rootrc $ALICE_ROOT/MUON/rootlogon.C $OUTDIR
18 #echo current dircetory is $PWD
20 ###############################
22 ###############################
23 echo 'Performing the fast generation now ...'
24 aliroot -b > gen.out 2> gen.err << EOF
25 gSystem->Load("libFASTSIM");
26 .L $ALICE_ROOT/MUON/fastMUONGen.C+
27 fastMUONGen($NEVENTS, "galice.root", 2);
31 #####################################
32 # Event Simulation (Fast Tracking) #
33 #####################################
34 echo 'Performing the fast reconstruction now ...'
35 aliroot -b > sim.out 2> sim.err << EOF
36 .L $ALICE_ROOT/MUON/fastMUONSim.C+