Skip to content

Commit 0e0c403

Browse files
Fix filling of V0CoreMCLabel in symmetric mode
1 parent 8f6d78a commit 0e0c403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)