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

use kinematic_correlation.py

parent fb1c658f
Branches
Tags
1 merge request!199Draft: Use of JUGGLER_N_EVENTS=10000
...@@ -123,11 +123,11 @@ EOF ...@@ -123,11 +123,11 @@ EOF
# 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