File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -450,9 +450,11 @@ if [[ ! -z $INPUT_DETECTOR_LIST ]]; then
450450 fi
451451fi
452452
453- # if root output is requested, record info of processed TFs DataHeader for replay of root files
454- ROOT_OUTPUT_ASKED=` declare -p | cut -d' ' -f3 | cut -d' =' -f1 | grep ENABLE_ROOT_OUTPUT_`
455- [[ -z " $DISABLE_ROOT_OUTPUT " ]] || [[ ! -z $ROOT_OUTPUT_ASKED ]] && add_W o2-tfidinfo-writer-workflow
453+ if [[ -z ${WORKFLOW_DETECTORS_USE_GLOBAL_READER_TRACKS} ]] && [[ -z ${WORKFLOW_DETECTORS_USE_GLOBAL_READER_CLUSTERS} ]]; then
454+ # if root output is requested, record info of processed TFs DataHeader for replay of root files
455+ ROOT_OUTPUT_ASKED=` declare -p | cut -d' ' -f3 | cut -d' =' -f1 | grep ENABLE_ROOT_OUTPUT_`
456+ [[ -z " $DISABLE_ROOT_OUTPUT " ]] || [[ ! -z $ROOT_OUTPUT_ASKED ]] && add_W o2-tfidinfo-writer-workflow
457+ fi
456458
457459# if TPC correction with IDC from CCDB was requested
458460has_detector TPC && [[ ${NEED_TPC_SCALERS_WF:- } == 1 ]] && add_W o2-tpc-scaler-workflow " ${TPC_SCALERS_CONF:- } "
You can’t perform that action at this time.
0 commit comments