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