Skip to content
Snippets Groups Projects

Preparatory changes for the HepMC3 migration for packages in AthSimulation

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,7 +46,7 @@ namespace G4UA
{
// Why a const_cast???
// This is an ugly way to communicate the GenParticle...
HepMC::GenParticle* part =
HepMC::GenParticlePtr part =
const_cast<HepMC::GenParticle*>( trackHelper.GetTrackInformation()->
GetHepMCParticle() );
Loading