Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4EmStandardPhysicsSS.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.cc 78932 2014-02-04 12:30:52Z vnivanch $
27 //
28 //---------------------------------------------------------------------------
29 //
30 // ClassName: G4EmStandardPhysics
31 //
32 // Author: V.Ivanchenko 09.11.2005
33 //
34 // Modified:
35 // 05.12.2005 V.Ivanchenko add controlled verbosity
36 // 13.11.2006 V.Ivanchenko use G4hMultipleScattering
37 // 23.11.2006 V.Ivanchenko remove mscStepLimit option and improve cout
38 // 13.02.2007 V.Ivanchenko use G4hMultipleScattering for muons
39 // 13.02.2007 V.Ivanchenko set skin=0.0
40 // 21.04.2008 V.Ivanchenko add long-lived D and B mesons
41 //
42 //----------------------------------------------------------------------------
43 //
44 
45 #include "G4EmStandardPhysicsSS.hh"
46 #include "G4SystemOfUnits.hh"
47 #include "G4ParticleDefinition.hh"
48 #include "G4EmParameters.hh"
49 #include "G4LossTableManager.hh"
50 
51 #include "G4ComptonScattering.hh"
52 #include "G4GammaConversion.hh"
53 #include "G4PhotoElectricEffect.hh"
54 #include "G4RayleighScattering.hh"
55 
56 #include "G4KleinNishinaModel.hh"
58 #include "G4eMultipleScattering.hh"
60 #include "G4hMultipleScattering.hh"
61 #include "G4CoulombScattering.hh"
63 #include "G4WentzelVIModel.hh"
64 #include "G4UrbanMscModel.hh"
65 
71 
72 #include "G4eIonisation.hh"
73 #include "G4eBremsstrahlung.hh"
74 #include "G4eplusAnnihilation.hh"
75 #include "G4UAtomicDeexcitation.hh"
76 
77 #include "G4MuIonisation.hh"
78 #include "G4MuBremsstrahlung.hh"
79 #include "G4MuPairProduction.hh"
80 #include "G4hBremsstrahlung.hh"
81 #include "G4hPairProduction.hh"
82 
83 #include "G4hIonisation.hh"
84 #include "G4ionIonisation.hh"
85 #include "G4alphaIonisation.hh"
86 
87 #include "G4Gamma.hh"
88 #include "G4Electron.hh"
89 #include "G4Positron.hh"
90 #include "G4MuonPlus.hh"
91 #include "G4MuonMinus.hh"
92 #include "G4PionPlus.hh"
93 #include "G4PionMinus.hh"
94 #include "G4KaonPlus.hh"
95 #include "G4KaonMinus.hh"
96 #include "G4Proton.hh"
97 #include "G4AntiProton.hh"
98 #include "G4Deuteron.hh"
99 #include "G4Triton.hh"
100 #include "G4He3.hh"
101 #include "G4Alpha.hh"
102 #include "G4GenericIon.hh"
103 
104 #include "G4PhysicsListHelper.hh"
105 #include "G4BuilderType.hh"
106 #include "G4EmModelActivator.hh"
107 
108 // factory
110 //
112 
113 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
114 
116  : G4VPhysicsConstructor("G4EmStandardSS"), verbose(ver)
117 {
119  param->SetDefaults();
120  param->SetVerbose(verbose);
121  param->SetLowestElectronEnergy(10*eV);
122  param->SetMscThetaLimit(0.0);
123  param->SetFluo(true);
124  param->SetAuger(true);
125  param->SetPixe(true);
127 }
128 
129 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
130 
132 {}
133 
134 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
135 
137 {
138  // gamma
139  G4Gamma::Gamma();
140 
141  // leptons
146 
147  // mesons
152 
153  // barions
156 
157  // ions
160  G4He3::He3();
161  G4Alpha::Alpha();
163 }
164 
165 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
166 
168 {
169  if(verbose > 1) {
170  G4cout << "### " << GetPhysicsName() << " Construct Processes " << G4endl;
171  }
173 
174  // muon & hadron bremsstrahlung and pair production
183 
184  // muon & hadron multiple scattering
189 
190  G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
191 
192 
193  // Add standard EM Processes
194  auto myParticleIterator=GetParticleIterator();
195  myParticleIterator->reset();
196  while( (*myParticleIterator)() ){
197  G4ParticleDefinition* particle = myParticleIterator->value();
198  G4String particleName = particle->GetParticleName();
199 
200  if (particleName == "gamma") {
201 
203  cs->SetEmModel(new G4KleinNishinaModel(), 1);
204 
207 
208  ph->RegisterProcess(cs, particle);
209  ph->RegisterProcess(pee, particle);
210  ph->RegisterProcess(new G4GammaConversion(), particle);
211  ph->RegisterProcess(new G4RayleighScattering(), particle);
212 
213  } else if (particleName == "e-") {
214 
216  if(G4EmParameters::Instance()->UseMottCorrection()) {
218  }
219 
220  ph->RegisterProcess(new G4eIonisation(), particle);
221  ph->RegisterProcess(new G4eBremsstrahlung(), particle);
222  ph->RegisterProcess(ss, particle);
223 
224  } else if (particleName == "e+") {
225 
227 
228  ph->RegisterProcess(new G4eIonisation(), particle);
229  ph->RegisterProcess(new G4eBremsstrahlung(), particle);
230  ph->RegisterProcess(new G4eplusAnnihilation(), particle);
231  ph->RegisterProcess(ss, particle);
232 
233  } else if (particleName == "mu+" ||
234  particleName == "mu-" ) {
235 
236  ph->RegisterProcess(new G4MuIonisation(), particle);
237  ph->RegisterProcess(mub, particle);
238  ph->RegisterProcess(mup, particle);
239  ph->RegisterProcess(muss, particle);
240 
241  } else if (particleName == "alpha" ||
242  particleName == "He3") {
243 
244  ph->RegisterProcess(new G4ionIonisation(), particle);
245  ph->RegisterProcess(new G4CoulombScattering(), particle);
246 
247  } else if (particleName == "GenericIon") {
248 
249  ph->RegisterProcess(new G4ionIonisation(), particle);
250  ph->RegisterProcess(new G4CoulombScattering(), particle);
251 
252  } else if (particleName == "pi+" ||
253  particleName == "pi-" ) {
254 
255  ph->RegisterProcess(new G4hIonisation(), particle);
256  ph->RegisterProcess(pib, particle);
257  ph->RegisterProcess(pip, particle);
258  ph->RegisterProcess(piss, particle);
259 
260  } else if (particleName == "kaon+" ||
261  particleName == "kaon-" ) {
262 
263  ph->RegisterProcess(new G4hIonisation(), particle);
264  ph->RegisterProcess(kb, particle);
265  ph->RegisterProcess(kp, particle);
266  ph->RegisterProcess(kss, particle);
267 
268  } else if (particleName == "proton" ||
269  particleName == "anti_proton") {
270 
271  ph->RegisterProcess(new G4hIonisation(), particle);
272  ph->RegisterProcess(pb, particle);
273  ph->RegisterProcess(pp, particle);
274  ph->RegisterProcess(pss, particle);
275 
276  } else if (particleName == "B+" ||
277  particleName == "B-" ||
278  particleName == "D+" ||
279  particleName == "D-" ||
280  particleName == "Ds+" ||
281  particleName == "Ds-" ||
282  particleName == "anti_He3" ||
283  particleName == "anti_alpha" ||
284  particleName == "anti_deuteron" ||
285  particleName == "anti_lambda_c+" ||
286  particleName == "anti_omega-" ||
287  particleName == "anti_sigma_c+" ||
288  particleName == "anti_sigma_c++" ||
289  particleName == "anti_sigma+" ||
290  particleName == "anti_sigma-" ||
291  particleName == "anti_triton" ||
292  particleName == "anti_xi_c+" ||
293  particleName == "anti_xi-" ||
294  particleName == "deuteron" ||
295  particleName == "lambda_c+" ||
296  particleName == "omega-" ||
297  particleName == "sigma_c+" ||
298  particleName == "sigma_c++" ||
299  particleName == "sigma+" ||
300  particleName == "sigma-" ||
301  particleName == "tau+" ||
302  particleName == "tau-" ||
303  particleName == "triton" ||
304  particleName == "xi_c+" ||
305  particleName == "xi-" ) {
306 
307  ph->RegisterProcess(hmsc, particle);
308  ph->RegisterProcess(new G4hIonisation(), particle);
309  }
310  }
311 
312  // Deexcitation
313  //
316 
318 }
319 
320 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
static G4KaonPlus * KaonPlusDefinition()
Definition: G4KaonPlus.cc:108
static G4GenericIon * GenericIonDefinition()
Definition: G4GenericIon.cc:88
static G4MuonPlus * MuonPlus()
Definition: G4MuonPlus.cc:99
void SetVerbose(G4int val)
static G4LossTableManager * Instance()
void SetLowestElectronEnergy(G4double val)
static G4KaonMinus * KaonMinusDefinition()
Definition: G4KaonMinus.cc:108
void SetAuger(G4bool val)
int G4int
Definition: G4Types.hh:78
const G4String & GetParticleName() const
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
void SetEmModel(G4VEmModel *, G4int index=1)
G4GLOB_DLL std::ostream G4cout
static G4AntiProton * AntiProton()
Definition: G4AntiProton.cc:93
static G4PionMinus * PionMinusDefinition()
Definition: G4PionMinus.cc:93
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
static constexpr double eV
Definition: G4SIunits.hh:215
const G4String & GetPhysicsName() const
static G4Gamma * Gamma()
Definition: G4Gamma.cc:86
static G4Deuteron * Deuteron()
Definition: G4Deuteron.cc:94
static G4Positron * Positron()
Definition: G4Positron.cc:94
void SetPixe(G4bool val)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4EmParameters * Instance()
static G4MuonMinus * MuonMinus()
Definition: G4MuonMinus.cc:100
static G4Electron * Electron()
Definition: G4Electron.cc:94
#define G4endl
Definition: G4ios.hh:61
static G4Alpha * Alpha()
Definition: G4Alpha.cc:89
void SetMscThetaLimit(G4double val)
static G4He3 * He3()
Definition: G4He3.cc:94
void SetAtomDeexcitation(G4VAtomDeexcitation *)
void SetFluo(G4bool val)
#define G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor)