-
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
add fillDescriptions
to a bunch of plugins in the EventFilter
and Reco
areas used at HLT (1/N)
#47017
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47017/43125
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @emeschi, @jfernan2, @mandrenguyen, @mmusich, @smorovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Since now there will be fillDescriptions generated cfi files, any old hand-made cfi files in ../python should then be removed or include the generated cfi files (as they are out of sync or may go out of sync), some examples: |
4a1417a
to
7e0f701
Compare
7e0f701
to
608d40e
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47017/43130
|
Pull request #47017 was updated. @Martin-Grunewald, @cmsbuild, @emeschi, @jfernan2, @mandrenguyen, @mmusich, @smorovic can you please check and sign again. |
+1 Size: This PR adds an extra 220KB to repository Comparison SummarySummary:
|
+1 |
+daq |
+hlt |
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. @sextonkennedy, @rappoccio, @mandrenguyen, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
fillDescriptions
to a bunch of plugins in the EventFilter
and Reco
areas used at HLTfillDescriptions
to a bunch of plugins in the EventFilter
and Reco
areas used at HLT (1/N)
PR description:
TSG has started to investigate possible replacements of the current Configuration DB model for storing HLT menus in view of the Phase 2 upgrade.
One of the possibilities that was discussed is to fetch the list of configurable parameters uniquely from the auto-generated configuration fragment files that the
fillDescriptions
mechanism provides in cmssw.At the moment, this is unfortunately not possible as not all the plugins used at HLT have a viable
fillDescriptions
implementation.The goal of this PR is start a campaign of additions in order that this is the case for all the edm modules used at HLT both in Run 3 and Phase 2 menus. Thanks to the additional configuration validation few invalid parameters were identified and were removed from HLT and offline reconstruction configurations.
PR validation:
This branch passes:
addOnTests.py
hltPhase2UpgradeIntegrationTests
runTheMatrix.py -l limited --ibeos
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Not a backport, will not be backported