Skip to content

Commit 6d96fa8

Browse files
cpuggion84davidrohr
authored andcommitted
Update qc-workflow.sh
1 parent ca3d4ce commit 6d96fa8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

DATA/production/qc-workflow.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,13 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
188188
[[ -z "${QC_JSON_FV0:-}" ]] && QC_JSON_FV0=$O2DPG_ROOT/DATA/production/qc-async/fv0.json
189189
[[ -z "${QC_JSON_FDD:-}" ]] && QC_JSON_FDD=$O2DPG_ROOT/DATA/production/qc-async/fdd.json
190190
[[ -z "${QC_JSON_MID:-}" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.json
191-
[[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
191+
if [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO; then
192+
if [[ "$BEAMTYPE" == "PbPb" ]]; then
193+
QQC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
194+
else
195+
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdc.json
196+
fi
197+
fi
192198
if [[ -z "${QC_JSON_EMC:-}" ]]; then
193199
if [[ "$BEAMTYPE" == "PbPb" ]]; then
194200
QC_JSON_EMC=$O2DPG_ROOT/DATA/production/qc-async/emc_PbPb.json

0 commit comments

Comments
 (0)