-
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
Add DeepMET into NanoAOD for UltraLegacy in 10_6_X (backport of 30291 and 30926) #31120
Add DeepMET into NanoAOD for UltraLegacy in 10_6_X (backport of 30291 and 30926) #31120
Conversation
A new Pull Request was created by @yongbinfeng (Yongbin Feng) for CMSSW_10_6_X. It involves the following packages: PhysicsTools/NanoAOD @perrotta, @gouskos, @cmsbuild, @fgolf, @slava77, @jpata, @mariadalfonso, @santocch, @peruzzim can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@slava77 I used the 'resolve conflicts' from this webpage and it seems to have synchronized with all the other updates and made the commit very heavy. (The diff is still clean though.) Is it fine doing this? Or should I do a rebase (or something else) instead? Thanks! |
which web page? In the context of the PR the commit diff is rather simple 2703a46 |
Sorry I meant: if there are conflicts, at the bottom of this page there is an option 'resolve conflicts', offered by github to resolve the conflicts interactively. I should have checked the CMSSW resolve-conflicts instructions more carefully.
Thanks for confirming this! |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+xpog |
Doesn't run2_miniAOD_devel need to be renamed to run2_miniAOD_UL? See #31072. |
We decided to use uniformly the run2_miniAOD_devel and we will change later Decoupling the new mini and new nano give us some flexibility. |
+1 |
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 |
PR description:
Backport DeepMET NanoAOD integration into CMSSW_10_6_X, such that it could be included in UL Nano. More description of DeepMET can be found in the orignal PR. (#30291). Most of the changes in
PhysicsTools/PatAlgos/plugins/RecoMETExtractor.cc
come from the code-format checks. Also backport #30926 to fix the break condition.For the ultra legacy (
run2_miniAOD_devel
) DeepMETs will not be computed on the fly, but to be extracted from MiniAOD. For other eras DeepMETs will be computed on the fly and saved to Nano.PR validation:
Check with different eras and work as expected. Also passed the
runTheMatrix.py
without errors.if this PR is a backport please specify the original PR and why you need to backport that PR:
Backport of #30291 and #30926
@steggema @intrepid42