130{
133 }
135
138
139
140 G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
141
142
144
145
146 G4PhotoElectricEffect* pe = new G4PhotoElectricEffect();
147 G4VEmModel* peModel = new G4LivermorePhotoElectricModel();
151 }
152
153
154 G4ComptonScattering* cs = new G4ComptonScattering;
156
157
158 G4GammaConversion* gc = new G4GammaConversion();
159 G4VEmModel* conv = new G4BetheHeitler5DModel();
161
162
163 G4RayleighScattering* rl = new G4RayleighScattering();
165 rl->
SetEmModel(
new G4LivermorePolarizedRayleighModel());
166 }
167
169 G4GammaGeneralProcess*
sp =
new G4GammaGeneralProcess();
170 sp->AddEmProcess(pe);
171 sp->AddEmProcess(cs);
172 sp->AddEmProcess(gc);
173 sp->AddEmProcess(rl);
176 } else {
181 }
182
184
185 G4VEmModel* ss = nullptr;
187 ss = new G4eDPWACoulombScatteringModel();
188 } else {
189 ss = new G4eCoulombScatteringModel(false);
190 }
193
194 G4ePairProduction* ee = new G4ePairProduction();
197
198
200
202 ss = new G4eDPWACoulombScatteringModel();
203 } else {
204 ss = new G4eCoulombScatteringModel(false);
205 }
211
212
214 G4ionIonisation* ionIoni = new G4ionIonisation();
215 auto fluc = new G4IonFluctuations();
217 ionIoni->
SetEmModel(
new G4LindhardSorensenIonModel());
220
221
223
224
226}
G4GLOB_DLL std::ostream G4cout
static G4Electron * Electron()
static void ConstructChargedSS(G4hMultipleScattering *hmsc)
static void ConstructElectronSSProcess(G4VEmModel *ss, G4ParticleDefinition *particle)
static void PrepareEMPhysics()
G4bool EnablePolarisation() const
G4bool UseMottCorrection() const
G4bool GeneralProcessActive() const
static G4GenericIon * GenericIon()
static G4LossTableManager * Instance()
void SetGammaGeneralProcess(G4VEmProcess *)
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4Positron * Positron()
void SetAngularDistribution(G4VEmAngularDistribution *)
void SetEmModel(G4VEmModel *, G4int index=0)
void SetFluctModel(G4VEmFluctuationModel *)
void SetEmModel(G4VEmModel *, G4int index=0)
const G4String & GetPhysicsName() const