Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Jira
    • Jira
  • Merge requests 145
    • Merge requests 145
  • 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
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !60941

Draft: Should build the trajectories faster

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Andrii Verbytskyi requested to merge averbyts/athena:faster_trajectory_builder into master Feb 22, 2023
  • Overview 33
  • Commits 10
  • Pipelines 8
  • Changes 6

This MR should help to build the truth trajectories faster in the MuonSpectrometer and in the Tracking.

This is done with a reimplementation of the getDaughter() and getMother() functions.

The previous implementation of those functions always created a copy of the particle used in the argument using the truthTrajectoryCuts function, which always returned a pair of particles.

Tag @jojungge @jchapman @christos

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: faster_trajectory_builder