-
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
drop type spec in TrackingTools RecoMuon #32396
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32396/20265
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages: RecoMuon/Configuration @perrotta, @Martin-Grunewald, @slava77, @cmsbuild, @fwyzard, @jpata can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 |
+1 |
Comparison results are now available Comparison Summary:
|
+1
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Update the safer syntax for existing parameter :
Instead of modifying parameters with full type specs, which can be interpreted as an insertion of a new parameter, it is a safer way to protect from parameter name mistakes and will also help in possible parameter migrations.
(The previous PR for RecoHI is PR#32031, PR#32386)
In this PR, total 23 files changed.
RecoMuon/Configuration : 1 file
RecoMuon/L2MuonProducer : 1 file
TrackingTools/GeomPropagators : 2 files
TrackingTools/GsfTracking : 9 files
TrackingTools/MaterialEffects : 2 files
TrackingTools/Producers : 1 file
TrackingTools/TrackFitters : 4 files
TrackingTools/TrackRefitter : 3 files
PR validation:
Event Content comparison check was also done and there is no change with these updates.
Tested in CMSSW_11_2_X, the basic test all passed in the CMSSW PR instructions.