X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=PWG4%2Fmacros%2Felectrons%2Fparmaker;h=fb4aad390f078ecfc8a28f595a28f9c9b4cf1408;hb=37fea60e57bc2d450751573fa173dffdc43f4706;hp=fa4edf0e2a17f551ea04d1a62bce177d833963df;hpb=b21a4af61f9dfd5241592057e8c82c251d519b56;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG4/macros/electrons/parmaker b/PWG4/macros/electrons/parmaker index fa4edf0e2a1..fb4aad390f0 100755 --- a/PWG4/macros/electrons/parmaker +++ b/PWG4/macros/electrons/parmaker @@ -3,12 +3,16 @@ # # Author: K. Read # -# This script makes PAR files without requiring write access to $ALICE_ROOT. -# Execute this script in your local area with write access. +# This script makes PAR files without requiring write access to +# $ALICE_ROOT. It is not necessary to first make AliRoot after doing +# an svn checkout or update. Execute this script in your local area +# with write access. +# # Usage: # parmaker JETAN # parmaker JETAN remote # parmaker JETAN remote patch +# parmaker all remote # # So far only available for these par files: # ANALYSIS ANALYSISalice AOD ESD FASTJETAN JETAN @@ -20,6 +24,20 @@ case $2 in "remote") case $1 in + "all") + parmaker ANALYSIS remote + parmaker ANALYSISalice remote + parmaker AOD remote + parmaker ESD remote + parmaker FASTJETAN remote + parmaker JETAN remote + parmaker PWG4PartCorrBase remote + parmaker PWG4PartCorrDep remote + parmaker STEERBase remote + echo " " + echo "finished making complete set of par files" + exit + ;; "ANALYSIS") parmaker_input_basedir="ANALYSIS" parmaker_input_dir_subdir="ANALYSIS" @@ -71,6 +89,7 @@ case $2 in esac + echo " " echo "parmaker to use source $ALICE_ROOT/$parmaker_input_dir_subdir" if [ -e "$ALICE_ROOT/$parmaker_input_dir_subdir" ] then