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 @@ -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
You can’t perform that action at this time.
0 commit comments