From 0656bdf3bb02b67c435f05d5d14d1035c4f92a3c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 28 Feb 2026 16:17:28 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx b/PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx index 7f838ebb5e8..1860b1106ab 100644 --- a/PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx +++ b/PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx @@ -2067,7 +2067,7 @@ struct derivedlambdakzeroanalysis { rapidity = RecoDecay::y(std::array{v0mother.px(), v0mother.py(), v0mother.pz()}, o2::constants::physics::MassXiMinus); if (std::abs(v0mother.pdgCode()) == o2::constants::physics::Pdg::kXi0) rapidity = RecoDecay::y(std::array{v0mother.px(), v0mother.py(), v0mother.pz()}, o2::constants::physics::MassXi0); - + if (std::fabs(rapidityXi) > 0.5f) return; // not a valid mother rapidity (PDG selection is later)