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

use dis_electron script

parent 0cdced36
No related branches found
No related tags found
1 merge request!199Draft: Use of JUGGLER_N_EVENTS=10000
......@@ -117,11 +117,11 @@ cat << EOF > ${CONFIG}
}
EOF
# root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")"
# if [[ "$?" -ne "0" ]] ; then
# echo "ERROR running dis_electron script"
# exit 1
# fi
root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running dis_electron 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment