-
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
Bugfix for mass-window cut in HLTMuonDimuonL3Filter #36005
Bugfix for mass-window cut in HLTMuonDimuonL3Filter #36005
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36005/26440
|
A new Pull Request was created by @vjmastra (Vincenzo) for master. It involves the following packages:
@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
Tagging Muon-HLT contacts: @JanFSchulte @khaosmos93 |
type bugfix |
@vjmastra, please improve the PR title, for example with "Bugfix for mass-window cut in |
@missirol I case this is needed: As Muon HLT contacts we endorse this PR and thank the authors for finding and fixing this bug. |
Thanks, @JanFSchulte ; I just wanted to make sure MUO was in the loop. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c0a575/20274/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
The filter in question could use a cleanup to at least improve code readibility. |
+hlt |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
PR to fix the bug in HLTMuonDimuonL3filter.cc
The module allows selection of separate mass windows for dimuon candidates,
but only the first mass window is considered because of the bug.
This affects for instance the HLT path HLT_DoubleMu4_LowMassNonResonantTrk_Displaced,
using [1.0, 2.9] U [4.0, 4.8]
Events in the windows other than the first are now considered
PR validation:
A trigger path for non resonant dimuons has been used for test
(config file: /afs/cern.ch/user/v/vmastrap/public/fix-dimu-mass-windows/hlt.py)
and run on EphemeralHLTPhysics dataset
(file list: /afs/cern.ch/user/v/vmastrap/public/fix-dimu-mass-windows/list_cff.py)
Events in the second mass window fire the trigger after the bug fix
(plot: /afs/cern.ch/user/v/vmastrap/public/fix-dimu-mass-windows/plot.pdf)