@@ -616,9 +616,9 @@ has_detector_gpu ITS && GPU_OUTPUT+=",its-tracks"
616616(has_detector_reco TOF || has_detector_ctf TOF) && ! has_detector_from_global_reader TOF && add_W o2-tof-reco-workflow " $TOF_CONFIG --input-type $TOF_INPUT --output-type $TOF_OUTPUT $DISABLE_DIGIT_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N tof-compressed-decoder TOF RAW 1) ,$( get_N TOFClusterer TOF REST 1) "
617617has_detector_reco FT0 && ! has_detector_from_global_reader FT0 && add_W o2-ft0-reco-workflow " $DISABLE_DIGIT_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC --pipeline $( get_N ft0-reconstructor FT0 REST 1) "
618618has_detector_reco TRD && ! has_detector_from_global_reader TRD && add_W o2-trd-tracklet-transformer " --disable-irframe-reader $DISABLE_DIGIT_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $TRD_FILTER_CONFIG --pipeline $( get_N TRDTRACKLETTRANSFORMER TRD REST 1 TRDTRKTRANS) "
619- has_detectors_reco ITS TPC && ! has_detector_from_global_reader_tracks ITS-TPC && has_detector_matching ITSTPC && add_W o2-tpcits-match-workflow " $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $ITS_STAGGERED $SEND_ITSTPC_DTGL $TPC_CORR_OPT --nthreads $ITSTPC_THREADS --pipeline $( get_N itstpc-track-matcher MATCH REST $ITSTPC_THREADS TPCITS) " " $ITSTPC_CONFIG_KEY ;$INTERACTION_TAG_CONFIG_KEY ;$ITSMFT_STROBES ;$ITSEXTRAERR ;$TPC_CORR_KEY ; "
620- has_detector_reco TRD && [[ -n " $TRD_SOURCES " ]] && ! has_detector_from_global_reader_tracks " $( echo " $TRD_SOURCES " | cut -d' ,' -f1) -TRD" && add_W o2-trd-global-tracking " $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $TRD_CONFIG $TRD_FILTER_CONFIG $TPC_CORR_OPT --track-sources $TRD_SOURCES --pipeline $( get_N trd-globaltracking_TPC_ITS-TPC_ TRD REST 1 TRDTRK) ,$( get_N trd-globaltracking_TPC_FT0_ITS-TPC_ TRD REST 1 TRDTRK) ,$( get_N trd-globaltracking_TPC_FT0_ITS-TPC_CTP_ TRD REST 1 TRDTRK) " " $TRD_CONFIG_KEY ;$INTERACTION_TAG_CONFIG_KEY ;$ITSMFT_STROBES ;$ITSEXTRAERR ;$TPC_CORR_KEY ; "
621- has_detector_reco TOF && [[ -n " $TOF_SOURCES " ]] && ! has_detector_from_global_reader_tracks " $( echo " $TOF_SOURCES " | cut -d' ,' -f1) -TOF" && add_W o2-tof-matcher-workflow " $TOF_MATCH_OPT $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $TPC_CORR_OPT ${TOFMATCH_THREADS: +--tof-lanes ${TOFMATCH_THREADS} } --track-sources $TOF_SOURCES --pipeline $( get_N tof-matcher TOF REST 1 TOFMATCH) " " $ITSMFT_STROBES ;$ITSEXTRAERR ;$TPC_CORR_KEY ; $ INTERACTION_TAG_CONFIG_KEY"
619+ has_detectors_reco ITS TPC && ! has_detector_from_global_reader_tracks ITS-TPC && has_detector_matching ITSTPC && add_W o2-tpcits-match-workflow " $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $ITS_STAGGERED $SEND_ITSTPC_DTGL $TPC_CORR_OPT --nthreads $ITSTPC_THREADS --pipeline $( get_N itstpc-track-matcher MATCH REST $ITSTPC_THREADS TPCITS) " " $ITSTPC_CONFIG_KEY ;$INTERACTION_TAG_CONFIG_KEY ;$ITSMFT_STROBES ;$ITSEXTRAERR ;"
620+ has_detector_reco TRD && [[ -n " $TRD_SOURCES " ]] && ! has_detector_from_global_reader_tracks " $( echo " $TRD_SOURCES " | cut -d' ,' -f1) -TRD" && add_W o2-trd-global-tracking " $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $TRD_CONFIG $TRD_FILTER_CONFIG $TPC_CORR_OPT --track-sources $TRD_SOURCES --pipeline $( get_N trd-globaltracking_TPC_ITS-TPC_ TRD REST 1 TRDTRK) ,$( get_N trd-globaltracking_TPC_FT0_ITS-TPC_ TRD REST 1 TRDTRK) ,$( get_N trd-globaltracking_TPC_FT0_ITS-TPC_CTP_ TRD REST 1 TRDTRK) " " $TRD_CONFIG_KEY ;$INTERACTION_TAG_CONFIG_KEY ;$ITSMFT_STROBES ;$ITSEXTRAERR ;"
621+ has_detector_reco TOF && [[ -n " $TOF_SOURCES " ]] && ! has_detector_from_global_reader_tracks " $( echo " $TOF_SOURCES " | cut -d' ,' -f1) -TOF" && add_W o2-tof-matcher-workflow " $TOF_MATCH_OPT $DISABLE_ROOT_INPUT $DISABLE_ROOT_OUTPUT $DISABLE_MC $TPC_CORR_OPT ${TOFMATCH_THREADS: +--tof-lanes ${TOFMATCH_THREADS} } --track-sources $TOF_SOURCES --pipeline $( get_N tof-matcher TOF REST 1 TOFMATCH) " " $ITSMFT_STROBES ;$ITSEXTRAERR ;$INTERACTION_TAG_CONFIG_KEY "
622622has_detectors TPC && [[ -z " $DISABLE_ROOT_OUTPUT " && " ${SKIP_TPC_CLUSTERSTRACKS_OUTPUT:- } " != 1 ]] && ! has_detector_from_global_reader TPC && add_W o2-tpc-reco-workflow " --input-type pass-through --output-type clusters,tpc-triggers,tracks,send-clusters-per-sector $DISABLE_MC "
623623
624624# ---------------------------------------------------------------------------------------------------------------------
0 commit comments