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 e0e0b91 commit e2d87f2Copy full SHA for e2d87f2
PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
@@ -1601,7 +1601,7 @@ struct StrangenessBuilder {
1601
info.momentum[0], info.momentum[1], info.momentum[2]);
1602
histos.fill(HIST("hTableBuildingStatistics"), kV0MCCores);
1603
histos.fill(HIST("hPrimaryV0s"), 0);
1604
- if (thisInfo.isPhysicalPrimary)
+ if (info.isPhysicalPrimary)
1605
histos.fill(HIST("hPrimaryV0s"), 1);
1606
}
1607
if (mEnabledTables[kV0MCCollRefs]) {
0 commit comments