Skip to content
Snippets Groups Projects

remove temporary geo file

Merged Chao Peng requested to merge update_imcal_benchmark into master
2 files
+ 1
313
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -47,9 +47,7 @@ do
@@ -47,9 +47,7 @@ do
done
done
set -- "${POSITIONAL[@]}" # restore positional parameters
set -- "${POSITIONAL[@]}" # restore positional parameters
# export CB_EMCAL_COMPACT_PATH=${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml
export CB_EMCAL_COMPACT_PATH=${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml
cp benchmarks/imaging_ecal/test_geo.xml ${DETECTOR_PATH}/.
export CB_EMCAL_COMPACT_PATH=${DETECTOR_PATH}/test_geo.xml
if [[ ! -n "${CB_EMCAL_NUMEV}" ]] ; then
if [[ ! -n "${CB_EMCAL_NUMEV}" ]] ; then
export CB_EMCAL_NUMEV=1000
export CB_EMCAL_NUMEV=1000
Loading