diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 243de8f3b7123ad0d124fb268d7096d2ec2d867d..2536f66b31167b32f1f7ceddb58c0ba28161d592 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -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