Skip to content

Commit

Permalink
Revert change in TrackListMerger
Browse files Browse the repository at this point in the history
  • Loading branch information
VourMa committed Jul 21, 2024
1 parent 304929e commit a22faeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/FinalTrackSelectors/plugins/TrackListMerger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ void TrackListMerger::produce(edm::Event& e, const edm::EventSetup& es) {
}

//DL here
if LIKELY (ngood > 0 && collsSize > 0)
if LIKELY (ngood > 1 && collsSize > 1)
for (unsigned int ltm = 0; ltm < listsToMerge_.size(); ltm++) {
int saveSelected[rSize];
bool notActive[collsSize];
Expand Down

0 comments on commit a22faeb

Please sign in to comment.