We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1a79 commit e2fa5d0Copy full SHA for e2fa5d0
PWGHF/D2H/Tasks/taskLc.cxx
@@ -595,7 +595,7 @@ struct HfTaskLc {
595
}
596
auto ptGen = particle.pt();
597
auto originType = particle.originMcGen();
598
- auto ptGenB = -1;
+ float ptGenB = -1.;
599
unsigned int numPvContributors = 0;
600
const auto& recoCollsPerMcColl = recoCollisions.sliceBy(colPerMcCollision, particle.mcCollision().globalIndex());
601
for (const auto& recCol : recoCollsPerMcColl) {
0 commit comments