Skip to content

Commit bf09ed0

Browse files
Maurice Coquetehellbar
authored andcommitted
[MFT] option to disable ITS irFrames
1 parent 91a44df commit bf09ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)