We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe64c8 commit dd66913Copy full SHA for dd66913
prodtests/full-system-test/dpl-workflow.sh
@@ -133,7 +133,7 @@ if [[ $SYNCMODE == 1 ]]; then
133
134
PVERTEXING_CONFIG_KEY+="pvertexer.meanVertexExtraErrConstraint=0.3;" # for calibration relax the constraint
135
if [[ $SYNCRAWMODE == 1 ]]; then # add extra tolerance in sync mode to account for eventual time misalignment
136
- PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;"
+ [[ $BEAMTYPE == "pp" ]] && PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=5;" || PVERTEXING_CONFIG_KEY+="pvertexer.timeMarginVertexTime=2.5;"
137
if [[ -z $ITSEXTRAERR ]]; then # in sync mode account for ITS residual misalignment
138
ERRIB="100e-8"
139
ERROB="100e-8"
0 commit comments