From f3dcae57f047cfeed736831b06c705a9d7172c22 Mon Sep 17 00:00:00 2001 From: Francesca Ercolessi Date: Wed, 5 Nov 2025 11:41:35 +0100 Subject: [PATCH] [PWGLF] Missing centrality for antilambda --- PWGLF/Tasks/Strangeness/v0postprocessing.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/v0postprocessing.cxx b/PWGLF/Tasks/Strangeness/v0postprocessing.cxx index 20acbb82f8b..85637c3e953 100644 --- a/PWGLF/Tasks/Strangeness/v0postprocessing.cxx +++ b/PWGLF/Tasks/Strangeness/v0postprocessing.cxx @@ -495,7 +495,7 @@ struct v0postprocessing { if (candidate.isphysprimary() == 1) { registry.fill(HIST("hMassAntiLambda_MC"), candidate.massantilambda()); - registry.fill(HIST("hMassVsPtAntiLambdaVsCentFT0M_MC"), candidate.v0pt(), candidate.v0motherpt(), candidate.massantilambda()); + registry.fill(HIST("hMassVsPtAntiLambdaVsCentFT0M_MC"), candidate.v0pt(), candidate.multft0m(), candidate.massantilambda()); } else if (std::abs(candidate.massantilambda() - o2::constants::physics::MassLambda0) < 0.01) { if (candidate.pdgcodemother() == -3312) { registry.fill(HIST("hFDVsPtAntiLambdaVsMotherPt_DoubleCharged_MC"), candidate.v0pt(), candidate.v0motherpt(), candidate.multft0m());