ROOTPWA
genPW.sge
Go to the documentation of this file.
1 #!/bin/bash
2 # Select queue
3 #$ -l medium=TRUE,h_vmem=100M
4 # Divert output
5 #$ -o /afs/e18/compass/analysis/sneubert/LOGS
6 # Write error in same file
7 #$ -j y
8 
9 # this script requires KEY to be set to the keydirectory!
10 # and BIN to be set to the mass bin directory
11 
12 #export OUTPATH=/lustre/e18/user/sneubert/5PiMC/Model4c
13 OUTPATH=/afs/e18/compass/analysis/sneubert/5PiModels/Model4Data
14 export MODEL=generators/5piModel4.list
15 export CONF=generators/5piDiffractive2004.conf
16 export NORMFILE=generators/5piIntegrals.dat
17 export NUMEVT=20000
18 
19 
20 cd $HOME/scratch/COMPASS/rootpwa/trunk
21 . setup.sh
22 
23 genpw -n $NUMEVT -w $MODEL -s 12345$SGE_TASK_ID -k keyfiles/key5pi/ALL/ -i $NORMFILE -r $CONF -o $OUTPATH/genpw.$SGE_TASK_ID.root > /dev/null