Skip to content

Commit 72b6075

Browse files
authored
fix in tof workflow config (#1614)
Co-authored-by: noferini <9963644+noferini@users.noreply.github.com>
1 parent 27cc7ad commit 72b6075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export CONFIG_EXTRA_PROCESS_o2_tof_matcher_workflow+=";$ITSEXTRAERR;$TRACKTUNETP
497497

498498
if [[ $ALIEN_JDL_LPMPASSNAME == "cpass0" ]]; then
499499
CONFIG_EXTRA_PROCESS_o2_tof_matcher_workflow+=";MatchTOF.nsigmaTimeCut=6;"
500-
ARGS_EXTRA_PROCESS_o2_tof_matcher_workflow+=" --for-calib"
500+
ARGS_EXTRA_PROCESS_o2_tof_reco_workflow+=" --for-calib"
501501
fi
502502

503503
# ad-hoc settings for TRD matching

0 commit comments

Comments
 (0)