Skip to content

Commit dd66913

Browse files
committed
dpl-workflow.sh: increase pvertexer.timeMarginVertexTime to 5 for sync raw pp
1 parent fbe64c8 commit dd66913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if [[ $SYNCMODE == 1 ]]; then
133133

134134
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
135135
if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
136-
PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;"
136+
[[ $BEAMTYPE == "pp" ]] && PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=5;" || PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;"
137137
if [[ -z $ITSEXTRAERR ]]; then # in sync mode account for ITS residual misalignment
138138
ERRIB="100e-8"
139139
ERROB="100e-8"

0 commit comments

Comments
 (0)