Skip to content

Commit a1fe043

Browse files
committed
In absence of svertexing pass --disable-strangeness-tracker to AOD producer
1 parent 9c8c644 commit a1fe043

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,10 @@ workflow_has_parameter GPU_DISPLAY && [[ $NUMAID == 0 ]] && add_W o2-gpu-display
709709

710710
# ---------------------------------------------------------------------------------------------------------------------
711711
# AOD
712-
[[ ${SECTVTX_ON:-} != "1" ]] && AODPROD_OPT+=" --disable-secondary-vertices "
712+
if [[ ${SECTVTX_ON:-} != "1" ]]; then
713+
AODPROD_OPT+=" --disable-secondary-vertices "
714+
[[ "0$STRTRACKING" == "0" ]] && STRTRACKING=" --disable-strangeness-tracker "
715+
fi
713716
AODPROD_OPT+=" $STRTRACKING "
714717
workflow_has_parameter AOD && [[ -n "$AOD_SOURCES" ]] && add_W o2-aod-producer-workflow "$AODPROD_OPT --info-sources $AOD_SOURCES $DISABLE_ROOT_INPUT --aod-writer-keep dangling --aod-writer-resfile \"AO2D\" --aod-writer-resmode UPDATE $DISABLE_MC --pipeline $(get_N aod-producer-workflow AOD REST 1 AODPROD)"
715718

0 commit comments

Comments
 (0)