Skip to content

Commit 79755c1

Browse files
committed
Use relaxed MV constraint in SYNCMODE PVertexing
1 parent 1df5f5c commit 79755c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ if [[ $SYNCMODE == 1 ]]; then
8787
ITS_CONFIG_KEY+="fastMultConfig.cutMultClusLow=-1;fastMultConfig.cutMultClusHigh=-1;fastMultConfig.cutMultVtxHigh=-1;ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;fastMultConfig.cutRandomFraction=0.9;"
8888
fi
8989

90+
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
9091
if [[ $EPNSYNCMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
9192
PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=1.3;"
9293
MCH_CONFIG_KEY="MCHTracking.maxCandidates=20000"

0 commit comments

Comments
 (0)