Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4EmStandardPhysics_option2.cc
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: G4EmStandardPhysics_option2.cc 99938 2016-10-12 08:06:52Z gcosmo $
27 //
28 //---------------------------------------------------------------------------
29 //
30 // ClassName: G4EmStandardPhysics_option2
31 //
32 // Author: V.Ivanchenko 09.11.2005
33 //
34 // Modified:
35 // 19.12.2005 V.Ivanchenko rename 71 -> 72
36 // 15.06.2006 V.Ivanchenko use this class as a constructor of fast EM physics
37 // 13.11.2006 V.Ivanchenko use G4hMultipleScattering
38 // 14.11.2006 V.Ivanchenko use sub-cutoff option for all particles
39 // 13.02.2007 V.Ivanchenko use default msc
40 // 15.05.2007 V.Ivanchenko rename to _option2
41 // 13.03.2008 V.Ivanchenko use G4eMultipleScattering
42 // 21.04.2008 V.Ivanchenko add long-lived D and B mesons; use spline
43 // 28.05.2008 V.Ivanchenko linLossLimit=0.01; added hBrem and hPairProd processes
44 //
45 //----------------------------------------------------------------------------
46 //
47 
49 
50 #include "G4SystemOfUnits.hh"
51 #include "G4ParticleDefinition.hh"
52 #include "G4LossTableManager.hh"
53 #include "G4EmParameters.hh"
54 
55 #include "G4ComptonScattering.hh"
56 #include "G4GammaConversion.hh"
57 #include "G4PhotoElectricEffect.hh"
58 #include "G4PEEffectFluoModel.hh"
59 #include "G4KleinNishinaModel.hh"
60 #include "G4RayleighScattering.hh"
61 
62 #include "G4eMultipleScattering.hh"
63 #include "G4hMultipleScattering.hh"
65 #include "G4CoulombScattering.hh"
67 #include "G4UrbanMscModel.hh"
68 #include "G4WentzelVIModel.hh"
69 
70 #include "G4eIonisation.hh"
71 #include "G4eBremsstrahlung.hh"
73 #include "G4eplusAnnihilation.hh"
74 #include "G4Generator2BS.hh"
75 #include "G4SeltzerBergerModel.hh"
76 #include "G4UAtomicDeexcitation.hh"
77 
78 #include "G4MuIonisation.hh"
79 #include "G4MuBremsstrahlung.hh"
80 #include "G4MuPairProduction.hh"
81 #include "G4hBremsstrahlung.hh"
82 #include "G4hPairProduction.hh"
83 
88 
89 #include "G4hIonisation.hh"
90 #include "G4ionIonisation.hh"
91 #include "G4alphaIonisation.hh"
92 
93 #include "G4Gamma.hh"
94 #include "G4Electron.hh"
95 #include "G4Positron.hh"
96 #include "G4MuonPlus.hh"
97 #include "G4MuonMinus.hh"
98 #include "G4PionPlus.hh"
99 #include "G4PionMinus.hh"
100 #include "G4KaonPlus.hh"
101 #include "G4KaonMinus.hh"
102 #include "G4Proton.hh"
103 #include "G4AntiProton.hh"
104 #include "G4Deuteron.hh"
105 #include "G4Triton.hh"
106 #include "G4He3.hh"
107 #include "G4Alpha.hh"
108 #include "G4GenericIon.hh"
109 
110 #include "G4PhysicsListHelper.hh"
111 #include "G4BuilderType.hh"
112 #include "G4EmModelActivator.hh"
113 
114 // factory
116 //
118 
119 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
120 
122  const G4String&)
123  : G4VPhysicsConstructor("G4EmStandard_opt2"), verbose(ver)
124 {
126  param->SetDefaults();
127  param->SetVerbose(verbose);
128  param->SetApplyCuts(false);
129  param->SetMscRangeFactor(0.2);
132 }
133 
134 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
135 
137 {}
138 
139 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
140 
142 {
143  // gamma
144  G4Gamma::Gamma();
145 
146  // leptons
151 
152  // mesons
157 
158  // barions
161 
162  // ions
165  G4He3::He3();
166  G4Alpha::Alpha();
168 }
169 
170 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
171 
173 {
174  if(verbose > 1) {
175  G4cout << "### " << GetPhysicsName() << " Construct Processes " << G4endl;
176  }
178 
179  // muon & hadron bremsstrahlung and pair production
188 
189  // muon & hadron multiple scattering
191  mumsc->AddEmModel(0, new G4WentzelVIModel());
193 
195  pimsc->AddEmModel(0, new G4WentzelVIModel());
197 
199  kmsc->AddEmModel(0, new G4WentzelVIModel());
201 
203  pmsc->AddEmModel(0, new G4WentzelVIModel());
205 
206  G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
207 
208  // high energy limit for e+- scattering models and bremsstrahlung
209  G4double highEnergyLimit = 100*MeV;
210 
211  // Add standard EM Processes
212  auto myParticleIterator=GetParticleIterator();
213  myParticleIterator->reset();
214  while( (*myParticleIterator)() ){
215  G4ParticleDefinition* particle = myParticleIterator->value();
216  G4String particleName = particle->GetParticleName();
217 
218  if (particleName == "gamma") {
219 
220  ph->RegisterProcess(new G4PhotoElectricEffect(), particle);
221  ph->RegisterProcess(new G4ComptonScattering(), particle);
222  ph->RegisterProcess(new G4GammaConversion(), particle);
223  ph->RegisterProcess(new G4RayleighScattering(), particle);
224 
225  } else if (particleName == "e-") {
226 
227  G4eIonisation* eioni = new G4eIonisation();
228  eioni->SetStepFunction(0.8, 1.0*mm);
229 
231  G4UrbanMscModel* msc1 = new G4UrbanMscModel();
232  G4WentzelVIModel* msc2 = new G4WentzelVIModel();
233  msc1->SetNewDisplacementFlag(false);
234  msc1->SetHighEnergyLimit(highEnergyLimit);
235  msc2->SetLowEnergyLimit(highEnergyLimit);
236  msc->AddEmModel(0, msc1);
237  msc->AddEmModel(0, msc2);
238 
241  ss->SetEmModel(ssm, 1);
242  ss->SetMinKinEnergy(highEnergyLimit);
243  ssm->SetLowEnergyLimit(highEnergyLimit);
244  ssm->SetActivationLowEnergyLimit(highEnergyLimit);
245 
246  G4eBremsstrahlung* brem = new G4eBremsstrahlung();
251  brem->SetEmModel(br1,1);
252  brem->SetEmModel(br2,2);
253  br2->SetLowEnergyLimit(GeV);
254 
255  ph->RegisterProcess(msc, particle);
256  ph->RegisterProcess(eioni, particle);
257  ph->RegisterProcess(brem, particle);
258  ph->RegisterProcess(ss, particle);
259 
260  } else if (particleName == "e+") {
261 
262  G4eIonisation* eioni = new G4eIonisation();
263  eioni->SetStepFunction(0.8, 1.0*mm);
264 
266  G4UrbanMscModel* msc1 = new G4UrbanMscModel();
267  G4WentzelVIModel* msc2 = new G4WentzelVIModel();
268  msc1->SetNewDisplacementFlag(false);
269  msc1->SetHighEnergyLimit(highEnergyLimit);
270  msc2->SetLowEnergyLimit(highEnergyLimit);
271  msc->AddEmModel(0, msc1);
272  msc->AddEmModel(0, msc2);
273 
276  ss->SetEmModel(ssm, 1);
277  ss->SetMinKinEnergy(highEnergyLimit);
278  ssm->SetLowEnergyLimit(highEnergyLimit);
279  ssm->SetActivationLowEnergyLimit(highEnergyLimit);
280 
281  G4eBremsstrahlung* brem = new G4eBremsstrahlung();
286  brem->SetEmModel(br1,1);
287  brem->SetEmModel(br2,2);
288  br2->SetLowEnergyLimit(GeV);
289 
290  ph->RegisterProcess(msc, particle);
291  ph->RegisterProcess(eioni, particle);
292  ph->RegisterProcess(brem, particle);
293  ph->RegisterProcess(new G4eplusAnnihilation(), particle);
294  ph->RegisterProcess(ss, particle);
295 
296  } else if (particleName == "mu+" ||
297  particleName == "mu-" ) {
298 
299  ph->RegisterProcess(mumsc, particle);
300  ph->RegisterProcess(new G4MuIonisation(), particle);
301  ph->RegisterProcess(mub, particle);
302  ph->RegisterProcess(mup, particle);
303  ph->RegisterProcess(muss, particle);
304 
305  } else if (particleName == "alpha" ||
306  particleName == "He3") {
307 
308  //ph->RegisterProcess(hmsc, particle);
309  ph->RegisterProcess(new G4hMultipleScattering(), particle);
310  ph->RegisterProcess(new G4ionIonisation(), particle);
311 
312  } else if (particleName == "GenericIon") {
313 
314  G4ionIonisation* ionIoni = new G4ionIonisation();
315  //ionIoni->SetEmModel(new G4IonParametrisedLossModel());
316  //ionIoni->SetStepFunction(0.1, 20*um);
317 
318  ph->RegisterProcess(hmsc, particle);
319  ph->RegisterProcess(ionIoni, particle);
320 
321  } else if (particleName == "pi+" ||
322  particleName == "pi-" ) {
323 
324  ph->RegisterProcess(pimsc, particle);
325  ph->RegisterProcess(new G4hIonisation(), particle);
326  ph->RegisterProcess(pib, particle);
327  ph->RegisterProcess(pip, particle);
328  ph->RegisterProcess(piss, particle);
329 
330  } else if (particleName == "kaon+" ||
331  particleName == "kaon-" ) {
332 
333  ph->RegisterProcess(kmsc, particle);
334  ph->RegisterProcess(new G4hIonisation(), particle);
335  ph->RegisterProcess(kb, particle);
336  ph->RegisterProcess(kp, particle);
337  ph->RegisterProcess(kss, particle);
338 
339  } else if (particleName == "proton" ||
340  particleName == "anti_proton") {
341 
342  ph->RegisterProcess(pmsc, particle);
343  ph->RegisterProcess(new G4hIonisation(), particle);
344  ph->RegisterProcess(pb, particle);
345  ph->RegisterProcess(pp, particle);
346  ph->RegisterProcess(pss, particle);
347 
348  } else if (particleName == "B+" ||
349  particleName == "B-" ||
350  particleName == "D+" ||
351  particleName == "D-" ||
352  particleName == "Ds+" ||
353  particleName == "Ds-" ||
354  particleName == "anti_He3" ||
355  particleName == "anti_alpha" ||
356  particleName == "anti_deuteron" ||
357  particleName == "anti_lambda_c+" ||
358  particleName == "anti_omega-" ||
359  particleName == "anti_sigma_c+" ||
360  particleName == "anti_sigma_c++" ||
361  particleName == "anti_sigma+" ||
362  particleName == "anti_sigma-" ||
363  particleName == "anti_triton" ||
364  particleName == "anti_xi_c+" ||
365  particleName == "anti_xi-" ||
366  particleName == "deuteron" ||
367  particleName == "lambda_c+" ||
368  particleName == "omega-" ||
369  particleName == "sigma_c+" ||
370  particleName == "sigma_c++" ||
371  particleName == "sigma+" ||
372  particleName == "sigma-" ||
373  particleName == "tau+" ||
374  particleName == "tau-" ||
375  particleName == "triton" ||
376  particleName == "xi_c+" ||
377  particleName == "xi-" ) {
378 
379  ph->RegisterProcess(hmsc, particle);
380  ph->RegisterProcess(new G4hIonisation(), particle);
381  }
382  }
383 
384  // Deexcitation
385  //
388 
390 }
391 
392 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
static G4KaonPlus * KaonPlusDefinition()
Definition: G4KaonPlus.cc:108
void SetApplyCuts(G4bool val)
static G4GenericIon * GenericIonDefinition()
Definition: G4GenericIon.cc:88
static G4MuonPlus * MuonPlus()
Definition: G4MuonPlus.cc:99
void SetVerbose(G4int val)
static G4LossTableManager * Instance()
static constexpr double mm
Definition: G4SIunits.hh:115
void SetMscStepLimitType(G4MscStepLimitType val)
static G4KaonMinus * KaonMinusDefinition()
Definition: G4KaonMinus.cc:108
void SetNewDisplacementFlag(G4bool)
int G4int
Definition: G4Types.hh:78
void SetStepFunction(G4double v1, G4double v2, G4bool lock=true)
const G4String & GetParticleName() const
void SetHighEnergyLimit(G4double)
Definition: G4VEmModel.hh:724
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
void SetEmModel(G4VEmModel *, G4int index=1)
G4GLOB_DLL std::ostream G4cout
G4EmStandardPhysics_option2(G4int ver=1, const G4String &name="")
static G4AntiProton * AntiProton()
Definition: G4AntiProton.cc:93
static G4PionMinus * PionMinusDefinition()
Definition: G4PionMinus.cc:93
void SetMscRangeFactor(G4double val)
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4Triton * Triton()
Definition: G4Triton.cc:95
static G4PionPlus * PionPlusDefinition()
Definition: G4PionPlus.cc:93
static G4Proton * Proton()
Definition: G4Proton.cc:93
const G4String & GetPhysicsName() const
static G4Gamma * Gamma()
Definition: G4Gamma.cc:86
static G4Deuteron * Deuteron()
Definition: G4Deuteron.cc:94
void SetActivationLowEnergyLimit(G4double)
Definition: G4VEmModel.hh:745
static G4Positron * Positron()
Definition: G4Positron.cc:94
void SetAngularDistribution(G4VEmAngularDistribution *)
Definition: G4VEmModel.hh:623
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4EmParameters * Instance()
void SetEmModel(G4VEmModel *, G4int index=1)
static constexpr double GeV
Definition: G4SIunits.hh:217
void AddEmModel(G4int order, G4VEmModel *, const G4Region *region=nullptr)
static G4MuonMinus * MuonMinus()
Definition: G4MuonMinus.cc:100
static G4Electron * Electron()
Definition: G4Electron.cc:94
#define G4endl
Definition: G4ios.hh:61
static constexpr double MeV
Definition: G4SIunits.hh:214
static G4Alpha * Alpha()
Definition: G4Alpha.cc:89
void SetMinKinEnergy(G4double e)
double G4double
Definition: G4Types.hh:76
void SetLowEnergyLimit(G4double)
Definition: G4VEmModel.hh:731
static G4He3 * He3()
Definition: G4He3.cc:94
void SetAtomDeexcitation(G4VAtomDeexcitation *)
#define G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor)