We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c99fb commit 6d11591Copy full SHA for 6d11591
prodtests/full-system-test/dpl-workflow.sh
@@ -572,6 +572,9 @@ if [[ $CTFINPUT == 0 && $DIGITINPUT == 0 ]]; then
572
fi
573
574
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
578
has_detector_gpu ITS && GPU_OUTPUT+=",its-tracks"
579
580
# ---------------------------------------------------------------------------------------------------------------------
0 commit comments