File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
1212 [[ -z " $QC_JSON_TPC " ]] && QC_JSON_TPC=consul://o2/components/qc/ANY/any/tpc-full-qcmn
1313 [[ -z " $QC_JSON_ITS " ]] && QC_JSON_ITS=consul://o2/components/qc/ANY/any/its-qcmn-epn-full
1414 [[ -z " $QC_JSON_MFT " ]] && QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-full-qcmn
15+ if has_detector MFT && has_processing_step MFT_RECO; then
16+ [[ -z " $QC_JSON_MFT " ]] && QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-track-full-qcmn
17+ else
18+ [[ -z " $QC_JSON_MFT " ]] && QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-full-qcmn
19+ fi
20+
1521 if [[ -z " $QC_JSON_TOF " ]]; then
1622 if has_detector_flp_processing TOF; then
1723 QC_JSON_TOF=consul://o2/components/qc/ANY/any/tof-full-qcmn
You can’t perform that action at this time.
0 commit comments