Skip to content

Commit f66cdb0

Browse files
authored
Update treeCreatorToXiPi.cxx
1 parent 86be21a commit f66cdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/treeCreatorToXiPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ struct HfTreeCreatorToXiPi {
366366
float centrality = -999.f;
367367
if constexpr (useCentrality) {
368368
auto const& collision = candidate.template collision_as<MyEventTableType>();
369-
centrality = o2::hf_centrality::getCentralityPercentile(collision);
369+
centrality = o2::hf_centrality::getCentralityColl(collision);
370370
}
371371

372372
rowCandidateLite(

0 commit comments

Comments
 (0)