Skip to content

Commit 45eef9b

Browse files
romainschottersigurdnese
authored andcommitted
[PWGLF] Fix filling of V0CoreMCLabel in symmetric mode (AliceO2Group#14301)
1 parent ae20549 commit 45eef9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Utils/strangenessBuilderModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ class BuilderModule
16341634
// code that is agnostic with respect to the joinability of
16351635
// V0Cores and V0MCCores (always dereference -> safe)
16361636
if (baseOpts.mEnabledTables[kV0CoreMCLabels]) {
1637-
products.v0CoreMCLabels(iv0); // interlink index
1637+
products.v0CoreMCLabels(products.v0mccores.lastIndex()); // interlink index
16381638
histos.fill(HIST("hTableBuildingStatistics"), kV0CoreMCLabels);
16391639
}
16401640
}

0 commit comments

Comments
 (0)