-
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
[RecoEgamma/EgammaTools] Backport of UL 2018 scale and smearing corrections #31995
[RecoEgamma/EgammaTools] Backport of UL 2018 scale and smearing corrections #31995
Conversation
A new Pull Request was created by @jainshilpi for CMSSW_10_6_X. It involves the following packages: RecoEgamma/EgammaTools @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters: |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
abort test |
Jenkins tests are aborted. |
run2_egamma_2017.toModify(calibratedEgammaSettings,correctionFile = _correctionFile2017UL) | ||
|
||
from Configuration.Eras.Modifier_run2_egamma_2018_cff import run2_egamma_2018 | ||
run2_egamma_2018.toModify(calibratedEgammaSettings,correctionFile = _correctionFile2018UL) |
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.
run2_egamma_2017.toModify(calibratedEgammaSettings,correctionFile = _correctionFile2017UL) | |
from Configuration.Eras.Modifier_run2_egamma_2018_cff import run2_egamma_2018 | |
run2_egamma_2018.toModify(calibratedEgammaSettings,correctionFile = _correctionFile2018UL) | |
from Configuration.ProcessModifiers.run2_miniAOD_UL_cff import run2_miniAOD_UL | |
(run2_miniAOD_UL & run2_egamma_2017).toModify(calibratedEgammaSettings,correctionFile = _correctionFile2017UL) | |
from Configuration.Eras.Modifier_run2_egamma_2018_cff import run2_egamma_2018 | |
(run2_miniAOD_UL & run2_egamma_2018).toModify(calibratedEgammaSettings,correctionFile = _correctionFile2018UL) |
the updates are expected to be only for UL setup in the backport.
IIUC, in this case, without my proposed change, this PR will override the behavior for run2_miniAOD_94XFall17
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1
cms-sw/cmsdist#6362 is required to be present/merged before merging this PR |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This is a backport of PR #31936 of UL2018 scale and smearing corrections.
UL 2017 corrections were already in the backport but now we use run specific modifier
to activate these.