Skip to content
Snippets Groups Projects
Commit fd8d1f37 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use base and tree file that agree

parent eb7d93c0
Branches
No related tags found
1 merge request!185feat: DIS: replace gaudirun with eicrecon
......@@ -5,4 +5,5 @@ fi
export JUGGLER_FILE_NAME_TAG="${1:-e-_1GeV_45to135deg}"
export JUGGLER_GEN_FILE="benchmarks/single/${JUGGLER_FILE_NAME_TAG}.steer"
export JUGGLER_SIM_FILE="sim_output/sim_${JUGGLER_FILE_NAME_TAG}.edm4hep.root"
export JUGGLER_REC_FILE="sim_output/rec_${JUGGLER_FILE_NAME_TAG}.root"
export JUGGLER_REC_FILE_BASE="sim_output/rec_${JUGGLER_FILE_NAME_TAG}"
export JUGGLER_REC_FILE="${JUGGLER_REC_FILE_BASE}.tree.edm4eic.root"
......@@ -3,7 +3,7 @@
source $(dirname $0)/common.sh $*
# Reconstruct
JANA_HOME=/usr/local/lib/EICrecon run_eicrecon_reco_flags.py ${JUGGLER_SIM_FILE} $(basename ${JUGGLER_REC_FILE} .root)
JANA_HOME=/usr/local/lib/EICrecon run_eicrecon_reco_flags.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE_BASE}
if [ "$?" -ne "0" ] ; then
echo "ERROR running eicrecon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment