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

comment out dis_electron script in benchmarks/dis/dis.sh

parent bd1a4390
No related branches found
No related tags found
1 merge request!199Draft: Use of JUGGLER_N_EVENTS=10000
......@@ -116,11 +116,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} --ebeam ${EBEAM} --pbeam ${PBEAM} --minq2 ${MINQ2}
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