Skip to content

Commit e2d87f2

Browse files
Fix typo in histogram name
1 parent e0e0b91 commit e2d87f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ struct StrangenessBuilder {
16011601
info.momentum[0], info.momentum[1], info.momentum[2]);
16021602
histos.fill(HIST("hTableBuildingStatistics"), kV0MCCores);
16031603
histos.fill(HIST("hPrimaryV0s"), 0);
1604-
if (thisInfo.isPhysicalPrimary)
1604+
if (info.isPhysicalPrimary)
16051605
histos.fill(HIST("hPrimaryV0s"), 1);
16061606
}
16071607
if (mEnabledTables[kV0MCCollRefs]) {

0 commit comments

Comments
 (0)