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

fix: remove JANA_HOME override

parent fd8d1f37
No related branches found
No related tags found
1 merge request!185feat: DIS: replace gaudirun with eicrecon
......@@ -79,7 +79,7 @@ fi
## =============================================================================
## Step 3: Run digitization & reconstruction
echo "Running the digitization and reconstruction"
JANA_HOME=/usr/local/lib/EICrecon run_eicrecon_reco_flags.py ${SIM_FILE} $(basename ${REC_FILE} .root)
run_eicrecon_reco_flags.py ${SIM_FILE} $(basename ${REC_FILE} .root)
if [ "$?" -ne "0" ] ; then
echo "ERROR running eicrecon"
exit 1
......
......@@ -3,7 +3,7 @@
source $(dirname $0)/common.sh $*
# Reconstruct
JANA_HOME=/usr/local/lib/EICrecon run_eicrecon_reco_flags.py ${JUGGLER_SIM_FILE} ${JUGGLER_REC_FILE_BASE}
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