From 1add2dff0fc4594e4cd0beaa72442c1f994ac075 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 27 Jun 2023 02:08:49 +0000 Subject: [PATCH] dis_electrons.cxx+g --- benchmarks/dis/dis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 089f0d8f..7bf792f8 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -116,7 +116,7 @@ cat << EOF > ${CONFIG} } EOF -root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+(\"${CONFIG}\")" +root -b -q "benchmarks/dis/analysis/dis_electrons.cxx+g(\"${CONFIG}\")" if [[ "$?" -ne "0" ]] ; then echo "ERROR running dis_electron script" exit 1 -- GitLab