Skip to content

Commit 580ff46

Browse files
committed
Condition TOF matching QC by has_detector_qc TOF
1 parent 6f3a95d commit 580ff46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/qc-workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ if [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
109109
fi
110110
done
111111

112-
# matching / vertexing QC
113-
if [ ! -z "$QC_JSON_TOF_MATCH" ]; then
112+
# TOF matching
113+
if has_detector_qc TOF && [ ! -z "$QC_JSON_TOF_MATCH" ]; then
114114
add_QC_JSON TOF ${QC_JSON_TOF_MATCH}
115115
fi
116116

0 commit comments

Comments
 (0)