Skip to content

Commit f3dcae5

Browse files
authored
[PWGLF] Missing centrality for antilambda
1 parent 9b843a3 commit f3dcae5

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
@@ -495,7 +495,7 @@ struct v0postprocessing {
495495

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

0 commit comments

Comments
 (0)