Skip to content

Commit f5909a8

Browse files
authored
[PWGDQ] Fixing bug in globalmuon best matches skimming (AliceO2Group#9825)
1 parent c4704ab commit f5909a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ struct TableMakerMC {
10761076
if constexpr (static_cast<bool>(TMuonFillMap)) {
10771077
fFwdTrackIndexMap.clear();
10781078
fFwdTrackFilterMap.clear();
1079+
fBestMatch.clear();
10791080
muonBasic.reserve(muons.size());
10801081
muonExtra.reserve(muons.size());
10811082
muonCov.reserve(muons.size());

0 commit comments

Comments
 (0)