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

fix: set podio:output_file=${REC_FILE}

parent 900c788d
No related branches found
No related tags found
1 merge request!185feat: DIS: replace gaudirun with eicrecon
...@@ -79,8 +79,7 @@ fi ...@@ -79,8 +79,7 @@ fi
## ============================================================================= ## =============================================================================
## Step 3: Run digitization & reconstruction ## Step 3: Run digitization & reconstruction
echo "Running the digitization and reconstruction" echo "Running the digitization and reconstruction"
JANA_HOME=/usr/local/lib/EICrecon eicrecon ${SIM_FILE} JANA_HOME=/usr/local/lib/EICrecon eicrecon -Ppodio:output_file=${REC_FILE} ${SIM_FILE}
mv eicrecon.root ${REC_FILE}
if [ "$?" -ne "0" ] ; then if [ "$?" -ne "0" ] ; then
echo "ERROR running eicrecon" echo "ERROR running eicrecon"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment