File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,13 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
2323 [[ -z " $QC_JSON_FT0 " ]] && QC_JSON_FT0=consul://o2/components/qc/ANY/any/ft0-digits-qc-epn
2424 [[ -z " $QC_JSON_FV0 " ]] && QC_JSON_FV0=consul://o2/components/qc/ANY/any/fv0-digits-qc-epn
2525 [[ -z " $QC_JSON_EMC " ]] && QC_JSON_EMC=consul://o2/components/qc/ANY/any/emc-qcmn-epnall
26- [[ -z " $QC_JSON_MCH " ]] && QC_JSON_MCH=consul://o2/components/qc/ANY/any/mch-qcmn-epn-digits
26+ if [[ -z " $QC_JSON_MCH " ]]; then
27+ if has_detector MCH && has_processing_step MCH_RECO; then
28+ QC_JSON_MCH=consul://o2/components/qc/ANY/any/mch-qcmn-epn-full
29+ else
30+ QC_JSON_MCH=consul://o2/components/qc/ANY/any/mch-qcmn-epn-digits
31+ fi
32+ fi
2733 [[ -z " $QC_JSON_MID " ]] && QC_JSON_MID=consul://o2/components/qc/ANY/any/mid-full-qcmn
2834 [[ -z " $QC_JSON_CPV " ]] && QC_JSON_CPV=consul://o2/components/qc/ANY/any/cpv-physics-qcmn-epn
2935 [[ -z " $QC_JSON_TRD " ]] && QC_JSON_TRD=consul://o2/components/qc/ANY/any/trd-full-qcmn-norawdatastats-epn
You can’t perform that action at this time.
0 commit comments