Skip to content

Commit 0db0f26

Browse files
tomas-hermandavidrohr
authored andcommitted
MFT: Adding MFT track qc.
1 parent fd3c485 commit 0db0f26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DATA/production/qc-workflow.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)