-
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
Changes the energy threshold on the EcalDeadCellTriggerPrimitiveFilter #12557
Conversation
…r to 127.49 instead of 127.5. This fixes a subtle rounding issue.
A new Pull Request was created by @kencall for CMSSW_7_6_X. It involves the following packages: RecoMET/METFilters @cmsbuild, @vadler, @davidlange6, @monttj can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
This is a critical fix for 76X mAOD v2 in the EcalDeadCellTPFilter mentioned in PPD: @kencall please post the comparison plot |
EcalTP.pdf |
@davidlange6 @arizzi this is the other PR that was discussed at the PPD meeting to go into 76X MiniAOD v2 |
@monttj can you please start the testing and review this ? we need to have this bugFIX in the mAOD v2 76X |
@cmsbuild please test |
The tests are being triggered in jenkins. |
Changes the energy threshold on the EcalDeadCellTriggerPrimitiveFilter
There is a subtle rounding error in EcalDeadCellTriggerPrimitiveFilter.cc. Adjusting the threshold to 127.49 GeV gives the correct functionality.