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 169
    • Merge requests 169
  • 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
  • !34550

Preparatory changes for the HepMC3 migration for packages in AthSimulation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged John Derek Chapman requested to merge jchapman/athena:AthSimulationHepMC3Prep_master into master Jul 08, 2020
  • Overview 10
  • Commits 10
  • Pipelines 3
  • Changes 57

This merge request mainly makes the following replacements for classes which are part of the AthSimulation project:

HepMC::GenParticle* --> HepMC::GenParticlePtr
const HepMC::GenParticle* --> HepMC::ConstGenParticlePtr
HepMC::GenVertex* --> HepMC::GenVertexPtr
const HepMC::GenVertex* --> HepMC::ConstGenVertexPtr

Plus a few other syntax replacements to use helper functions defined in AtlasHepMC/GenParticle.h and AtlasHepMC/GenVertex.h. The purpose is to prepare for the migration from HepMC2 to HepMC3. Further syntax changes will be required.

Edited Jul 09, 2020 by John Derek Chapman
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: AthSimulationHepMC3Prep_master