We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175d014 commit d72c0b1Copy full SHA for d72c0b1
1 file changed
prodtests/full-system-test/dpl-workflow.sh
@@ -120,9 +120,6 @@ if [[ $SYNCMODE == 1 ]]; then
120
fi
121
[[ ! -z ${CUT_RANDOM_FRACTION_ITS:-} ]] && ITS_CONFIG_KEY+="fastMultConfig.cutRandomFraction=$CUT_RANDOM_FRACTION_ITS;"
122
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
126
127
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
128
if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
0 commit comments