10#define PROTONPHYSICS_H
12#include "G4VPhysicsConstructor.hh"
14class G4TheoFSGenerator;
16class G4ExcitedStringDecay;
17class G4LundStringFragmentation;
18class G4GeneratorPrecompoundInterface;
26 namespace Simulation {
Proton hadronic physics constructor for Belle II physics list.
virtual void ConstructParticle() override
Build all particle types used in physics list (empty in this class)
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.
virtual void ConstructProcess() override
Build processes, models, cross sections used in physics list.
G4LundStringFragmentation * m_fragModel
Lund string fragmentation model.
Abstract base class for different kinds of events.