Belle II Software development
|
Neutron hadronic physics constructor for Belle II physics list. More...
#include <NeutronPhysics.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. | |
Neutron hadronic physics constructor for Belle II physics list.
Definition at line 31 of file NeutronPhysics.h.
NeutronPhysics | ( | ) |
Definition at line 36 of file NeutronPhysics.cc.
~NeutronPhysics | ( | ) |
Definition at line 42 of file NeutronPhysics.cc.
|
overridevirtual |
Build processes, models, cross sections used in physics list.
Definition at line 51 of file NeutronPhysics.cc.
|
overridevirtual |
Build all particle types used in physics list (empty in this class)
Definition at line 55 of file NeutronPhysics.cc.
|
private |
Lund string fragmentation model.
Definition at line 53 of file NeutronPhysics.h.
|
private |
Final state generator for QCD string models.
Definition at line 44 of file NeutronPhysics.h.
|
private |
Precompound model to deexcite post-collision nucleus.
Definition at line 56 of file NeutronPhysics.h.
|
private |
Model to decay strings into hadrons.
Definition at line 50 of file NeutronPhysics.h.
|
private |
Fritiof string model.
Definition at line 47 of file NeutronPhysics.h.