Skip to content
GitLab
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 184
    • Merge requests 184
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !60370

23.0-cleanup-​TRT_SeededTrackFinderTool

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Shaun Roe requested to merge sroe/athena:23.0-cleanup-​TRT_SeededTrackFinderTool into master Feb 03, 2023
  • Overview 10
  • Commits 2
  • Pipelines 2
  • Changes 4

Reduce use of dynamically allocated vector: the algorithm only uses the first two points of the spacepoint vector to calculate a new theta, but was allocating a vector of dimension equal to the number of spacepoints. Moved this function to anonymous namespace, as thetaFromSpacePoints.

@christos , relating to general task of reducing dynamic allocations.

Edited Feb 06, 2023 by Shaun Roe
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 23.0-cleanup-​TRT_SeededTrackFinderTool