Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 142
    • Merge requests 142
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !29628

Porting Pixel Space Point formation from 21.9 to master (ATLIDTRKCP-172)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Noemi Calace requested to merge ncalace/athena:master-porting-pixel-sp-production into master Jan 20, 2020
  • Overview 46
  • Commits 5
  • Pipelines 5
  • Changes 4

@gavrilen has done code improvements to speed up the Pixel Space Point formation by about a factor 4-5 in 20.20 with ttbar events at 200 pileup. These improvements, already ported to 21.9, are now ported to master.

The main changes are:

  • evaluation of the cluster global position and covariance multiplying directly quantities of its local position and covariance. This avoid evaluating the cluster global position using clus->detectorElement()->surface().localToGlobal(clus->localPosition()) which is very time consuming.
  • implementation of a new constructor for PixelSpacePoint to use directly the global position and the covariance evaluated as mentioned above.
Edited Jan 21, 2020 by Noemi Calace
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master-porting-pixel-sp-production