 |
Belle II Software
release-05-01-25
|
11 #ifndef NEUTRONPHYSICS_H
12 #define NEUTRONPHYSICS_H
14 #include "G4VPhysicsConstructor.hh"
16 class G4TheoFSGenerator;
18 class G4ExcitedStringDecay;
19 class G4LundStringFragmentation;
20 class G4GeneratorPrecompoundInterface;
28 namespace Simulation {
66 #endif // NEUTRONPHYSICS_H
Neutron hadronic physics constructor for Belle II physics list.
virtual void ConstructProcess() override
Build all particle types used in physics list (empty in this class)
G4GeneratorPrecompoundInterface * m_preCompoundModel
Precompound model to deexcite post-collision nucleus.
Abstract base class for different kinds of events.
virtual void ConstructParticle() override
Build processes, models, cross sections used in physics list.
G4LundStringFragmentation * m_fragModel
Lund string fragmentation model.
G4ExcitedStringDecay * m_stringDecay
Model to decay strings into hadrons.
G4FTFModel * m_stringModel
Fritiof string model.
G4TheoFSGenerator * m_ftfp
Final state generator for QCD string models.