Skip to content

Commit

Permalink
activate CTF SIZE QC only if CTF readout is activated (global runs)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunzer committed Jun 26, 2024
1 parent 743647e commit c3e723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/qc-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
elif has_detectors_reco MCH MID && has_matching_qc MCHMID; then
[[ -z "${QC_JSON_GLO_MCHMID:-}" ]] && QC_JSON_GLO_MCHMID=consul://o2/components/qc/ANY/any/glo-mchmid-mtch-qcmn-epn
fi
if has_processing_step ENTROPY_ENCODER && [[ ! -z "$WORKFLOW_DETECTORS_CTF" ]] && [[ $WORKFLOW_DETECTORS_CTF != "NONE" ]]; then
if has_processing_step ENTROPY_ENCODER && [[ ! -z "$WORKFLOW_DETECTORS_CTF" ]] && [[ $WORKFLOW_DETECTORS_CTF != "NONE" ]] && has_detector CTP; then
[[ -z "${QC_JSON_CTF_SIZE:-}" ]] && QC_JSON_CTF_SIZE=consul://o2/components/qc/ANY/any/glo-qc-data-size
fi
if [[ "${GEN_TOPO_DEPLOYMENT_TYPE:-}" == "ALICE_STAGING" ]]; then
Expand Down

0 comments on commit c3e723b

Please sign in to comment.