File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ if [[ $SYNCMODE == 1 ]]; then
127127 fi
128128 [[ -n ${CUT_RANDOM_FRACTION_ITS:- } ]] && ITS_CONFIG_KEY+=" fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS ;"
129129 ITS_CONFIG_KEY+=" ITSCATrackerParam.trackletsPerClusterLimit=${CUT_TRACKLETSPERCLUSTER_MAX_ITS:- -1} ;ITSCATrackerParam.cellsPerClusterLimit=${CUT_CELLSPERCLUSTER_MAX_ITS:- -1} ;"
130- if has_detector_reco ITS; then
131- [[ $RUNTYPE != " COSMICS " ]] && MFT_CONFIG_KEY+=" MFTTracking.irFramesOnly=1;"
130+ if has_detector_reco ITS [[ $RUNTYPE != " COSMICS " && x " ${MFT_DISABLE_ITS_IRFRAMES_SELECTION :- } " != " x1 " ]] ; then
131+ MFT_CONFIG_KEY+=" MFTTracking.irFramesOnly=1;"
132132 fi
133133
134134 PVERTEXING_CONFIG_KEY+=" pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
You can’t perform that action at this time.
0 commit comments