Skip to content

Commit 79dc7cd

Browse files
dstoccochiarazampolli
authored andcommitted
Move MID raw QC to full
1 parent 7293094 commit 79dc7cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
4343
fi
4444
if [[ -z "$QC_JSON_MID" ]]; then
4545
if has_detector MID && has_processing_step MID_RECO; then
46-
QC_JSON_MID=consul://o2/components/qc/ANY/any/mid-flp_raw-epn_full-qcmn
46+
QC_JSON_MID=consul://o2/components/qc/ANY/any/mid-full-qcmn
4747
else
4848
QC_JSON_MID=consul://o2/components/qc/ANY/any/mid-flp_raw-epn_digits-qcmn
4949
fi

0 commit comments

Comments
 (0)