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 198
    • Merge requests 198
  • 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
  • !29923

GSF Component Merging : use std::vector for the triangular to (i,j) mapping

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:GSF_index_no_need_alligned into master Jan 30, 2020
  • Overview 3
  • Commits 2
  • Pipelines 1
  • Changes 3

The arrays we were using to do the mapping from the triangular array index of the distance matrix to the (i,j) of the component pair are not used in a way that we need to make them aligned

For the float ones is another story and there is an ongoing discussion on possible missed optimisations.

Also added a few comments on what the code is doing.

Mentioning @amorley

Edited Jan 30, 2020 by Christos Anastopoulos
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: GSF_index_no_need_alligned