-
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
Backport to 94X: MET EE noise mitigation in 2017 data #25035
Conversation
A new Pull Request was created by @eioannou (Emilios Ioannou) for CMSSW_9_4_X. It involves the following packages: JetMETCorrections/Type1MET @perrotta, @monttj, @cmsbuild, @fgolf, @slava77, @peruzzim can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
please test |
The tests are being triggered in jenkins. |
self.setParameter('reclusterJets',True) | ||
|
||
#ZD: puppi jet reclustering breaks the puppi jets | ||
#overwriting of jet reclustering parameter for puppi | ||
if self._parameters["Puppi"].value and not onMiniAOD: | ||
self.setParameter('reclusterJets',False) | ||
|
||
#jet collection overloading for automatic jet reclustering or JEC application |
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.
This was not removed in #24876, or later in the master: please check and fix
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.
Hi @perrotta I didn't understand exactly what is this problem. Could you please help me on this?. I didn't remove this line in 94X.
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.
These lines are not there any more: therefore, someone did remove them.
It was done by this commit from @kpedro88 :
4c2621a#diff-496fcf98e9a0901abbe07acea8ebda40
The same commit on the master only removed one empty line:
cms-met@6503137#diff-496fcf98e9a0901abbe07acea8ebda40
Please find out together with Kevin what happened there, and provide a fix either in 94X or in the master (or both...)
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.
These lines were removed deliberately, because this default value was not actually used (overridden later), and its presence was confusing. It should have been removed in the upstream PR also. Perhaps there was a mistake in the rebase.
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.
This makes sense. Please provide a PR in the master with the same removal then, so that the backport will remain synchronized with it.
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@eioannou please inform here as soon as the PR with the missing piece in the master is finally submitted, so that we can proceed with this backport |
Hi @perrotta should I make a new PR in the master removing those lines? |
As I already told you, either do so, or don't remove those lines in
the backport: the backported code must be the same as the one merged
in the master.
According to what written earlier in this thread, I imagine that you
should remove those lines in the master, in accordance to what was the
original plan for this PR
Emilios Ioannou <notifications@github.com> ha scritto:
… Hi @perrotta should I make a new PR in the master removing those lines?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#25035 (comment)
|
+1
|
We need this ported to 10_2_X as well asap, @eioannou could you please open the PR already? |
+1 |
merge no change to default expected |
Backport of #24876