We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d96fa8 commit 1d2c818Copy full SHA for 1d2c818
DATA/production/qc-workflow.sh
@@ -190,7 +190,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
190
[[ -z "${QC_JSON_MID:-}" ]] && QC_JSON_MID=$O2DPG_ROOT/DATA/production/qc-async/mid.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
+ QC_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
0 commit comments