Skip to content

Commit

Permalink
Update taskLc.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbiao-phy authored Dec 9, 2024
1 parent 482a1c2 commit 9e33522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/D2H/Tasks/taskLc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ struct HfTaskLc {
auto ptGen = particle.pt();
auto originType = particle.originMcGen();
auto ptGenB = -1;
unsigned numPvContributors = 0;
unsigned int numPvContributors = 0;
const auto& recoCollsPerMcColl = recoCollisions.sliceBy(colPerMcCollision, particle.mcCollision().globalIndex());
for (const auto& recCol : recoCollsPerMcColl) {
numPvContributors = recCol.numContrib() > numPvContributors ? recCol.numContrib() : numPvContributors;
Expand Down

0 comments on commit 9e33522

Please sign in to comment.