Skip to content

Commit

Permalink
Fix uGMT emulator but that too many muons pass the sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
thomreis committed May 4, 2016
1 parent c020e9e commit 6437d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TMuon/plugins/L1TMuonProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ L1TMuonProducer::sortMuons(MicroGMTConfiguration::InterMuonList& muons, unsigned
}

size_t nMuonsBefore = muons.size();
int minWins = nMuonsBefore - nCancelled - nSurvivors;
int minWins = nMuonsBefore - nSurvivors;

// remove all muons that were cancelled or that do not have sufficient rank
// (reduces the container size to nSurvivors)
Expand Down

0 comments on commit 6437d21

Please sign in to comment.