Skip to content

Commit 0d5dcee

Browse files
[PWGLF] Fix typo in mcV0info structure name (AliceO2Group#11093)
1 parent 73405a7 commit 0d5dcee

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)