76{
77
81
82 auto theModel = new G4TheoFSGenerator;
83
84 auto theStringModel = new G4QGSModel< G4GammaParticipants >;
85 auto theStringDecay = new G4ExcitedStringDecay( new G4QGSMFragmentation() );
86 theStringModel->SetFragmentationModel(theStringDecay);
87
88 auto theCascade = new G4GeneratorPrecompoundInterface();
89
90 theModel->SetTransport(theCascade);
91 theModel->SetHighEnergyGenerator(theStringModel);
92
93 G4ProcessManager* aProcMan = nullptr;
94
97 theModel->SetMinEnergy(3.*GeV);
100
101 G4GammaGeneralProcess*
sp =
103 if ( nullptr != sp ) {
105 } else {
108 }
109
110
112
113 auto theElectronNuclearProcess = new G4ElectronNuclearProcess();
114 auto thePositronNuclearProcess = new G4PositronNuclearProcess();
115 auto theElectroReaction = new G4ElectroVDNuclearModel();
116
118 theElectronNuclearProcess->RegisterMe(theElectroReaction);
120
122 thePositronNuclearProcess->RegisterMe(theElectroReaction);
124 }
125}
G4CascadeInterface * theGammaReaction
G4HadronInelasticProcess * thePhotoNuclearProcess
static G4Electron * Electron()
static G4Gamma * Definition()
static G4HadronicParameters * Instance()
static G4LossTableManager * Instance()
G4VEmProcess * GetGammaGeneralProcess()
G4ProcessManager * GetProcessManager() const
static G4Positron * Positron()
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)