Skip to content
Snippets Groups Projects

Rename HitsReco to RecHits (for full reconstruction only)

Merged Wouter Deconinck requested to merge rename-hitsreco-to-rechits into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -164,13 +164,14 @@ OPTION_DIR=benchmarks/full/options
@@ -164,13 +164,14 @@ OPTION_DIR=benchmarks/full/options
SCRIPT_DIR=benchmarks/full/scripts
SCRIPT_DIR=benchmarks/full/scripts
# Run Juggler
# Run Juggler
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
gaudirun.py ${OPTION_DIR}/full_reconstruction.py
gaudirun.py ${OPTION_DIR}/full_reconstruction.py
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running reconstruction (juggler)"
echo "ERROR running reconstruction (juggler)"
exit 1
exit 1
fi
fi
 
rootls -t "${JUGGLER_REC_FILE}"
 
# Run analysis scripts
# Run analysis scripts
#python ${SCRIPT_DIR}/full_reconstruction.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE} -o results
#python ${SCRIPT_DIR}/full_reconstruction.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE} -o results
Loading