140 edm::LogVerbatim(
"PhysicsList") <<
"### " << GetPhysicsName() <<
" Construct Processes ";
147 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
148 G4LossTableManager* man = G4LossTableManager::Instance();
151 G4MuBremsstrahlung* mub =
nullptr;
152 G4MuPairProduction* mup =
nullptr;
153 G4hBremsstrahlung* pib =
nullptr;
154 G4hPairProduction* pip =
nullptr;
155 G4hBremsstrahlung* kb =
nullptr;
156 G4hPairProduction*
kp =
nullptr;
157 G4hBremsstrahlung* pb =
nullptr;
158 G4hPairProduction*
pp =
nullptr;
161 G4MuMultipleScattering* mumsc =
nullptr;
162 G4hMultipleScattering* pimsc =
nullptr;
163 G4hMultipleScattering* kmsc =
nullptr;
164 G4hMultipleScattering* hmsc =
nullptr;
167 G4CoulombScattering* muss =
nullptr;
168 G4CoulombScattering* piss =
nullptr;
169 G4CoulombScattering* kss =
nullptr;
172 G4double highEnergyLimit = 100 *
MeV;
174 G4ParticleTable*
table = G4ParticleTable::GetParticleTable();
180 G4PhotoElectricEffect* pee =
new G4PhotoElectricEffect();
182 if (G4EmParameters::Instance()->GeneralProcessActive()) {
183 G4GammaGeneralProcess* sp =
new G4GammaGeneralProcess();
184 sp->AddEmProcess(pee);
185 sp->AddEmProcess(
new G4ComptonScattering());
186 sp->AddEmProcess(
new G4GammaConversion());
187 man->SetGammaGeneralProcess(sp);
188 ph->RegisterProcess(sp, particle);
190 ph->RegisterProcess(pee, particle);
191 ph->RegisterProcess(
new G4ComptonScattering(), particle);
192 ph->RegisterProcess(
new G4GammaConversion(), particle);
196 G4eIonisation* eioni =
new G4eIonisation();
198 G4eMultipleScattering* msc =
new G4eMultipleScattering;
199 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
200 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
201 msc1->SetHighEnergyLimit(highEnergyLimit);
202 msc2->SetLowEnergyLimit(highEnergyLimit);
203 msc->SetEmModel(msc1);
204 msc->SetEmModel(msc2);
206 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
207 G4CoulombScattering*
ss =
new G4CoulombScattering();
209 ss->SetMinKinEnergy(highEnergyLimit);
210 ssm->SetLowEnergyLimit(highEnergyLimit);
211 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
213 ph->RegisterProcess(msc, particle);
214 ph->RegisterProcess(eioni, particle);
215 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
216 ph->RegisterProcess(
ss, particle);
219 G4eIonisation* eioni =
new G4eIonisation();
221 G4eMultipleScattering* msc =
new G4eMultipleScattering;
222 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
223 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
224 msc1->SetHighEnergyLimit(highEnergyLimit);
225 msc2->SetLowEnergyLimit(highEnergyLimit);
226 msc->SetEmModel(msc1);
227 msc->SetEmModel(msc2);
229 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
230 G4CoulombScattering*
ss =
new G4CoulombScattering();
232 ss->SetMinKinEnergy(highEnergyLimit);
233 ssm->SetLowEnergyLimit(highEnergyLimit);
234 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
236 ph->RegisterProcess(msc, particle);
237 ph->RegisterProcess(eioni, particle);
238 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
239 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
240 ph->RegisterProcess(
ss, particle);
243 if (
nullptr == mub) {
244 mub =
new G4MuBremsstrahlung();
245 mup =
new G4MuPairProduction();
246 mumsc =
new G4MuMultipleScattering();
247 mumsc->SetEmModel(
new G4WentzelVIModel());
248 muss =
new G4CoulombScattering();
250 ph->RegisterProcess(mumsc, particle);
251 ph->RegisterProcess(
new G4MuIonisation(), particle);
252 ph->RegisterProcess(mub, particle);
253 ph->RegisterProcess(mup, particle);
254 ph->RegisterProcess(muss, particle);
257 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
258 ph->RegisterProcess(
new G4ionIonisation(), particle);
261 if (
nullptr == hmsc) {
262 hmsc =
new G4hMultipleScattering(
"ionmsc");
264 ph->RegisterProcess(hmsc, particle);
265 ph->RegisterProcess(
new G4ionIonisation(), particle);
268 if (
nullptr == pib) {
269 pib =
new G4hBremsstrahlung();
270 pip =
new G4hPairProduction();
271 pimsc =
new G4hMultipleScattering();
272 pimsc->SetEmModel(
new G4WentzelVIModel());
273 piss =
new G4CoulombScattering();
275 ph->RegisterProcess(pimsc, particle);
276 ph->RegisterProcess(
new G4hIonisation(), particle);
277 ph->RegisterProcess(pib, particle);
278 ph->RegisterProcess(pip, particle);
279 ph->RegisterProcess(piss, particle);
283 kb =
new G4hBremsstrahlung();
284 kp =
new G4hPairProduction();
285 kmsc =
new G4hMultipleScattering();
286 kmsc->SetEmModel(
new G4WentzelVIModel());
287 kss =
new G4CoulombScattering();
289 ph->RegisterProcess(kmsc, particle);
290 ph->RegisterProcess(
new G4hIonisation(), particle);
291 ph->RegisterProcess(kb, particle);
292 ph->RegisterProcess(
kp, particle);
293 ph->RegisterProcess(kss, particle);
297 pb =
new G4hBremsstrahlung();
298 pp =
new G4hPairProduction();
300 G4hMultipleScattering* pmsc =
new G4hMultipleScattering();
301 pmsc->SetEmModel(
new G4WentzelVIModel());
302 G4CoulombScattering*
pss =
new G4CoulombScattering();
304 ph->RegisterProcess(pmsc, particle);
305 ph->RegisterProcess(
new G4hIonisation(), particle);
306 ph->RegisterProcess(pb, particle);
307 ph->RegisterProcess(
pp, particle);
308 ph->RegisterProcess(
pss, particle);
310 }
else if (particle->GetPDGCharge() != 0.0) {
311 if (
nullptr == hmsc) {
312 hmsc =
new G4hMultipleScattering(
"ionmsc");
314 ph->RegisterProcess(hmsc, particle);
315 ph->RegisterProcess(
new G4hIonisation(), particle);