116{
119 }
121
123
124
125 G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
126 G4NuclearStopping* pnuc(nullptr);
127
128
130
131
133
134 G4PhotoElectricEffect* pee = new G4PhotoElectricEffect();
135 pee->
SetEmModel(
new G4LivermorePhotoElectricModel());
136
138 G4GammaGeneralProcess*
sp =
new G4GammaGeneralProcess();
139 sp->AddEmProcess(pee);
140 sp->AddEmProcess(
new G4ComptonScattering());
141 sp->AddEmProcess(
new G4GammaConversion());
144
145 } else {
149 }
150
151
153
154 G4eIonisation* eioni = new G4eIonisation();
155
156 G4UrbanMscModel* msc1 = new G4UrbanMscModel();
157 G4WentzelVIModel* msc2 = new G4WentzelVIModel();
161
162 G4eCoulombScatteringModel* ssm = new G4eCoulombScatteringModel();
163 G4CoulombScattering* ss = new G4CoulombScattering();
168
172
173
175 eioni = new G4eIonisation();
176
177 msc1 = new G4UrbanMscModel();
178 msc2 = new G4WentzelVIModel();
182
183 ssm = new G4eCoulombScatteringModel();
184 ss = new G4CoulombScattering();
189
194
195
197 G4ionIonisation* ionIoni = new G4ionIonisation();
200
201
203
204
206}
G4GLOB_DLL std::ostream G4cout
static G4Electron * Electron()
static void ConstructCharged(G4hMultipleScattering *hmsc, G4NuclearStopping *nucStopping, G4bool isWVI=true)
static void ConstructElectronMscProcess(G4VMscModel *msc1, G4VMscModel *msc2, G4ParticleDefinition *particle)
static void PrepareEMPhysics()
G4double MscEnergyLimit() const
static G4GenericIon * GenericIon()
static G4LossTableManager * Instance()
void SetGammaGeneralProcess(G4VEmProcess *)
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4Positron * Positron()
void SetHighEnergyLimit(G4double)
void SetActivationLowEnergyLimit(G4double)
void SetLowEnergyLimit(G4double)
void SetMinKinEnergy(G4double e)
void SetEmModel(G4VEmModel *, G4int index=0)
const G4String & GetPhysicsName() const