Skip to content

Commit da198bd

Browse files
aferrero2707shahor02
authored andcommitted
[MUON] added option for storing nCandidates in the MFT-MCH matching
The number of candidates to be stored is specified in the `MUON_MATCHING_NCANDIDATES` environment variable. By default the variable is not set, and no option is passed to the global forward matching workflow for storing multiple candidates. Hence the default behaviour of the forward matching is unchanged.
1 parent c9da131 commit da198bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DATA/common/setenv.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
174177
for i in `echo $LIST_OF_GLORECO | sed "s/,/ /g"`; do

0 commit comments

Comments
 (0)