11#include "G4VPhysicsConstructor.hh"
13class G4TheoFSGenerator;
15class G4ExcitedStringDecay;
16class G4LundStringFragmentation;
17class G4GeneratorPrecompoundInterface;
18class G4VComponentCrossSection;
19class G4ComponentGGNuclNuclXsc;
27 namespace Simulation {
32 class IonPhysics:
public G4VPhysicsConstructor {
virtual void ConstructParticle() override
Build processes, models, cross sections used in physics list.
G4VComponentCrossSection * m_theGGNuclNuclXS
Cross section set for inelastic nucleus-nucleus collisions.
G4GeneratorPrecompoundInterface * m_preCompoundModel
Precompound model to deexcite post-collision nucleus.
G4TheoFSGenerator * m_ftfp
Final state generator for QCD string models.
G4FTFModel * m_stringModel
Fritiof string model.
G4ExcitedStringDecay * m_stringDecay
Model to decay strings into hadrons.
G4ComponentGGNuclNuclXsc * m_ionGGXS
Cross section set for elastic nucleus-nucleus collisions.
virtual void ConstructProcess() override
Build all particle types used in physics list (empty in this class)
G4LundStringFragmentation * m_fragModel
Lund string fragmentation model.
Abstract base class for different kinds of events.