Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 289
    • Issues 289
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 63
    • Merge requests 63
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !884

RICH Photon Reco - More efficient mirror data cache update implementation.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christopher Rob Jones requested to merge RichPhotonReco-MirrorUpdateOptimise into master Jan 31, 2018
  • Overview 3
  • Commits 4
  • Pipelines 0
  • Changes 3

Implements improvements to the method SIMDQuarticPhotonReco::MirrorData::update() which caches SIMD information when associated mirror pointers change. Main changes are :

  • Avoid pointer dereferences, which are potentially slow due to cache issues, when they are not strictly required (i.e. pointer has not changed).
  • Use private minimal implementations of Point, Vector and Plane that allow direct access to data members, that in turn allows MirrorData::update() to be a lot more efficient.

Relies on LHCb!1108 (merged)

Edited Feb 02, 2018 by Christopher Rob Jones
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: RichPhotonReco-MirrorUpdateOptimise