Skip to content

Commit

Permalink
Fixing bug in best matches skimming
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoquet642 committed Feb 7, 2025
1 parent 873dd2c commit fcf65a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ struct TableMakerMC {
if constexpr (static_cast<bool>(TMuonFillMap)) {
fFwdTrackIndexMap.clear();
fFwdTrackFilterMap.clear();
fBestMatch.clear();
muonBasic.reserve(muons.size());
muonExtra.reserve(muons.size());
muonCov.reserve(muons.size());
Expand Down

0 comments on commit fcf65a2

Please sign in to comment.