Skip to content

Introduce a common naming scheme for methods and variables related to GenParticles representing particles after all interactions so far

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

The Current GenParticle represents the state of particle currently being simulated after its most recent interaction. Initially it is the same as the "Generation Zero" GenParticle (representing the initial state of a particle prior to any interactions), but is updated each time the particle interacts and survives.

This merge request introduces a common naming scheme for methods of G4 UserInformation classes and ISF::TruthBinding and variables in client code relating to the Current GenParticle.

This makes it easier to see how the various UserInformation classes are kept in sync.

Edited by John Derek Chapman

Merge request reports