From c2d7bdd47826f98ba5c32d12a7294f768d026588 Mon Sep 17 00:00:00 2001 From: Ernst Hellbar Date: Mon, 19 Jan 2026 10:52:57 +0100 Subject: [PATCH] dpl-workflow.sh: increase pvertexer.timeMarginVertexTime to 5 for sync raw pp --- prodtests/full-system-test/dpl-workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodtests/full-system-test/dpl-workflow.sh b/prodtests/full-system-test/dpl-workflow.sh index db491da5ebec5..f55605d1da485 100755 --- a/prodtests/full-system-test/dpl-workflow.sh +++ b/prodtests/full-system-test/dpl-workflow.sh @@ -133,7 +133,7 @@ if [[ $SYNCMODE == 1 ]]; then PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment - PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;" + [[ $BEAMTYPE == "pp" ]] && PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=5;" || PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;" if [[ -z $ITSEXTRAERR ]]; then # in sync mode account for ITS residual misalignment ERRIB="100e-8" ERROB="100e-8"