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 7f6e2fd commit ab4fe4bCopy full SHA for ab4fe4b
PWGLF/Tasks/Strangeness/lambdak0seff.cxx
@@ -432,10 +432,8 @@ struct lambdak0seff {
432
int lambdacounter = 0;
433
int antilambdacounter = 0;
434
int k0scounter = 0;
435
- int counter = 0;
436
-
+
437
for (const auto& kCurrentDaughter : kDaughters) {
438
- counter += 1;
439
if (std::abs(kCurrentDaughter.pdgCode()) != PDG_t::kProton && std::abs(kCurrentDaughter.pdgCode()) != PDG_t::kPiPlus) {
440
continue;
441
}
0 commit comments