11#include "G4VPhysicsConstructor.hh"
13class G4TheoFSGenerator;
14class G4ExcitedStringDecay;
15class G4QGSMFragmentation;
16class G4GeneratorPrecompoundInterface;
17class G4GammaParticipants;
26 namespace Simulation {
G4TheoFSGenerator * m_qgsp
Final state generator for QCD string models.
G4QGSModel< G4GammaParticipants > * m_stringModel
Quark Gluon String model.
virtual void ConstructParticle() override
Build all particle types used in physics list (empty in this class)
G4QGSMFragmentation * m_fragModel
Quark Gluon String fragmentation model.
G4bool m_useGammaNuclearXS
Switch between GammaNuclearXS and PhotoNuclearXS.
~GammaLeptoNuclearPhysics()
Destructor.
G4GeneratorPrecompoundInterface * m_preCompoundModel
Precompound model to deexcite post-collision nucleus.
G4ExcitedStringDecay * m_stringDecay
Model to decay strings into hadrons.
GammaLeptoNuclearPhysics(const G4int verbosityLevel=0)
Constructor.
virtual void ConstructProcess() override
Build processes, models, cross sections used in physics list.
Abstract base class for different kinds of events.