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 73405a7 commit 0d5dceeCopy full SHA for 0d5dcee
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