Skip to content

Commit

Permalink
Update tableReader_withAssoc.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoquet642 authored Oct 11, 2024
1 parent 0a15984 commit 34227ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGDQ/Tasks/tableReader_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ struct AnalysisSameEventPairing {

auto t1 = a1.template reducedmuon_as<TTracks>();
auto t2 = a2.template reducedmuon_as<TTracks>();
if (t1.matchMCHTrackId() == t2.matchMCHTrackId())
if (t1.matchMCHTrackId() == t2.matchMCHTrackId() && t1.matchMCHTrackId() >= 0)
continue;
if (t1.matchMFTTrackId() == t2.matchMFTTrackId() && t1.matchMFTTrackId() >= 0)
continue;
Expand Down

0 comments on commit 34227ba

Please sign in to comment.