There was an error while loading. Please reload this page.
1 parent fd3c485 commit 0db0f26Copy full SHA for 0db0f26
1 file changed
DATA/production/qc-workflow.sh
@@ -12,6 +12,12 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
12
[[ -z "$QC_JSON_TPC" ]] && QC_JSON_TPC=consul://o2/components/qc/ANY/any/tpc-full-qcmn
13
[[ -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
19
+fi
20
+
21
if [[ -z "$QC_JSON_TOF" ]]; then
22
if has_detector_flp_processing TOF; then
23
QC_JSON_TOF=consul://o2/components/qc/ANY/any/tof-full-qcmn
0 commit comments