Skip to content

Commit

Permalink
Change ZDC default qc file for sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunzer committed Oct 17, 2024
1 parent 1f7f0dd commit ab92268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/qc-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab92268

Please sign in to comment.