Skip to content
Snippets Groups Projects
Commit 397a9341 authored by Chao Peng's avatar Chao Peng
Browse files

fix a typo

parent 21ec7cbc
No related branches found
No related tags found
1 merge request!74add benchmark for sampling calorimeter
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
...@@ -29,7 +29,7 @@ echo "CB_EMCAL_NUMEV = ${CB_EMCAL_NUMEV}" ...@@ -29,7 +29,7 @@ echo "CB_EMCAL_NUMEV = ${CB_EMCAL_NUMEV}"
echo "CB_EMCAL_COMPACT_PATH = ${CB_EMCAL_COMPACT_PATH}" echo "CB_EMCAL_COMPACT_PATH = ${CB_EMCAL_COMPACT_PATH}"
# Generate the input events # Generate the input events
python gbenchmarks/sampling_ecal/gen_particles.py ${CB_EMCAL_GEN_FILE} --angmin 90 --angmax 90 --parray ${CB_EMCAL_ENERGY} --particles 11 python benchmarks/sampling_ecal/gen_particles.py ${CB_EMCAL_GEN_FILE} --angmin 90 --angmax 90 --parray ${CB_EMCAL_ENERGY} --particles 11
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running script: generating input events" echo "ERROR running script: generating input events"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment