Skip to content

Commit 390da4f

Browse files
committed
Do not apply selection on muon track quality
The selections should be applied downstream in the user code instead.
1 parent c438352 commit 390da4f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PWGDQ/Tasks/global-muon-matcher.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,6 @@ struct GlobalMuonMatching {
12981298
}
12991299

13001300
const auto& mchTrack = muonTracks.rawIteratorAt(mchIndex);
1301-
if (!isGoodGlobalMuon(mchTrack, collision)) {
1302-
continue;
1303-
}
13041301

13051302
bool isTagged = std::find(taggedMuons.begin(), taggedMuons.end(), mchIndex) != taggedMuons.end();
13061303

0 commit comments

Comments
 (0)