Skip to content
Snippets Groups Projects

Draft: feat: eicrecon for imaging_ecal

Open Wouter Deconinck requested to merge wdconinc-master-patch-03839 into master
3 files
+ 9
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -104,12 +104,10 @@ rootls -t "${CB_EMCAL_SIM_FILE}"
@@ -104,12 +104,10 @@ rootls -t "${CB_EMCAL_SIM_FILE}"
# Directory for plots
# Directory for plots
mkdir -p results
mkdir -p results
CB_EMCAL_OPTION_DIR=benchmarks/imaging_ecal/options
# Run EICrecon
# Run Juggler
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE} -Pdd4hep:xml_files=${CB_EMCAL_COMPACT_PATH}
gaudirun.py ${CB_EMCAL_OPTION_DIR}/hybrid_cluster.py
# gaudirun.py ${CB_EMCAL_OPTION_DIR}/imaging_topocluster.py
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler"
echo "ERROR running EICrecon"
exit 1
exit 1
fi
fi
Loading