Skip to content
Snippets Groups Projects
Commit 64dd69dd authored by Fernando T. Torales Acosta's avatar Fernando T. Torales Acosta
Browse files

Merge branch 'ai_codesign' of...

Merge branch 'ai_codesign' of https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks into ai_codesign
Merging to change theta angle
parents 14e46100 e5ae8be8
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