Skip to content
Snippets Groups Projects

single.sh: use compiled macro

Merged Wouter Deconinck requested to merge single-compiled-analysis-macro into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -36,7 +36,7 @@ for rec in options/*.py ; do
done
# Analysis
root -l -b -q "benchmarks/single/analysis/analyze.cxx(\"${JUGGLER_REC_FILE}\")"
root -l -b -q "benchmarks/single/analysis/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
exit 1
Loading