We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2196a16 commit a2a4fedCopy full SHA for a2a4fed
DATA/production/qc-workflow.sh
@@ -135,7 +135,10 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
135
fi
136
done
137
138
- for i in $(echo $LIST_OF_GLORECO | sed "s/,/ /g"); do
+ LIST_OF_GLOQC=
139
+ has_detectors_reco ITS TPC && has_detector_matching ITSTPC && add_comma_separated LIST_OF_GLOQC ITSTPC
140
+ has_detectors_reco ITS && has_detector_matching PRIMVTX && add_comma_separated LIST_OF_GLOQC PRIMVTX
141
+ for i in $(echo $LIST_OF_GLOQC | sed "s/,/ /g"); do
142
GLO_JSON_FILE="QC_JSON_$i"
143
if has_detector_matching $i && has_matching_qc $i && [ ! -z "${!GLO_JSON_FILE}" ]; then
144
add_QC_JSON $i ${!GLO_JSON_FILE}
0 commit comments