File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ GPU_INPUT=zsraw
9191GPU_OUTPUT=tracks,clusters
9292GPU_CONFIG=
9393GPU_CONFIG_KEY=
94+ TOF_CONFIG=
9495TOF_INPUT=raw
9596TOF_OUTPUT=clusters
9697ITS_CONFIG=
135136has_processing_step ENTROPY_ENCODER && GPU_OUTPUT+=" ,compressed-clusters-ctf"
136137
137138has_detector_flp_processing CPV && CPV_INPUT=digits
139+ ! has_detector_flp_processing TOF && TOF_CONFIG+=" --ignore-dist-stf"
138140
139141if [ $EPNMODE == 1 ]; then
140142 EVE_CONFIG+=" --eve-dds-collection-index 0"
342344# ---------------------------------------------------------------------------------------------------------------------
343345# Common reconstruction workflows
344346(has_detector_reco TPC || has_detector_ctf TPC) && WORKFLOW+=" o2-gpu-reco-workflow ${ARGS_ALL// -severity $SEVERITY / -severity $SEVERITY_TPC } --input-type=$GPU_INPUT $DISABLE_MC --output-type $GPU_OUTPUT --pipeline gpu-reconstruction:${N_TPCTRK:- 1} $GPU_CONFIG --configKeyValues \" $ARGS_ALL_CONFIG ;GPU_global.deviceType=$GPUTYPE ;GPU_proc.debugLevel=0;$GPU_CONFIG_KEY ;$GPU_EXTRA_CONFIG \" | "
345- (has_detector_reco TOF || has_detector_ctf TOF) && WORKFLOW+=" o2-tof-reco-workflow $ARGS_ALL --configKeyValues \" $ARGS_ALL_CONFIG \" --input-type $TOF_INPUT --output-type $TOF_OUTPUT --disable-root-input $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N tof-compressed-decoder TOF RAW) ,$( get_N TOFClusterer TOF REST) | "
347+ (has_detector_reco TOF || has_detector_ctf TOF) && WORKFLOW+=" o2-tof-reco-workflow $ARGS_ALL --configKeyValues \" $ARGS_ALL_CONFIG \" $TOF_CONFIG --input-type $TOF_INPUT --output-type $TOF_OUTPUT --disable-root-input $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N tof-compressed-decoder TOF RAW) ,$( get_N TOFClusterer TOF REST) | "
346348has_detector_reco ITS && WORKFLOW+=" o2-its-reco-workflow $ARGS_ALL --trackerCA $DISABLE_MC --clusters-from-upstream $DISABLE_ROOT_OUTPUT $ITS_CONFIG --configKeyValues \" $ARGS_ALL_CONFIG ;$ITS_CONFIG_KEY ;$ITSMFT_FILES \" --pipeline $( get_N its-tracker ITS REST ITSTRK) | "
347349has_detectors_reco ITS TPC && has_detector_matching ITSTPC && WORKFLOW+=" o2-tpcits-match-workflow $ARGS_ALL --configKeyValues \" $ARGS_ALL_CONFIG ;$ITSMFT_FILES \" --disable-root-input $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N itstpc-track-matcher MATCH REST TPCITS) | "
348350has_detector_reco FT0 && WORKFLOW+=" o2-ft0-reco-workflow $ARGS_ALL --configKeyValues \" $ARGS_ALL_CONFIG \" --disable-root-input $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N ft0-reconstructor FT0 REST) | "
You can’t perform that action at this time.
0 commit comments