-
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 fillDescriptions
to several plugins used at HLT (5/N)
#47224
add fillDescriptions
to several plugins used at HLT (5/N)
#47224
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47224/43505 |
@cmsbuild, please test |
CommonTools/ParticleFlow/interface/ElectronIDPFCandidateSelectorDefinition.h
Outdated
Show resolved
Hide resolved
CommonTools/ParticleFlow/interface/GenericPFCandidateSelectorDefinition.h
Outdated
Show resolved
Hide resolved
|
||
void metsig::SignAlgoResolutions::fillPSetDescription(edm::ParameterSetDescription &desc) { | ||
// ECAL | ||
desc.addOptional<std::vector<double>>("EB_EtResPar", {0.2, 0.03, 0.005}); |
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.
addOptional does not work with ConfDb...
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.
I think we established already, it does - when a default is provided.
-1 Failed Tests: HeaderConsistency UnitTests RelVals Unit TestsI found 1 errors in the following unit tests: ---> test testRecoMETMETProducers had ERRORS RelVals
|
+1 |
@cms-sw/dqm-l2 @cms-sw/pdmv-l2 @cms-sw/xpog-l2 do you have any comment concerning this PR? |
+dqm
|
+1 |
+hlt
|
+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. @antoniovilela, @sextonkennedy, @rappoccio, @mandrenguyen (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, #47079, #47107, #47136 and #47191. It adds
fillDescriptions
(and applies light modification to modernize the source code) to a fewEDProducer
s used at HLT for both Run 3 and Phase 2.CommonTools
subsystem the changes needed to be extended to a lot of other modules that are not used at HLT (commit 083eb7b).PR validation:
addOnTests.py
runs fine.hltPhase2UpgradeIntegrationTests
runs fine.runTheMatrix.py -l limited
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