-
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 specifications in RecoTracker #32694
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32694/20804
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages: RecoTracker/Configuration @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f76e30/12382/summary.html Comparison SummarySummary:
|
photonConvTrajSeedFromSingleLeg.TrackRefitter = cms.InputTag('generalTracks') | ||
photonConvTrajSeedFromSingleLeg.primaryVerticesTag = cms.InputTag('firstStepPrimaryVertices') | ||
photonConvTrajSeedFromSingleLeg.TrackRefitter = 'generalTracks' | ||
photonConvTrajSeedFromSingleLeg.primaryVerticesTag = 'firstStepPrimaryVertices' | ||
#photonConvTrajSeedFromQuadruplets.TrackRefitter = cms.InputTag('generalTracks') |
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.
Since you are there, you can complete the job by updating also these two lines, even if commented out
Beside that, the PR is ready to go
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32694/20872
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f76e30/12506/summary.html Comparison Summary |
+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.
(All submitted PRs for RecoTracker are PR#30556 and PR#30671, PR#30700, PR#30827, and PR#30947 . )
In this PR, a total of 11 files changed.
RecoTracker/Configuration 1 file
RecoTracker/ConversionSeedGenerators 2 files
RecoTracker/DeDx 1 file
RecoTracker/FinalTrackSelectors 1 file
RecoTracker/IterativeTracking 5 files
RecoTracker/MeasurementDet 1 file
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.