-
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
Several improvements to L1 tracking code #46360
Several improvements to L1 tracking code #46360
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46360/42200
|
A new Pull Request was created by @tomalin for master. It involves the following packages:
@Moanwar, @aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46360/42206
|
Pull request #46360 was updated. @Moanwar, @aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please check and sign again. |
@cmsbuild please test |
-1 Failed Tests: RelVals RelVals
|
test parameters: |
Pull request #46360 was updated. @Moanwar, @aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please check and sign again. |
@cmsbuild please test |
+1 Size: This PR adds an extra 12KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
Are people happy with this PR? |
Kindly ping @cms-sw/l1-l2 @cms-sw/upgrade-l2 |
+Upgrade |
+l1 |
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. @rappoccio, @mandrenguyen, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
@@ -9,14 +9,16 @@ | |||
|
|||
process = cms.Process( "Demo" ) | |||
process.load( 'FWCore.MessageService.MessageLogger_cfi' ) | |||
process.load( 'Configuration.Geometry.GeometryExtended2026D76Reco_cff' ) | |||
process.load( 'Configuration.Geometry.GeometryExtended2026D76_cff' ) | |||
process.load( 'Configuration.Geometry.GeometryExtended2026D98Reco_cff' ) |
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 test config file will not work. We already changed 2026
to Run4
. See #46582
process.load( 'Configuration.Geometry.GeometryExtended2026D76Reco_cff' ) | ||
process.load( 'Configuration.Geometry.GeometryExtended2026D76_cff' ) | ||
process.load( 'Configuration.Geometry.GeometryExtended2026D98Reco_cff' ) | ||
process.load( 'Configuration.Geometry.GeometryExtended2026D98_cff' ) |
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.
Same here
@@ -9,40 +9,36 @@ | |||
|
|||
process = cms.Process( "Demo" ) | |||
process.load( 'FWCore.MessageService.MessageLogger_cfi' ) | |||
process.load( 'Configuration.Geometry.GeometryExtended2026D76Reco_cff' ) | |||
process.load( 'Configuration.Geometry.GeometryExtended2026D76_cff' ) | |||
process.load( 'Configuration.Geometry.GeometryExtended2026D98Reco_cff' ) |
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.
Same here
process.load( 'Configuration.Geometry.GeometryExtended2026D76Reco_cff' ) | ||
process.load( 'Configuration.Geometry.GeometryExtended2026D76_cff' ) | ||
process.load( 'Configuration.Geometry.GeometryExtended2026D98Reco_cff' ) | ||
process.load( 'Configuration.Geometry.GeometryExtended2026D98_cff' ) |
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.
Same here
+1 |
Hi @tomalin @mandrenguyen |
PR description:
This consists of several improvements from the Phase 2 L1 tracking group.
This PR does not significantly change the displaced L1 track performance, as is shown in the talk https://indico.cern.ch/event/1473530/contributions/6203794/attachments/2957687/5201212/Oct30_IanPRcombModulesQA_SeanPRgetMapCPUImprov.pdf .
IMPORTANT: The changes to the duplicate track removal algorithm in this PR are dependent on the changes in cms-data from this PR cms-data/L1Trigger-TrackFindingTracklet#6 , so the two PRs must be introduced into the same version of CMSSW.