From 65743d11ac5b8727dd5f4cc82ad7e72a8c929fa5 Mon Sep 17 00:00:00 2001 From: Tooba Ali <alit1@myumanitoba.ca> Date: Wed, 26 Apr 2023 21:01:39 +0000 Subject: [PATCH] use kinematic_correlation.py --- benchmarks/dis/dis.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 39676586..8cf8e116 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -123,11 +123,11 @@ EOF # exit 1 # fi -# python benchmarks/dis/analysis/kinematics_correlations.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS} -# if [[ "$?" -ne "0" ]] ; then -# echo "ERROR running kinematics_correlations script" -# exit 1 -# fi +python benchmarks/dis/analysis/kinematics_correlations.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS} +if [[ "$?" -ne "0" ]] ; then + echo "ERROR running kinematics_correlations script" + exit 1 +fi python benchmarks/dis/analysis/truth_reconstruction.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS} if [[ "$?" -ne "0" ]] ; then -- GitLab