~maddevelopers/mg5amcnlo/shower_scale_v2

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/Scripts/MCatNLO_MadFKS_HERWIGPP.Script

  • Committer: Paolo Torrielli
  • Date: 2014-07-16 09:23:09 UTC
  • mfrom: (252.19.4 2.2.0)
  • Revision ID: torriell@physik.uzh.ch-20140716092309-wfufbcw1u9zyr17l
updated to the most recent version of 2.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
architecture
146
146
 
147
147
EVTDIR=`pwd`"/../Events"
148
 
# stops if event file is not in the /Events folder
149
 
EVT_NAMEF="$EVPREFIX"
150
 
if [ ! -f $EVTDIR/$EVT_NAMEF ]
151
 
then
152
 
  echo "Event file" $EVTDIR/$EVT_NAMEF "not found: quitting"
153
 
  exit 1
154
 
fi
155
148
 
156
149
if [ "$PDFCODE" -ne 0 ]
157
150
then
296
289
function runMC {
297
290
compile MC
298
291
 
299
 
# NEW FOR aMC@NLO5
300
 
 
301
 
# Link event file in the running directory
302
 
#if [ -f $EVTDIR/$EVT_NAMEF ]
303
 
#then
304
 
#  rm $EVTDIR/$EVT_NAMEF
305
 
#fi
306
 
#ln -ns $EVTDIR/$EVT_NAMEF $thisdir
307
 
 
308
292
#put MCMODE to upper case
309
293
MCMODE=`echo $MCMODE | tr '[a-z]' '[A-Z]' `
310
294
# Check correspondence between MCMODE and what written in the event file
353
337
let "ERR_NUM_HWPP += 1"
354
338
 
355
339
echo " "
356
 
echo "*****   All parameters read from event file $EVT_NAMEF"
357
340
echo "*****   Now ready for showering" $NEVENTS "events with $MC_TYPE "
358
341
echo " "
359
342
runMCMadFKS