12#include "G4VPhysicsConstructor.hh" 
   14class G4TheoFSGenerator;
 
   16class G4ExcitedStringDecay;
 
   17class G4LundStringFragmentation;
 
   18class G4GeneratorPrecompoundInterface;
 
   19class G4VComponentCrossSection;
 
   20class G4ComponentGGNuclNuclXsc;
 
   28  namespace Simulation {
 
Ion hadronic physics constructor for Belle II physics list.
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.