Skip to content
Snippets Groups Projects

fix JME matching test

Merged Patrick Louis S Connor requested to merge bugfix/JMEmatching into migration
All threads resolved!
@@ -81,7 +81,7 @@ template<typename RecContainer = std::vector<RecJet>,
matchedGen(nGen, false);
match_its.reserve(min(nRec,nGen));
while (!candidates.empty()) {
auto& [iRec, iGen] = candidates.top();
auto [iRec, iGen] = candidates.top();
candidates.pop();
// skip already matched objects
Loading