Skip to content

Commit 6d6876e

Browse files
shahor02noferini
authored andcommitted
Do not add o2-tfidinfo-writer-workflow with input from readers
1 parent 47b8bde commit 6d6876e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,11 @@ if [[ ! -z $INPUT_DETECTOR_LIST ]]; then
450450
fi
451451
fi
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
458460
has_detector TPC && [[ ${NEED_TPC_SCALERS_WF:-} == 1 ]] && add_W o2-tpc-scaler-workflow " ${TPC_SCALERS_CONF:-} "

0 commit comments

Comments
 (0)