Particles
- G4DynamicParticle
- The dynamic particle is a class which contains the purely dynamic aspects of a moving particle. It also has a pointer to a G4ParticleDefinition object, which holds all the PDG information.
- G4ParticleDefinition
- This class containes all the PDG data of a particle. It also uses a process manager in order to manage all the processes this kind of particle can undertake. It acts as base class for all the different families of particles.
- G4VBoson
- A virtual class for Bosons particles.