-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
B2G HLT DQM bug fix #5223
B2G HLT DQM bug fix #5223
Conversation
…he trigger was fired.
…ty. The module looks for a 'contains' rather than 'equals' so this is supported
A new Pull Request was created by @rappoccio for CMSSW_7_2_X. B2G HLT DQM bug fix It involves the following packages: HLTriggerOffline/B2G @nclopezo, @danduggan, @rovere, @cmsbuild, @deguio, @ojeda can you please review it and eventually sign? Thanks. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes or unless it breaks tests. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes (tests are also fine). |
…sep2014 B2G HLT DQM bug fix
Here is a bug fix for the B2G HLT DQM, where the selected histograms were accidentally not being filled.
I also added some future compatibility by removing the explicit "v1" at the end of the triggers. Since the code checks "contains" instead of "equals", this is supported.