-
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
Custom_Muon_POG_NanoAOD #42039
Custom_Muon_POG_NanoAOD #42039
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42039/36020
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42039/36321
|
A new Pull Request was created by @rbhattacharya04 for master. It involves the following packages:
@cmsbuild, @simonepigazzini, @vlimant can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42039/36364
|
Pull request #42039 was updated. @vlimant, @bbilin, @cmsbuild, @AdrianoDee, @srimanob, @simonepigazzini, @sunilUIET can you please check and sign again. |
Although this approach works, it is not the way we want custom nano to be implemented. You should define a dedicated sequence that produces only the flat tables you are interested in or define a customize function that changes the content of the standard nano. You should leave the output module untouched, it will dump every flat table present in the event stream. In practical terms, if you still want to run most of the standard nano sequence, you should just add a customize function that adds the relevant variables to the muon flat tables. If instead most of the standard content is dropped, you should define a new sequence that only include the producers of the required tables. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b83ade/34967/summary.html Comparison SummarySummary:
|
+1 |
+Upgrade |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b83ade/35493/summary.html Comparison SummarySummary:
|
+pdmv |
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 now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Code to produce a custom NanoAOD for MuonPOG needs
I have checked the code compiles and run. I have also checked the output NanoAOD is in the expected format.
I have also checked that the code passes the basic tests mentioned in https://cms-sw.github.io/PRWorkflow.html