]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/scripts/rungeant3geo.sh
Added new library libFMDutil. This library contains utility classes that
[u/mrichter/AliRoot.git] / FMD / scripts / rungeant3geo.sh
1 #!/bin/bash
2 CURDIR=`pwd`
3 cd $ALICE_ROOT
4 echo 'Making sure that AliROOT is up to date...'
5 make
6 cd $CURDIR
7
8 # Make working directory 
9 rm -rf geant321
10 mkdir -p geant321
11 cd geant321
12
13
14 #Link FlukaConfig.C as Config.C
15 cp $ALICE_ROOT/FMD/Config.C .
16 cp $ALICE_ROOT/.rootrc . 
17 # echo 'Execute: gAlice->Init() OR gAlice->RunMC() at the ROOT prompt'
18 # Launch aliroot
19 aliroot -l -b -q ../runIt.C > run.log 2>&1 
20
21 cd $CURDIR
22 # ____________________________________________________________________
23 #
24 # EOF
25 #