Skip to content

Commit e161482

Browse files
authored
[PWGLF] Strangeness V0 analysis pp: Fix missing centrality for antilambda (#13694)
1 parent 4a92058 commit e161482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/v0postprocessing.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ struct v0postprocessing {
494494

495495
if (candidate.isphysprimary() == 1) {
496496
registry.fill(HIST("hMassAntiLambda_MC"), candidate.massantilambda());
497-
registry.fill(HIST("hMassVsPtAntiLambdaVsCentFT0M_MC"), candidate.v0pt(), candidate.v0motherpt(), candidate.massantilambda());
497+
registry.fill(HIST("hMassVsPtAntiLambdaVsCentFT0M_MC"), candidate.v0pt(), candidate.multft0m(), candidate.massantilambda());
498498
} else if (std::abs(candidate.massantilambda() - o2::constants::physics::MassLambda0) < 0.01) {
499499
if (candidate.pdgcodemother() == -3312) {
500500
registry.fill(HIST("hFDVsPtAntiLambdaVsMotherPt_DoubleCharged_MC"), candidate.v0pt(), candidate.v0motherpt(), candidate.multft0m());

0 commit comments

Comments
 (0)