Skip to content

Commit 710bcf0

Browse files
committed
Use TRACK_SOURCES_GLO for svertexing in online mode
1 parent aa1fa27 commit 710bcf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,12 @@ has_detector_reco ITS && has_detector_gpu ITS TPC && [[ -z "$DISABLE_ROOT_OUTPUT
628628
( [[ $BEAMTYPE == "cosmic" ]] || ! has_detector_reco ITS) && PVERTEX_CONFIG+=" --skip"
629629
has_detector_matching PRIMVTX && [[ -n "$VERTEXING_SOURCES" ]] && [[ $GLOBAL_READER_NEEDS_PV != 1 ]] && add_W o2-primary-vertexing-workflow "$DISABLE_MC $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $PVERTEX_CONFIG --pipeline $(get_N primary-vertexing MATCH REST 1 PRIMVTX),$(get_N pvertex-track-matching MATCH REST 1 PRIMVTXMATCH)" "${PVERTEXING_CONFIG_KEY};${INTERACTION_TAG_CONFIG_KEY};"
630630

631+
if [[ -z ${SVERTEXING_SOURCES:-} ]]; then
632+
[[ $SYNCMODE == 1 ]] && [[ -n $TRACK_SOURCES_GLO ]] && SVERTEXING_SOURCES="$TRACK_SOURCES_GLO" || SVERTEXING_SOURCES="$VERTEXING_SOURCES"
633+
elif [[ "${SVERTEXING_SOURCES^^}" == "NONE" ]]; then
634+
SVERTEXING_SOURCES=
635+
fi
636+
631637
if [[ $BEAMTYPE != "cosmic" ]] && has_detectors_reco ITS && has_detector_matching SECVTX && [[ -n "$SVERTEXING_SOURCES" ]]; then
632638
: ${REDUCESV_OPT:=}
633639
: ${REDUCESV_CONF:=}

0 commit comments

Comments
 (0)