File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ struct JetOutlierQATask {
469469 std::set<int > closeByCollisionIDs;
470470 for (auto const & collisionMC : collisionsMC) {
471471 if (collisionMC.subGeneratorId () == jetderiveddatautilities::JCollisionSubGeneratorId::mbGap) {
472- return ;
472+ continue ;
473473 }
474474 float posZtrue = collisionMC.posZ ();
475475 for (auto const & collisionCloseMC : collisionsMC) { // check for closeby collisions in MC
@@ -491,7 +491,7 @@ struct JetOutlierQATask {
491491 // now make reconstructed-level checks
492492 for (auto const & collision : collisions) { // loop over reconstructed collisions
493493 if (collision.subGeneratorId () == jetderiveddatautilities::JCollisionSubGeneratorId::mbGap) {
494- return ;
494+ continue ;
495495 }
496496 if (!jetderiveddatautilities::selectCollision (collision, eventSelectionBits)) {
497497 continue ;
You can’t perform that action at this time.
0 commit comments