File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ if [[ $SYNCMODE == 1 ]]; then
117117 [[ ! -z ${CUT_RANDOM_FRACTION_ITS:- } ]] && ITS_CONFIG_KEY+=" fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS ;"
118118 ITS_CONFIG_KEY+=" ITSCATrackerParam.trackletsPerClusterLimit=${CUT_TRACKLETSPERCLUSTER_MAX_ITS:- -1} ;ITSCATrackerParam.cellsPerClusterLimit=${CUT_CELLSPERCLUSTER_MAX_ITS:- -1} ;"
119119 if has_detector_reco ITS; then
120- [[ $RUNTYPE = = " COSMICS" ]] && MFT_CONFIG_KEY+=" MFTTracking.irFramesOnly=1;"
120+ [[ $RUNTYPE ! = " COSMICS" ]] && MFT_CONFIG_KEY+=" MFTTracking.irFramesOnly=1;"
121121 fi
122122
123123 PVERTEXING_CONFIG_KEY+=" pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
You can’t perform that action at this time.
0 commit comments