Skip to content

Commit 77d1761

Browse files
Change in case we enable the sec vtx in online
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 33b4212 commit 77d1761

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prodtests/full_system_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ for STAGE in $STAGES; do
247247
export SYNCMODE=0
248248
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
249249
export CTFINPUT=1
250+
# the following line is needed in case the SECTVX was enabled in the SYNC; in this case, it'd have the options:
251+
# export ARGS_EXTRA_PROCESS_o2_secondary_vertexing_workflow='--disable-cascade-finder --disable-3body-finder --disable-strangeness-tracker'
252+
unset ARGS_EXTRA_PROCESS_o2_secondary_vertexing_workflow
250253
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},AOD"
251254
else
252255
export CREATECTFDICT=$SYNCMODEDOCTFDICT

0 commit comments

Comments
 (0)