Skip to content

Commit 108aeca

Browse files
committed
Use --ccdb-meanvertex-seed in the async ITS reco mode
1 parent c11eff3 commit 108aeca

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
@@ -177,7 +177,7 @@ if [[ $BEAMTYPE == "cosmic" ]]; then
177177
elif [[ $SYNCMODE == 1 ]]; then
178178
[[ -z ${ITS_CONFIG+x} ]] && ITS_CONFIG=" --tracking-mode sync"
179179
else
180-
[[ -z ${ITS_CONFIG+x} ]] && ITS_CONFIG=" --tracking-mode async"
180+
[[ -z ${ITS_CONFIG+x} ]] && ITS_CONFIG=" --tracking-mode async --ccdb-meanvertex-seed"
181181
fi
182182

183183
if [[ $SYNCMODE == 1 ]] && [[ ${PRESCALE_ITS_WO_TRIGGER:-} != 1 ]]; then

0 commit comments

Comments
 (0)