Skip to content

Make AthSimulation tests compatible with HepMC3

Make AthSimulation tests compatible with HepMC3

  • change GenParticle* to GenParticlePtr
  • changed x->barcode() to HepMC::barcode(x)
  • used auto when appropriate (e.g. just extracting an element of vector)
  • new header for AtlasHepMC to compare raw pointer HepMC objects to smart pointers

Tag @jchapman

Merge request reports