From d72c0b1e506f22839a51697c14df5133327a297f Mon Sep 17 00:00:00 2001 From: Maurice Coquet Date: Mon, 28 Apr 2025 10:40:30 +0200 Subject: [PATCH] MFT: no use of IRFrames --- prodtests/full-system-test/dpl-workflow.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/prodtests/full-system-test/dpl-workflow.sh b/prodtests/full-system-test/dpl-workflow.sh index bb2712bedd92e..215ba92fd4b88 100755 --- a/prodtests/full-system-test/dpl-workflow.sh +++ b/prodtests/full-system-test/dpl-workflow.sh @@ -120,9 +120,6 @@ if [[ $SYNCMODE == 1 ]]; then fi [[ ! -z ${CUT_RANDOM_FRACTION_ITS:-} ]] && ITS_CONFIG_KEY+="fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS;" ITS_CONFIG_KEY+="ITSCATrackerParam.trackletsPerClusterLimit=${CUT_TRACKLETSPERCLUSTER_MAX_ITS:--1};ITSCATrackerParam.cellsPerClusterLimit=${CUT_CELLSPERCLUSTER_MAX_ITS:--1};" - if has_detector_reco ITS; then - [[ $RUNTYPE != "COSMICS" ]] && MFT_CONFIG_KEY+="MFTTracking.irFramesOnly=1;" - fi PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment