diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index b273bc1cce8..9b27e96df59 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -1379,9 +1379,9 @@ struct FlowSP { } double centW = cfg.hCentrality->GetBinContent(cfg.hCentrality->FindBin(spm.centrality)); if (centW < 0) { - spm.centWeight = 0.; + spm.centWeight = 0.; LOGF(fatal, "Centrality weight cannot be negative .. setting to 0. for (%.2f)", spm.centrality); - } + } } fillEventQA(collision, tracks);