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

comment out dis_electron script

parent 4a5b7f04
Branches
Tags
No related merge requests found
...@@ -116,11 +116,11 @@ cat << EOF > ${CONFIG} ...@@ -116,11 +116,11 @@ cat << EOF > ${CONFIG}
} }
EOF EOF
root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+g(\"${CONFIG}\")" # root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+g(\"${CONFIG}\")"
if [[ "$?" -ne "0" ]] ; then # if [[ "$?" -ne "0" ]] ; then
echo "ERROR running dis_electron script" # echo "ERROR running dis_electron script"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment