From ab922685216388d638c8efb5f63a745c56760972 Mon Sep 17 00:00:00 2001 From: Robert Muenzer Date: Thu, 17 Oct 2024 10:08:20 +0200 Subject: [PATCH] Change ZDC default qc file for sync --- DATA/production/qc-workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/qc-workflow.sh b/DATA/production/qc-workflow.sh index 1c796e8ba..ad0920412 100755 --- a/DATA/production/qc-workflow.sh +++ b/DATA/production/qc-workflow.sh @@ -91,7 +91,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then fi fi fi - [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=apricot://o2/components/qc/ANY/any/zdc-rec-epn + [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=apricot://o2/components/qc/ANY/any/zdc-full-qcmn if [[ -z "${QC_JSON_MCH:-}" ]]; then if has_detector MCH && has_processing_step MCH_RECO; then if has_track_source "MCH-MID"; then