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 207
    • Merge requests 207
  • 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
  • !59862

Pass HepMC3::(Const)GenParticlePtr and HepMC3::(Const)GenVertexPtr by reference where possible

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged John Derek Chapman requested to merge jchapman/athena:GenParticlePtrRefs_master into master Jan 17, 2023
  • Overview 15
  • Commits 7
  • Pipelines 3
  • Changes 20

HepMC3::(Const)GenParticlePtr and HepMC3::(Const)GenVertexPtr are implemented as std::shared_ptr so there is a cost associated with adding and removing entries from list of shared_ptrs "owning" and object.

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