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
  • !859

Faster PrVeloUT

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michel De Cian requested to merge decianm-PrVeloUTImprovements into master Jan 19, 2018
  • Overview 67
  • Commits 15
  • Pipelines 0
  • Changes 4

Improvements (mostly speed) to PrVeloUT

  • Get rid of the tool, do everything directly in PrVeloUT
  • Cache look-up table for tolerances locally, instead of accessing the tool for every track. Still need to do the same for the Bdl table.
  • Avoid using a std::vector in the clustering stage, as it just creates unnecessary overhead
  • Introduce a minimum momentum cut of 1500MeV. More detailed checks needed for possible efficiency loss
  • Speed up hit search by precalculating some quantities.
  • Don't split hits in top and bottom anymore, gain was not worth the savings in time.
  • Also contains a (prototype) version of the method that creates the output tracks, as most of the time is spent in the method that writes out the LHCb::Track in keyed containers. In principle only x,y,z,tx,ty,q/p and the LHCbIDs are needed from VeloUT
Edited Feb 17, 2018 by Marco Cattaneo
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: decianm-PrVeloUTImprovements