File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
production/configurations/asyncReco Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ 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-
175172
176173# Set active reconstruction steps (defaults added according to SYNCMODE)
177174for i in ` echo $LIST_OF_GLORECO | sed " s/,/ /g" ` ; do
Original file line number Diff line number Diff line change @@ -608,6 +608,10 @@ 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+
611615
612616# possibly adding calib steps as done online
613617# 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