From c3630be41077b1bb275008b083ad1e91d51a6dd1 Mon Sep 17 00:00:00 2001 From: Tooba Ali <alit1@myumanitoba.ca> Date: Mon, 24 Oct 2022 16:27:12 +0000 Subject: [PATCH] Update benchmarks/dis/dis.sh --- benchmarks/dis/dis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index e08fe30d..566d9362 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -128,7 +128,7 @@ if [[ "$?" -ne "0" ]] ; then exit 1 fi -python benchmarks/dis/analysis/truth_reconstruction.py --rec_file ${REC_FILE} --ebeam ${EBEAM} --pbeam ${PBEAM} --minq2 ${MINQ2} --nevents ${JUGGLER_N_EVENTS} +python benchmarks/dis/analysis/truth_reconstruction.py --rec_file ${REC_FILE} --config ${CONFIG} --ebeam ${EBEAM} --pbeam ${PBEAM} --minq2 ${MINQ2} --nevents ${JUGGLER_N_EVENTS} if [[ "$?" -ne "0" ]] ; then echo "ERROR running truth_reconstruction script" exit 1 -- GitLab