Skip to content

Commit 77876bf

Browse files
Simple-Shyamjloemker
authored andcommitted
[PWGHF] Minor Fix in the number of contributors (AliceO2Group#13188)
1 parent 4a10b7f commit 77876bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/Tasks/taskDplus.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ struct HfTaskDplus {
636636
flagGenB = getBHadMotherFlag(bHadMother.pdgCode());
637637
ptGenB = bHadMother.pt();
638638
}
639-
for (const auto& recCol : mcRecoCollisions) {
639+
for (const auto& recCol : recoCollsPerGenMcColl) {
640640
numPvContr = std::max<float>(numPvContr, recCol.numContrib());
641641
}
642642
fillHistoMCGen(particle);

0 commit comments

Comments
 (0)