File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
1111 if [[ $EPNSYNCMODE == 1 || " 0$GEN_TOPO_LOAD_QC_JSON_FROM_CONSUL " == " 01" ]]; 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
14- [[ -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
14+ if [[ -z " $QC_JSON_MFT " ]]; then
15+ if has_detector MFT && has_processing_step MFT_RECO; then
16+ QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-track-full-qcmn
17+ else
18+ QC_JSON_MFT=consul://o2/components/qc/ANY/any/mft-full-qcmn
19+ fi
1920 fi
20-
2121 if [[ -z " $QC_JSON_TOF " ]]; then
2222 if has_detector_flp_processing TOF; then
2323 QC_JSON_TOF=consul://o2/components/qc/ANY/any/tof-full-qcmn
You can’t perform that action at this time.
0 commit comments