We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06997f1 commit 64b4e4fCopy full SHA for 64b4e4f
PWGHF/D2H/Tasks/taskXic0ToXiPi.cxx
@@ -211,7 +211,7 @@ struct HfTaskXic0ToXiPi {
211
// MC rec.
212
for (const auto& candidate : candidates) {
213
if (candidate.resultSelections() != true) {
214
- return;
+ continue;
215
}
216
double etaCharmBaryon;
217
if constexpr (UseKfParticle) {
@@ -220,7 +220,7 @@ struct HfTaskXic0ToXiPi {
220
etaCharmBaryon = candidate.etaCharmBaryon();
221
222
if (yCandRecMax >= 0. && std::abs(etaCharmBaryon) > yCandRecMax) {
223
224
225
226
auto numPvContributors = candidate.template collision_as<CollType>().numContrib();
0 commit comments