Skip to content
Snippets Groups Projects
Commit dfc84d33 authored by Tooba Ali's avatar Tooba Ali
Browse files

comment out kinematics_correlations.py

parent 6928a2fa
No related branches found
No related tags found
No related merge requests found
...@@ -122,11 +122,11 @@ if [[ "$?" -ne "0" ]] ; then ...@@ -122,11 +122,11 @@ if [[ "$?" -ne "0" ]] ; then
exit 1 exit 1
fi 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} # 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 # if [[ "$?" -ne "0" ]] ; then
echo "ERROR running kinematics_correlations script" # echo "ERROR running kinematics_correlations script"
exit 1 # exit 1
fi # 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} 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 if [[ "$?" -ne "0" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment