File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments