Skip to content

Commit

Permalink
Fix usage of TPC_CORR_OPT and TPC_CORR_KEY in calib-workflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr authored and martenole committed Feb 12, 2024
1 parent 8c58cb5 commit 66de309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodtests/full-system-test/calib-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ $CALIB_TPC_TIMEGAIN == 1 ]]; then
fi
if [[ $CALIB_TPC_RESPADGAIN == 1 ]]; then
: ${SCALEEVENTS_TPC_RESPADGAIN:=40}
add_W o2-tpc-calib-gainmap-tracks "--publish-after-tfs 30 --useEveryNthTF $SCALEEVENTS_TPC_RESPADGAIN $TPC_CORR_SCALING"
add_W o2-tpc-calib-gainmap-tracks "--publish-after-tfs 30 --useEveryNthTF $SCALEEVENTS_TPC_RESPADGAIN $TPC_CORR_OPT" "$TPC_CORR_KEY"
fi
if [[ $CALIB_ZDC_TDC == 1 ]]; then add_W o2-zdc-tdccalib-epn-workflow "" "" 0; fi
if [[ $CALIB_FT0_TIMEOFFSET == 1 ]]; then add_W o2-calibration-ft0-time-spectra-processor; fi
Expand Down

0 comments on commit 66de309

Please sign in to comment.