Skip to content

Commit c436226

Browse files
rmunzerdavidrohr
authored andcommitted
Change ZDC default qc file for sync
1 parent 1f7f0dd commit c436226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
9191
fi
9292
fi
9393
fi
94-
[[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=apricot://o2/components/qc/ANY/any/zdc-rec-epn
94+
[[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=apricot://o2/components/qc/ANY/any/zdc-full-qcmn
9595
if [[ -z "${QC_JSON_MCH:-}" ]]; then
9696
if has_detector MCH && has_processing_step MCH_RECO; then
9797
if has_track_source "MCH-MID"; then

0 commit comments

Comments
 (0)