183{
185
186
195
196
206
207
209
210
213
214
216
218
221
222 if(verbose > 1)
224 << particleName <<
G4endl;
225
226
227
228 G4double LivermoreHighEnergyLimit = GeV;
229
230 if (particleName == "gamma") {
231
232
236 thePhotoElectricEffect->
SetEmModel(theLivermorePhotoElectricModel);
238
239
244 theComptonScattering->
SetEmModel(theLivermoreComptonModel, 1);
246
247
249 G4VEmModel* theLivermoreGammaConversionModel =
251 theGammaConversion->
SetEmModel(theLivermoreGammaConversionModel, 1);
253
254
257
258 } else if (particleName == "e-") {
259
260
269
278
279
287
288
292
294
296
297 } else if (particleName == "e+") {
298
299
300
301
310
317
320
326
327 } else if (particleName == "mu+" ||
328 particleName == "mu-" ) {
329
332
338
339 } else if (particleName == "alpha" ||
340 particleName == "He3" ) {
341
342
343
347
351
352 } else if (particleName == "GenericIon") {
353
354
355
359
363
364 } else if (particleName == "pi+" ||
365 particleName == "pi-" ) {
366
367
370
375
376 } else if (particleName == "kaon+" ||
377 particleName == "kaon-" ) {
378
379
382
387
388 } else if (particleName == "proton" ||
389 particleName == "anti_proton") {
390
391
394
400
401 } else if (particleName == "B+" ||
402 particleName == "B-" ||
403 particleName == "D+" ||
404 particleName == "D-" ||
405 particleName == "Ds+" ||
406 particleName == "Ds-" ||
407 particleName == "anti_He3" ||
408 particleName == "anti_alpha" ||
409 particleName == "anti_deuteron" ||
410 particleName == "anti_lambda_c+" ||
411 particleName == "anti_omega-" ||
412 particleName == "anti_sigma_c+" ||
413 particleName == "anti_sigma_c++" ||
414 particleName == "anti_sigma+" ||
415 particleName == "anti_sigma-" ||
416 particleName == "anti_triton" ||
417 particleName == "anti_xi_c+" ||
418 particleName == "anti_xi-" ||
419 particleName == "deuteron" ||
420 particleName == "lambda_c+" ||
421 particleName == "omega-" ||
422 particleName == "sigma_c+" ||
423 particleName == "sigma_c++" ||
424 particleName == "sigma+" ||
425 particleName == "sigma-" ||
426 particleName == "tau+" ||
427 particleName == "tau-" ||
428 particleName == "triton" ||
429 particleName == "xi_c+" ||
430 particleName == "xi-" ) {
431
432
433
437 }
438 }
439
440
441
444
445
446
448
449
450
451
456
457
459
460
461
462
463
464
465
469}
G4DLLIMPORT std::ostream G4cout
void SetMaxEnergy(G4double val)
void SetDEDXBinning(G4int val)
void SetLambdaBinning(G4int val)
void SetPolarAngleLimit(G4double val)
void SetVerbose(G4int val, const G4String &name="all")
void SetMinEnergy(G4double val)
void SetAtomDeexcitation(G4VAtomDeexcitation *)
const G4String & GetParticleName() const
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
void SetHighEnergyLimit(G4double)
void SetActivationLowEnergyLimit(G4double)
void SetLowEnergyLimit(G4double)
void SetMinKinEnergy(G4double e)
void SetEmModel(G4VEmModel *, G4int index=1)
void SetMaxKinEnergy(G4double e)
void SetEmModel(G4VEmModel *, G4int index=1)
void AddEmModel(G4int, G4VEmModel *, G4VEmFluctuationModel *fluc=0, const G4Region *region=0)
void SetStepFunction(G4double v1, G4double v2)
void AddEmModel(G4int order, G4VEmModel *, const G4Region *region=0)
void SetStepLimitType(G4MscStepLimitType val)
const G4String & GetPhysicsName() const
G4ParticleTable::G4PTblDicIterator * theParticleIterator