File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3472,19 +3472,19 @@ struct AnalysisAsymmetricPairing {
34723472 int sign1 = 0 ;
34733473 int sign2 = 0 ;
34743474
3475- // Reserve capacity for the output tables
3475+ // Reserve capacity for the output tables
34763476 int64_t reserveSize = 0 ;
34773477 for (auto const & event : events) {
34783478 if (!event.isEventSelected_bit (0 )) {
34793479 continue ;
34803480 }
34813481 if (fConfigRemoveCollSplittingCandidates .value && event.isEventSelected_bit (2 )) {
3482- continue ;
3482+ continue ;
34833483 }
34843484 auto groupedLegAAssocs = legACandidateAssocs.sliceBy (preslice, event.globalIndex ());
34853485 auto groupedLegBAssocs = legBCandidateAssocs.sliceBy (preslice, event.globalIndex ());
34863486 reserveSize += static_cast <int64_t >(groupedLegAAssocs.size ()) *
3487- static_cast <int64_t >(groupedLegBAssocs.size ());
3487+ static_cast <int64_t >(groupedLegBAssocs.size ());
34883488 }
34893489 ditrackList.reserve (reserveSize);
34903490 ditrackExtraList.reserve (reserveSize);
You can’t perform that action at this time.
0 commit comments