From 0e0c403a62ee32bf8471ff58ea8de149e5b813d0 Mon Sep 17 00:00:00 2001 From: romainschotter Date: Fri, 19 Dec 2025 10:16:45 +0100 Subject: [PATCH] Fix filling of V0CoreMCLabel in symmetric mode --- PWGLF/Utils/strangenessBuilderModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Utils/strangenessBuilderModule.h b/PWGLF/Utils/strangenessBuilderModule.h index 61371ff59ec..cf838ec507a 100644 --- a/PWGLF/Utils/strangenessBuilderModule.h +++ b/PWGLF/Utils/strangenessBuilderModule.h @@ -1634,7 +1634,7 @@ class BuilderModule // code that is agnostic with respect to the joinability of // V0Cores and V0MCCores (always dereference -> safe) if (baseOpts.mEnabledTables[kV0CoreMCLabels]) { - products.v0CoreMCLabels(iv0); // interlink index + products.v0CoreMCLabels(products.v0mccores.lastIndex()); // interlink index histos.fill(HIST("hTableBuildingStatistics"), kV0CoreMCLabels); } }