File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
production/configurations/asyncReco Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ ITSMFT_STROBES=""
169169[[ ! -z ${ITS_STROBE:- } ]] && ITSMFT_STROBES+=" ITSAlpideParam.roFrameLengthInBC=$ITS_STROBE ;"
170170[[ ! -z ${MFT_STROBE:- } ]] && ITSMFT_STROBES+=" MFTAlpideParam.roFrameLengthInBC=$MFT_STROBE ;"
171171
172+ MFTMCH_NCANDIDATES_OPT=
173+ [[ ! -z ${MUON_MATCHING_NCANDIDATES:- } ]] && MFTMCH_NCANDIDATES_OPT+=" FwdMatching.saveMode=3;FwdMatching.nCandidates=${MUON_MATCHING_NCANDIDATES} ;"
174+
172175
173176# Set active reconstruction steps (defaults added according to SYNCMODE)
174177for i in ` echo $LIST_OF_GLORECO | sed " s/,/ /g" ` ; do
Original file line number Diff line number Diff line change @@ -608,10 +608,6 @@ if [[ -z "${MUON_MATCHING_NCANDIDATES:-}" ]]; then
608608 if [[ $BEAMTYPE == " pp" ]]; then MUON_MATCHING_NCANDIDATES=5; fi
609609 if [[ $BEAMTYPE == " PbPb" ]]; then MUON_MATCHING_NCANDIDATES=20; fi
610610fi
611- if [[ " x${MUON_MATCHING_NCANDIDATES} " != " x0" ]]; then
612- export CONFIG_EXTRA_PROCESS_o2_globalfwd_matcher_workflow+=" ;FwdMatching.saveMode=3;FwdMatching.nCandidates=${MUON_MATCHING_NCANDIDATES} ;"
613- fi
614-
615611
616612# possibly adding calib steps as done online
617613# could be done better, so that more could be enabled in one go
You can’t perform that action at this time.
0 commit comments