There was an error while loading. Please reload this page.
1 parent 1df5f5c commit 79755c1Copy full SHA for 79755c1
1 file changed
prodtests/full-system-test/dpl-workflow.sh
@@ -87,6 +87,7 @@ if [[ $SYNCMODE == 1 ]]; then
87
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;"
88
fi
89
90
+ PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
91
if [[ $EPNSYNCMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
92
PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=1.3;"
93
MCH_CONFIG_KEY="MCHTracking.maxCandidates=20000"
0 commit comments