-
Notifications
You must be signed in to change notification settings - Fork 4.4k
add fillDescriptions
to several plugins used at HLT (4/N)
#47107
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
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47107/43295
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @antoniovagnerini, @cmsbuild, @jfernan2, @mandrenguyen, @mmusich, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
Seems my comments are stuck in 'pending'. In the customisation routine: How is this supposed to work? It looks like you remove the top-level parameter 'SimpleMagneticField' based on values/existance of other parameters. ConfDB does not allow such a conditional cross dependency: either the top=level parameter is there or it is not there, independent of other top-level parameters. |
this is the whole concept of |
Yes, elsewhere in CMSSW, but unfortunately ConfDb fixes the top-level parameters in the plugin template to be a unique set. So at HLT we can have only one! |
What I mean, is that I think it's possible that there are already modules used at HLT that have the same feature in their |
So far it seems we have gotten away with this (unless NOT discovered during validation). |
-1 Failed Tests: RelVals RelVals
|
for instance: cmssw/RecoParticleFlow/PFProducer/plugins/PFProducer.cc Lines 331 to 333 in a475844
or cmssw/RecoVertex/PrimaryVertexProducer/plugins/PrimaryVertexProducer.cc Lines 445 to 451 in a475844
|
ba296ae
to
12aa7df
Compare
+hlt
|
Yes I think so! |
+1 |
@cms-sw/dqm-l2 this PR just introduces a fillDescriptions for |
+1
|
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. @mandrenguyen, @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is similar in spirit to #47017, #47045 and #47079. It adds
fillDescriptions
(and applies light modification to modernize the source code) to a bunch of plugins used at HLT for both Run 3 and Phase 2.PR validation:
addOnTests.py
runs fine.hltPhase2UpgradeIntegrationTests
runs fine.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:
N/A