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 86be21a commit f66cdb0Copy full SHA for f66cdb0
PWGHF/TableProducer/treeCreatorToXiPi.cxx
@@ -366,7 +366,7 @@ struct HfTreeCreatorToXiPi {
366
float centrality = -999.f;
367
if constexpr (useCentrality) {
368
auto const& collision = candidate.template collision_as<MyEventTableType>();
369
- centrality = o2::hf_centrality::getCentralityPercentile(collision);
+ centrality = o2::hf_centrality::getCentralityColl(collision);
370
}
371
372
rowCandidateLite(
0 commit comments