We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f6726 commit 4e3cc83Copy full SHA for 4e3cc83
1 file changed
DATA/production/qc-workflow.sh
@@ -134,7 +134,7 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
134
[[ -z "$QC_JSON_FDD" ]] && QC_JSON_FDD=$O2DPG_ROOT/DATA/production/qc-async/fdd.json
135
[[ -z "$QC_JSON_EMC" ]] && QC_JSON_EMC=$O2DPG_ROOT/DATA/production/qc-async/emc.json
136
[[ -z "$QC_JSON_MID" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.json
137
- if [[ -z "$QC_JSON_MCH" ]]; then
+ if has_detector_qc MCH && [[ -z "$QC_JSON_MCH" ]]; then
138
add_QC_JSON MCH_DIGITS $O2DPG_ROOT/DATA/production/qc-async/mch-digits.json
139
if has_processing_step "MCH_RECO"; then
140
add_QC_JSON MCH_RECO $O2DPG_ROOT/DATA/production/qc-async/mch-reco.json
0 commit comments