Skip to content
Snippets Groups Projects

Fix benchmarks for Imaging Cal.

Merged Chao Peng requested to merge update_imaging_ecal into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -141,6 +141,8 @@ for iev in "${ADDR[@]}"; do
fi
done
# TODO add this part back (solve mismatched EICD issue and add clusterreco back in option file)
":" << COMMENT
python ${CB_EMCAL_SCRIPT_DIR}/energy_profile.py \
${CB_EMCAL_REC_FILE} --type=EM --energy=${CB_EMCAL_ENERGY} -o results/${particle} \
--save=results/profile.csv --color=royalblue
@@ -148,7 +150,7 @@ if [[ "$?" -ne "0" ]] ; then
echo "ERROR running analysis script: energy_profile"
exit 1
fi
COMMENT
root_filesize=$(stat --format=%s "${CB_EMCAL_REC_FILE}")
if [[ "${CB_EMCAL_NUMEV}" -lt "500" ]] ; then
Loading