Skip to content

Commit d72c0b1

Browse files
author
Maurice Coquet
committed
MFT: no use of IRFrames
1 parent 175d014 commit d72c0b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ if [[ $SYNCMODE == 1 ]]; then
120120
fi
121121
[[ ! -z ${CUT_RANDOM_FRACTION_ITS:-} ]] && ITS_CONFIG_KEY+="fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS;"
122122
ITS_CONFIG_KEY+="ITSCATrackerParam.trackletsPerClusterLimit=${CUT_TRACKLETSPERCLUSTER_MAX_ITS:--1};ITSCATrackerParam.cellsPerClusterLimit=${CUT_CELLSPERCLUSTER_MAX_ITS:--1};"
123-
if has_detector_reco ITS; then
124-
[[ $RUNTYPE != "COSMICS" ]] && MFT_CONFIG_KEY+="MFTTracking.irFramesOnly=1;"
125-
fi
126123

127124
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
128125
if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment

0 commit comments

Comments
 (0)