Skip to content

Commit f6acde1

Browse files
authored
[PWGHF] Minor Fix in the number of contributors (#13188)
1 parent 84a7ecd commit f6acde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)