Skip to content

Commit 873b328

Browse files
authored
ITS: GPU: use mean vertex constraint for gpu processing
I noticed that in the Pb-Pb production we did not add the mean vertex constraint to be used.
1 parent bf8a402 commit 873b328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@ if [[ $CTFINPUT == 0 && $DIGITINPUT == 0 ]]; then
572572
fi
573573

574574
has_detector_gpu ITS && GPU_INPUT+=",its-clusters"
575+
if [[ $BEAMTYPE != "cosmic" && $SYNCMODE != 1 ]]; then
576+
has_detector_gpu ITS && GPU_INPUT+=",its-mean-vertex"
577+
fi
575578
has_detector_gpu ITS && GPU_OUTPUT+=",its-tracks"
576579

577580
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)