Skip to content

Drop redundant PrimaryParticleInformation::SetParticle() method

John Derek Chapman requested to merge jchapman/athena:SimDocPart3_main into main

The PrimaryParticleInformation::SetParticle() method is only ever called immediately after the object is created and sets the same GenParticlePtr as was passed in the constructor.

Merge request reports