-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix signed muon tagger #12956
Fix signed muon tagger #12956
Conversation
A new Pull Request was created by @imarches for CMSSW_7_6_X. It involves the following packages: RecoBTag/SoftLepton @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@imarches |
Yes, potentially other parameters may enter the selector but with the current set up we always return true here: so only the sign is effectively used. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 Small bug fix to stop the signed muon tagger from being filled unless a signed lepton was actually selected. #12937 is the 80X version of this PR, and it has already been merged. The code fix is satisfactory, and Jenkins tests against baseline CMSSW_7_6_X_2016-01-15-1100 show no significant differences. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
…MSSW_7_6_3 Fix signed muon tagger
Backport of #12937
Fix in the muon tagger signed discriminators, which were filled always and not only when the signed lepton selection was actually fulfilled.