We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc40fc3 commit b7558c3Copy full SHA for b7558c3
1 file changed
prodtests/full-system-test/dpl-workflow.sh
@@ -117,7 +117,7 @@ if [[ $SYNCMODE == 1 ]]; then
117
[[ ! -z ${CUT_RANDOM_FRACTION_ITS:-} ]] && ITS_CONFIG_KEY+="fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS;"
118
ITS_CONFIG_KEY+="ITSCATrackerParam.trackletsPerClusterLimit=${CUT_TRACKLETSPERCLUSTER_MAX_ITS:--1};ITSCATrackerParam.cellsPerClusterLimit=${CUT_CELLSPERCLUSTER_MAX_ITS:--1};"
119
if has_detector_reco ITS; then
120
- [[ $RUNTYPE == "COSMICS" ]] && MFT_CONFIG_KEY+="MFTTracking.irFramesOnly=1;"
+ [[ $RUNTYPE != "COSMICS" ]] && MFT_CONFIG_KEY+="MFTTracking.irFramesOnly=1;"
121
fi
122
123
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
0 commit comments