-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Make BadHcalMitigation enabled by default #33413
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
Conversation
|
@laurenhay, CMSSW_11_3_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
|
@laurenhay, CMSSW_11_3_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33413/22054
|
|
A new Pull Request was created by @laurenhay for master. It involves the following packages: Configuration/Eras @perrotta, @jordan-martins, @chayanit, @wajidalikhan, @srimanob, @kpedro88, @cmsbuild, @silviodonato, @franzoni, @slava77, @jpata, @qliphy, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e3c12/14201/summary.html CMS Clang-Tidy warnings: There are Clang-Tidy warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e3c12/14201/llvm-analysis/cmsclangtidy.txt for details. Comparison SummarySummary:
|
slava77
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RecoParticleFlow/PFClusterProducer/particleFlowBadHcalPseudoCluster_cff.py is empty: is this added by mistake?
|
Pull request #33413 was updated. @perrotta, @jordan-martins, @chayanit, @wajidalikhan, @srimanob, @kpedro88, @cmsbuild, @silviodonato, @franzoni, @slava77, @jpata, @qliphy, @fabiocos, @davidlange6 can you please check and sign again. |
|
Please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e3c12/14246/summary.html CMS Clang-Tidy warnings: There are Clang-Tidy warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e3c12/14246/llvm-analysis/cmsclangtidy.txt for details. Comparison SummarySummary:
|
|
+reconstruction for #33413 bbb75f1
as an example, in RunEGamma2018C wf 136.874 we can see HEM15-16 as the largest effect in a combination of eta and phi for neutral hadrons: |
|
+Upgrade Using BadHcalMitigation as default has been discussed since Run-2 UL. |
|
+1 |
|
+1 |
|
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 be automatically merged. |


PR description:
Changes have been implemented to make BadHcalMitigation on by default, as requested in issue #30426 and switch the modifier to disable the mitigation.
This deprecates the workflow 136.8643 which is a duplicate of 136.8642 with only hcal mitigation added.
It also deprecates any relval step containing "BadHcalMitig", as this is now automatically on and an extra step to add it is unnecessary. HcalMitigation for the photon and electron are also enabled by default and the corresponding PF modifier is redefined to allow the mitigation to be turned off.
PR validation:
These updates were validated through building in CMSSW_11_3_X and by running
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A
@hatakeyamak @rappoccio @bendavid @marksan87