Skip to content
Snippets Groups Projects
Commit e5ae8be8 authored by Fernando Torales Acosta's avatar Fernando Torales Acosta
Browse files

small edits for slurm

parent 746533d0
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ function print_the_help { ...@@ -12,6 +12,7 @@ function print_the_help {
echo " -n,--nevents Number of events" echo " -n,--nevents Number of events"
echo " -t,--nametag name tag" echo " -t,--nametag name tag"
echo " -p,--particle particle type" echo " -p,--particle particle type"
echo " -o,--outputdir output directory for reco,gen, and hepmc files"
echo " --pmin minimum particle momentum (GeV)" echo " --pmin minimum particle momentum (GeV)"
echo " --pmax maximum particle momentum (GeV)" echo " --pmax maximum particle momentum (GeV)"
echo " allowed types: pion0, pion+, pion-, kaon0, kaon+, kaon-, proton, neutron, electron, positron, photon" echo " allowed types: pion0, pion+, pion-, kaon0, kaon+, kaon-, proton, neutron, electron, positron, photon"
...@@ -38,6 +39,11 @@ do ...@@ -38,6 +39,11 @@ do
shift # past argument shift # past argument
shift # past value shift # past value
;; ;;
-o|--outputdir)
outputdir="$2"
shift # past argument
shift # past value
;;
-n|--nevents) -n|--nevents)
export JUGGLER_N_EVENTS="$2" export JUGGLER_N_EVENTS="$2"
shift # past argument shift # past argument
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment