Skip to content
Snippets Groups Projects

Rename stage process to simulate, reconstruct, analyze

6 files
+ 78
3
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 10
0
#!/bin/bash
source common.sh $*
# Analyze
root -l -b -q "benchmarks/single/analysis/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
exit 1
fi
Loading