From 726fcf99e33429437fbf2cc7fd5500781a981992 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 18 Sep 2025 03:26:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx b/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx index 4bbbb0e2561..7cb1864593e 100644 --- a/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx +++ b/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx @@ -1222,7 +1222,7 @@ PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", fal for (auto const& collision : collisions) { int poolIndexPi = where_pool(collision.posZ(), collision.centFT0C()); auto& pool = All_Event_pool[poolIndexPi]; - + if (poolIndexPi < 0 || static_cast(poolIndexPi) >= All_Event_pool.size()) { continue; }