From cd6b98ce3ccff5621163cab1869b074497b2e400 Mon Sep 17 00:00:00 2001 From: Tooba Ali <alit1@myumanitoba.ca> Date: Fri, 3 Feb 2023 18:23:05 +0000 Subject: [PATCH] rm field maps before eicrecon in benchmarks/dis/dis.sh --- benchmarks/dis/dis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 2536f66b..096257a5 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -80,6 +80,7 @@ fi ## ============================================================================= ## Step 3: Run digitization & reconstruction echo "Running the digitization and reconstruction" +rm fieldmaps if [ ${RECO} == "eicrecon" ] ; then /usr/bin/time -v eicrecon ${SIM_FILE} -Ppodio:output_file=${REC_FILE} if [ "$?" -ne "0" ] ; then -- GitLab