We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6d78a commit 0e0c403Copy full SHA for 0e0c403
PWGLF/Utils/strangenessBuilderModule.h
@@ -1634,7 +1634,7 @@ class BuilderModule
1634
// code that is agnostic with respect to the joinability of
1635
// V0Cores and V0MCCores (always dereference -> safe)
1636
if (baseOpts.mEnabledTables[kV0CoreMCLabels]) {
1637
- products.v0CoreMCLabels(iv0); // interlink index
+ products.v0CoreMCLabels(products.v0mccores.lastIndex()); // interlink index
1638
histos.fill(HIST("hTableBuildingStatistics"), kV0CoreMCLabels);
1639
}
1640
0 commit comments