[Rivet-svn] r2230 - in validation: . scripts scripts/pythia6

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Feb 1 14:11:50 GMT 2010


Author: hoeth
Date: Mon Feb  1 14:11:49 2010
New Revision: 2230

Log:
Adding Pythia6 script templates.

Added:
   validation/
   validation/scripts/
   validation/scripts/README
   validation/scripts/pythia6/
   validation/scripts/pythia6/run_XXX_CDF_2000_S4155203.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2001_S4751469.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2001_S4751469_CKIN10.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2001_S4751469_CKIN20.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2002_S4796047_1800.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2002_S4796047_630.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN100.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN140.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN180.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN25.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN60.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN10.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN20.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN40.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CDF_2009_S8233977.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN10.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN100.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN150.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN20.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN50.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_CDF_2008_NOTE_9351.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN100.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN150.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN50.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN75.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_LEP_91GeV.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_STAR_2006_S6500200_STAR_2006_S6870392.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN10.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN17.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN5.sh   (contents, props changed)
   validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_STAR_2006_S6870392_CKIN3.sh   (contents, props changed)

Added: validation/scripts/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/README	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,12 @@
+The scripts are templates wich XXX being the placeholder for a run
+number or run id. One possible way to create scripts that can directly
+be submitted to a batch system is:
+
+for n in MC09 Perugia0 Perugia6 Perugiastar profCTEQ6ll profLOstar profMRSTMCal profQ2 profpT tuneA tuneDW
+  do
+    for name in run_XXX_*sh
+      do
+        sed "s/XXX/$n/" $name > ../scripts/${name/XXX/$n}
+        chmod +x ../scripts/${name/XXX/$n}
+      done
+  done

Added: validation/scripts/pythia6/run_XXX_CDF_2000_S4155203.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2000_S4155203.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2000_S4155203
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2000_S4155203   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2000_S4155203.params \
+      -P used_params \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2001_S4751469.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2001_S4751469.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2001_S4751469
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2001_S4751469   \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2001_S4751469.params \
+      -P used_params \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2001_S4751469_CKIN10.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2001_S4751469_CKIN10.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2001_S4751469_CKIN10
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2001_S4751469   \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2001_S4751469.params \
+      -P used_params \
+      -p "CKIN(3)=10" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2001_S4751469_CKIN20.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2001_S4751469_CKIN20.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2001_S4751469_CKIN20
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2001_S4751469   \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2001_S4751469.params \
+      -P used_params \
+      -p "CKIN(3)=20" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2002_S4796047_1800.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2002_S4796047_1800.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2002_S4796047_1800
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2002_S4796047   \
+      -n 1500000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2002_S4796047.params \
+      -P used_params \
+      -n 1500000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2002_S4796047_630.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2002_S4796047_630.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2002_S4796047_630
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2002_S4796047   \
+      -n 1500000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron630.params \
+      -P fpythia-CDF_2002_S4796047.params \
+      -P used_params \
+      -n 1500000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_1800
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2500000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -n 2500000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN100.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN100.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_1800_CKIN100
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=100" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN140.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN140.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_1800_CKIN140
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=140" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN180.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN180.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_1800_CKIN180
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=180" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN25.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN25.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_1800_CKIN25
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=25" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN60.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_1800_CKIN60.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_1800_CKIN60
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1800.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=60" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_630
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2500000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron630.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -n 2500000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN10.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN10.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_630_CKIN10
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron630.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=10" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN20.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN20.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_630_CKIN20
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron630.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=20" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN40.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2004_S5839831_630_CKIN40.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2004_S5839831_630_CKIN40
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2004_S5839831   \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron630.params \
+      -P fpythia-CDF_2004_S5839831.params \
+      -P used_params \
+      -p "CKIN(3)=40" \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CDF_2009_S8233977.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CDF_2009_S8233977.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_LEADINGJETS_CDF_2009_S8233977
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_LEADINGJETS \
+      -a CDF_2009_S8233977    \
+      -n 1500000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_LEADINGJETS.params \
+      -P used_params \
+      -n 1500000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN10.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN10.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_LEADINGJETS_CKIN10
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_LEADINGJETS \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_LEADINGJETS.params \
+      -P used_params \
+      -p "CKIN(3)=10" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN100.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN100.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_LEADINGJETS_CKIN100
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_LEADINGJETS \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_LEADINGJETS.params \
+      -P used_params \
+      -p "CKIN(3)=100" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN150.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN150.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_LEADINGJETS_CKIN150
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_LEADINGJETS \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_LEADINGJETS.params \
+      -P used_params \
+      -p "CKIN(3)=150" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN20.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN20.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_LEADINGJETS_CKIN20
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_LEADINGJETS \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_LEADINGJETS.params \
+      -P used_params \
+      -p "CKIN(3)=20" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN50.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_LEADINGJETS_CKIN50.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_LEADINGJETS_CKIN50
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_LEADINGJETS \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_LEADINGJETS.params \
+      -P used_params \
+      -p "CKIN(3)=50" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_CDF_2008_NOTE_9351.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_CDF_2008_NOTE_9351.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/CDF_2008_NOTE_9351
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a CDF_2008_NOTE_9351  \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-CDF_2008_NOTE_9351.params \
+      -P used_params \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN100.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN100.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/D0_2004_S5992206_CKIN100
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a D0_2004_S5992206     \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-D0_2004_S5992206.params \
+      -P used_params \
+      -p "CKIN(3)=100" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN150.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN150.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/D0_2004_S5992206_CKIN150
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a D0_2004_S5992206     \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-D0_2004_S5992206.params \
+      -P used_params \
+      -p "CKIN(3)=150" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN50.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN50.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/D0_2004_S5992206_CKIN50
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a D0_2004_S5992206     \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-D0_2004_S5992206.params \
+      -P used_params \
+      -p "CKIN(3)=50" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN75.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_D0_2004_S5992206_CKIN75.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/D0_2004_S5992206_CKIN75
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a D0_2004_S5992206     \
+      -n 1000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P tevatron1960.params \
+      -P fpythia-D0_2004_S5992206.params \
+      -P used_params \
+      -p "CKIN(3)=75" \
+      -n 1000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_LEP_91GeV.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_LEP_91GeV.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,58 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/LEP_91GeV
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a ALEPH_1996_S3486095 \
+      -a DELPHI_1995_S3137023 \
+      -a DELPHI_1996_S3430090 \
+      -a DELPHI_2002_069_CONF_603 \
+      -a JADE_OPAL_2000_S4300807 \
+      -a OPAL_1998_S3780481 \
+      -a OPAL_2004_S6132243 \
+      -a PDG_HADRON_MULTIPLICITIES \
+      -a PDG_HADRON_MULTIPLICITIES_RATIOS \
+      -n 2000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P lep1.params \
+      -P fpythia-Zhadronic.params \
+      -P used_params \
+      -n 2000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_STAR_2006_S6500200_STAR_2006_S6870392.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_STAR_2006_S6500200_STAR_2006_S6870392.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/STAR_2006_S6500200_STAR_2006_S6870392
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a STAR_2006_S6500200 \
+      -a STAR_2006_S6870392 \
+      -n 3000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P rhic-pp200.params \
+      -P used_params \
+      -n 3000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN10.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN10.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/STAR_2009_UE_HELEN_CKIN10
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a STAR_2009_UE_HELEN \
+      -n 3000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P rhic-pp200.params \
+      -P used_params \
+      -p "CKIN(3)=10" \
+      -n 3000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN17.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN17.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/STAR_2009_UE_HELEN_CKIN17
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a STAR_2009_UE_HELEN \
+      -n 3000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P rhic-pp200.params \
+      -P used_params \
+      -p "CKIN(3)=17" \
+      -n 3000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN5.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_CKIN5.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,50 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/STAR_2009_UE_HELEN_CKIN5
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a STAR_2009_UE_HELEN \
+      -n 3000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P rhic-pp200.params \
+      -P used_params \
+      -p "CKIN(3)=5" \
+      -n 3000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0

Added: validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_STAR_2006_S6870392_CKIN3.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ validation/scripts/pythia6/run_XXX_STAR_2009_UE_HELEN_STAR_2006_S6870392_CKIN3.sh	Mon Feb  1 14:11:49 2010	(r2230)
@@ -0,0 +1,51 @@
+#!/bin/bash 
+
+### Set some paths
+if [ -z $PREFIX ] ; then
+  export PREFIX=$HOME/installation/local
+fi
+if [ -z $RUNDIR ] ; then
+  export RUNDIR=$HOME/rundir/gallery_plots
+fi
+if [ -z $PYTHONVERSION ] ; then
+  export PYTHONVERSION=2.4
+fi
+if [ -z AGILE_GEN_PATH ] ; then
+  export AGILE_GEN_PATH=$PREFIX/../build
+fi
+
+export PATH=$PREFIX/bin:$PATH
+export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$PYTHONPATH:$PREFIX/lib64/python$PYTHONVERSION/site-packages:$PREFIX/lib/python$PYTHONVERSION/site-packages
+
+### Jobnumber and directory for the output files
+export JOBNUMBER=XXX
+export OUTDIR=$RUNDIR/mc/$JOBNUMBER
+
+### Energise!
+export WORKDIR=$OUTDIR/STAR_2009_UE_HELEN_STAR_2006_S6870392_CKIN3
+rm -rf $WORKDIR
+mkdir $WORKDIR
+cd $WORKDIR
+ln -s ../used_params .
+# ready to go ...
+rm -f pipe.hepmc
+mkfifo pipe.hepmc
+rivet -a STAR_2009_UE_HELEN \
+      -a STAR_2006_S6870392 \
+      -n 3000000 pipe.hepmc &> rivet.log &
+
+agile-runmc Pythia6:422 \
+      -P rhic-pp200.params \
+      -P used_params \
+      -p "CKIN(3)=3" \
+      -n 3000000 \
+      -o pipe.hepmc &> agile.log
+
+# Make sure we don't exit before rivet is done
+sleep 30
+
+# Cleanup
+rm -f pipe.hepmc
+
+exit 0


More information about the Rivet-svn mailing list