Skip to content

Commit ff39f23

Browse files
cpuggion84alcaliva
authored andcommitted
Update qc-workflow.sh
(cherry picked from commit 6d96fa8)
1 parent 6841595 commit ff39f23

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
@@ -173,7 +173,13 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
173173
[[ -z "${QC_JSON_FV0:-}" ]] && QC_JSON_FV0=$O2DPG_ROOT/DATA/production/qc-async/fv0.json
174174
[[ -z "${QC_JSON_FDD:-}" ]] && QC_JSON_FDD=$O2DPG_ROOT/DATA/production/qc-async/fdd.json
175175
[[ -z "${QC_JSON_MID:-}" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.json
176-
[[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO && QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
176+
if [[ -z "${QC_JSON_ZDC:-}" ]] && has_processing_step ZDC_RECO; then
177+
if [[ "$BEAMTYPE" == "PbPb" ]]; then
178+
QQC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdcPbPb.json
179+
else
180+
QC_JSON_ZDC=$O2DPG_ROOT/DATA/production/qc-async/zdc.json
181+
fi
182+
fi
177183
if [[ -z "${QC_JSON_EMC:-}" ]]; then
178184
if [[ "$BEAMTYPE" == "PbPb" ]]; then
179185
QC_JSON_EMC=$O2DPG_ROOT/DATA/production/qc-async/emc_PbPb.json

0 commit comments

Comments
 (0)