Skip to content

Commit aa4898e

Browse files
Change in case we enable the sec vtx in online (#13770)
In online, the strangeness tracking would be off via export ARGS_EXTRA_PROCESS_o2_secondary_vertexing_workflow='--disable-cascade-finder --disable-3body-finder --disable-strangeness-tracker but then the ASYNC part of the FST would fail.
1 parent 4bd54a7 commit aa4898e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

prodtests/full_system_test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,17 @@ for STAGE in $STAGES; do
241241
export HOSTMEMSIZE=1000000000
242242
export SYNCMODE=1
243243
export CTFINPUT=0
244+
# enabling SECVTX
245+
export WORKFLOW_EXTRA_PROCESSING_STEPS+="MATCH_SECVTX"
244246
elif [[ "$STAGE" = "ASYNC" ]]; then
245247
export CREATECTFDICT=0
246248
export GPUTYPE=CPU
247249
export SYNCMODE=0
248250
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
249251
export CTFINPUT=1
252+
# the following line is needed in case the SECTVX was enabled in the SYNC; in this case, it'd have the options:
253+
# export ARGS_EXTRA_PROCESS_o2_secondary_vertexing_workflow='--disable-cascade-finder --disable-3body-finder --disable-strangeness-tracker'
254+
unset ARGS_EXTRA_PROCESS_o2_secondary_vertexing_workflow
250255
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},AOD"
251256
else
252257
export CREATECTFDICT=$SYNCMODEDOCTFDICT
@@ -255,6 +260,8 @@ for STAGE in $STAGES; do
255260
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
256261
export CTFINPUT=0
257262
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},CALIB,CTF,EVENT_DISPLAY,${FST_SYNC_EXTRA_WORKFLOW_PARAMETERS}"
263+
# enabling SECVTX
264+
export WORKFLOW_EXTRA_PROCESSING_STEPS+="MATCH_SECVTX"
258265
# temporarily enable ZDC reconstruction for calibration validations
259266
export WORKFLOW_EXTRA_PROCESSING_STEPS+=",ZDC_RECO"
260267
unset JOBUTILS_JOB_SKIPCREATEDONE

0 commit comments

Comments
 (0)