Belle II Software development
|
Ion hadronic physics constructor for Belle II physics list. More...
#include <IonPhysics.h>
Public Member Functions | |
virtual void | ConstructParticle () override |
Build processes, models, cross sections used in physics list. | |
virtual void | ConstructProcess () override |
Build all particle types used in physics list (empty in this class) | |
Private Attributes | |
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. | |
G4LundStringFragmentation * | m_fragModel |
Lund string fragmentation model. | |
G4GeneratorPrecompoundInterface * | m_preCompoundModel |
Precompound model to deexcite post-collision nucleus. | |
G4VComponentCrossSection * | m_theGGNuclNuclXS |
Cross section set for inelastic nucleus-nucleus collisions. | |
G4ComponentGGNuclNuclXsc * | m_ionGGXS |
Cross section set for elastic nucleus-nucleus collisions. | |
Ion hadronic physics constructor for Belle II physics list.
Definition at line 33 of file IonPhysics.h.
IonPhysics | ( | ) |
Definition at line 35 of file IonPhysics.cc.
~IonPhysics | ( | ) |
Definition at line 41 of file IonPhysics.cc.
|
overridevirtual |
Build processes, models, cross sections used in physics list.
Definition at line 53 of file IonPhysics.cc.
|
overridevirtual |
Build all particle types used in physics list (empty in this class)
Definition at line 57 of file IonPhysics.cc.
|
private |
Lund string fragmentation model.
Definition at line 55 of file IonPhysics.h.
|
private |
Final state generator for QCD string models.
Definition at line 46 of file IonPhysics.h.
|
private |
Cross section set for elastic nucleus-nucleus collisions.
Definition at line 64 of file IonPhysics.h.
|
private |
Precompound model to deexcite post-collision nucleus.
Definition at line 58 of file IonPhysics.h.
|
private |
Model to decay strings into hadrons.
Definition at line 52 of file IonPhysics.h.
|
private |
Fritiof string model.
Definition at line 49 of file IonPhysics.h.
|
private |
Cross section set for inelastic nucleus-nucleus collisions.
Definition at line 61 of file IonPhysics.h.