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

theta 30->40 degrees

parent 746533d0
Branches
Tags
No related merge requests found
...@@ -93,7 +93,7 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}" ...@@ -93,7 +93,7 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
# Generate the input events # Generate the input events
python $EIC_DIR/reconstruction_benchmarks/benchmarks/imaging_ecal/scripts/gen_particles.py ${JUGGLER_GEN_FILE} -n ${JUGGLER_N_EVENTS}\ python $EIC_DIR/reconstruction_benchmarks/benchmarks/imaging_ecal/scripts/gen_particles.py ${JUGGLER_GEN_FILE} -n ${JUGGLER_N_EVENTS}\
--angmin 5.0 --angmax 40.0 --phmin 0.0 --phmax 360.0 --pmin ${FULL_CAL_PMIN} --pmax ${FULL_CAL_PMAX}\ --angmin 5.0 --angmax 30.0 --phmin 0.0 --phmax 360.0 --pmin ${FULL_CAL_PMIN} --pmax ${FULL_CAL_PMAX}\
--particles="${particle}" --particles="${particle}"
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment