diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index e08fe30d0f83cb890284d34f748d807c4273eda5..566d93628ec2fd22e25d79bbbdb6138dc1a1d6a8 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