We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bf77a1 + 0f4e47c commit 6d1d296Copy full SHA for 6d1d296
1 file changed
PWGCF/Flow/Tasks/flowSP.cxx
@@ -1379,9 +1379,9 @@ struct FlowSP {
1379
}
1380
double centW = cfg.hCentrality->GetBinContent(cfg.hCentrality->FindBin(spm.centrality));
1381
if (centW < 0) {
1382
- spm.centWeight = 0.;
+ spm.centWeight = 0.;
1383
LOGF(fatal, "Centrality weight cannot be negative .. setting to 0. for (%.2f)", spm.centrality);
1384
- }
+ }
1385
1386
1387
fillEventQA<kAfter>(collision, tracks);
0 commit comments