Skip to content
Snippets Groups Projects

Single simulation test on standard reconstruction

Merged Wouter Deconinck requested to merge single-benchmark into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -33,8 +33,8 @@ fi
@@ -33,8 +33,8 @@ fi
# Analysis
# Analysis
ls -al ${LOCAL_PREFIX}
ls -al ${LOCAL_PREFIX}
ls -al ${ROOT_BUILD_DIR} || true
ls -al ${ROOT_BUILD_DIR} || true
mkdir -p ${ROOT_BUILD_DIR}/benchmarks/single
mkdir -p ${ROOT_BUILD_DIR}/$(realpath benchmarks/single)
root -l -b -q "benchmarks/single/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
root -l -b -q "benchmarks/single/analyze.cxx(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
echo "ERROR analysis failed"
exit 1
exit 1
Loading