-
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 modules used in cosmics HLT reco
#46647
Add fillDescriptions
to modules used in cosmics HLT reco
#46647
Conversation
…ization for HLT menu
…n RecoTrackerP5_cff and customize HLT menu
fillDescriptions
to module used in cosmics HLT recofillDescriptions
to modules used in cosmics HLT reco
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46647/42564 |
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @jfernan2, @mandrenguyen, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type bug-fix, hlt-integration |
@cmsbuild, please test |
+1 Size: This PR adds an extra 32KB to repository Comparison SummarySummary:
|
+hlt |
+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, @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
# Replace it with cms.uint32 | ||
prod.DontCountDetsAboveNClusters = cms.uint32(value) | ||
|
||
for prod in producers_by_type(process, 'SeedCombiner'): |
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.
This for loop is inside the for loop from above, is this really the intention?
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.
no.
PR description:
When deep-importing a new path in confDB I noticed the following recurring warning messages:
Upon inspection of the modules, I gathered that most of these are incorrect, in the sense that the confDB parsing is expecting some parameters that either of the wrong type or are not needed.
To fix the issue I propose to:
fillDescriptions
method forCtfSpecialSeedGenerator
and introduce a customization for the wrong parameters in the HLT menu.fillDescriptions
method forSeedCombiner
, clean up configuration inRecoTrackerP5_cff
and customize HLT menuPR validation:
Run successfully with this branch:
runTheMatrix.py -l 7.3
(cosmics reco)addOnTests.py
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