Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4EmStandardPhysics.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 79157 2014-02-19 15:35:01Z gcosmo $
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 "G4EmStandardPhysics.hh"
46 #include "G4SystemOfUnits.hh"
47 #include "G4ParticleDefinition.hh"
48 #include "G4LossTableManager.hh"
49 #include "G4EmProcessOptions.hh"
50 
51 #include "G4ComptonScattering.hh"
52 #include "G4GammaConversion.hh"
53 #include "G4PhotoElectricEffect.hh"
54 
55 #include "G4eMultipleScattering.hh"
57 #include "G4hMultipleScattering.hh"
58 #include "G4CoulombScattering.hh"
60 #include "G4WentzelVIModel.hh"
61 #include "G4UrbanMscModel.hh"
62 
67 
68 #include "G4eIonisation.hh"
69 #include "G4eBremsstrahlung.hh"
70 #include "G4eplusAnnihilation.hh"
71 #include "G4UAtomicDeexcitation.hh"
72 
73 #include "G4MuIonisation.hh"
74 #include "G4MuBremsstrahlung.hh"
75 #include "G4MuPairProduction.hh"
76 #include "G4hBremsstrahlung.hh"
77 #include "G4hPairProduction.hh"
78 
79 #include "G4hIonisation.hh"
80 #include "G4ionIonisation.hh"
81 #include "G4alphaIonisation.hh"
82 
83 #include "G4Gamma.hh"
84 #include "G4Electron.hh"
85 #include "G4Positron.hh"
86 #include "G4MuonPlus.hh"
87 #include "G4MuonMinus.hh"
88 #include "G4PionPlus.hh"
89 #include "G4PionMinus.hh"
90 #include "G4KaonPlus.hh"
91 #include "G4KaonMinus.hh"
92 #include "G4Proton.hh"
93 #include "G4AntiProton.hh"
94 #include "G4Deuteron.hh"
95 #include "G4Triton.hh"
96 #include "G4He3.hh"
97 #include "G4Alpha.hh"
98 #include "G4GenericIon.hh"
99 
100 #include "G4PhysicsListHelper.hh"
101 #include "G4BuilderType.hh"
102 
103 // factory
105 //
107 
108 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
109 
111  : G4VPhysicsConstructor("G4EmStandard"), verbose(ver)
112 {
115 }
116 
117 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
118 
120  : G4VPhysicsConstructor("G4EmStandard"), verbose(ver)
121 {
124 }
125 
126 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
127 
129 {}
130 
131 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
132 
134 {
135 // gamma
136  G4Gamma::Gamma();
137 
138 // leptons
143 
144 // mesons
149 
150 // barions
153 
154 // ions
157  G4He3::He3();
158  G4Alpha::Alpha();
160 }
161 
162 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
163 
165 {
166  if(verbose > 1) {
167  G4cout << "### " << GetPhysicsName() << " Construct Processes " << G4endl;
168  }
170 
171  // muon & hadron bremsstrahlung and pair production
180 
181  // muon & hadron multiple scattering
183  mumsc->AddEmModel(0, new G4WentzelVIModel());
185  pimsc->AddEmModel(0, new G4WentzelVIModel());
187  kmsc->AddEmModel(0, new G4WentzelVIModel());
189  pmsc->AddEmModel(0, new G4WentzelVIModel());
190  G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
191 
192  // high energy limit for e+- scattering models
193  G4double highEnergyLimit = 100*MeV;
194 
195  // Add standard EM Processes
196  aParticleIterator->reset();
197  while( (*aParticleIterator)() ){
198  G4ParticleDefinition* particle = aParticleIterator->value();
199  G4String particleName = particle->GetParticleName();
200 
201  if (particleName == "gamma") {
202 
203  ph->RegisterProcess(new G4PhotoElectricEffect(), particle);
204  ph->RegisterProcess(new G4ComptonScattering(), particle);
205  ph->RegisterProcess(new G4GammaConversion(), particle);
206 
207  } else if (particleName == "e-") {
208 
210  G4UrbanMscModel* msc1 = new G4UrbanMscModel();
211  G4WentzelVIModel* msc2 = new G4WentzelVIModel();
212  msc1->SetHighEnergyLimit(highEnergyLimit);
213  msc2->SetLowEnergyLimit(highEnergyLimit);
214  msc->AddEmModel(0, msc1);
215  msc->AddEmModel(0, msc2);
216 
219  ss->SetEmModel(ssm, 1);
220  ss->SetMinKinEnergy(highEnergyLimit);
221  ssm->SetLowEnergyLimit(highEnergyLimit);
222  ssm->SetActivationLowEnergyLimit(highEnergyLimit);
223 
224  ph->RegisterProcess(msc, particle);
225  ph->RegisterProcess(new G4eIonisation(), particle);
226  ph->RegisterProcess(new G4eBremsstrahlung(), particle);
227  ph->RegisterProcess(ss, particle);
228 
229  } else if (particleName == "e+") {
230 
232  G4UrbanMscModel* msc1 = new G4UrbanMscModel();
233  G4WentzelVIModel* msc2 = new G4WentzelVIModel();
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  ph->RegisterProcess(msc, particle);
247  ph->RegisterProcess(new G4eIonisation(), particle);
248  ph->RegisterProcess(new G4eBremsstrahlung(), particle);
249  ph->RegisterProcess(new G4eplusAnnihilation(), particle);
250  ph->RegisterProcess(ss, particle);
251 
252  } else if (particleName == "mu+" ||
253  particleName == "mu-" ) {
254 
255  ph->RegisterProcess(mumsc, particle);
256  ph->RegisterProcess(new G4MuIonisation(), particle);
257  ph->RegisterProcess(mub, particle);
258  ph->RegisterProcess(mup, particle);
259  ph->RegisterProcess(new G4CoulombScattering(), particle);
260 
261  } else if (particleName == "alpha" ||
262  particleName == "He3") {
263 
264  //ph->RegisterProcess(hmsc, particle);
265  ph->RegisterProcess(new G4hMultipleScattering(), particle);
266  ph->RegisterProcess(new G4ionIonisation(), particle);
267 
268  } else if (particleName == "GenericIon") {
269 
270  ph->RegisterProcess(hmsc, particle);
271  ph->RegisterProcess(new G4ionIonisation(), particle);
272 
273  } else if (particleName == "pi+" ||
274  particleName == "pi-" ) {
275 
276  //G4hMultipleScattering* pimsc = new G4hMultipleScattering();
277  ph->RegisterProcess(pimsc, particle);
278  ph->RegisterProcess(new G4hIonisation(), particle);
279  ph->RegisterProcess(pib, particle);
280  ph->RegisterProcess(pip, particle);
281  ph->RegisterProcess(new G4CoulombScattering(), particle);
282 
283  } else if (particleName == "kaon+" ||
284  particleName == "kaon-" ) {
285 
286  //G4hMultipleScattering* kmsc = new G4hMultipleScattering();
287  ph->RegisterProcess(kmsc, particle);
288  ph->RegisterProcess(new G4hIonisation(), particle);
289  ph->RegisterProcess(kb, particle);
290  ph->RegisterProcess(kp, particle);
291  ph->RegisterProcess(new G4CoulombScattering(), particle);
292 
293  } else if (particleName == "proton" ||
294  particleName == "anti_proton") {
295 
296  //G4hMultipleScattering* pmsc = new G4hMultipleScattering();
297  ph->RegisterProcess(pmsc, particle);
298  ph->RegisterProcess(new G4hIonisation(), particle);
299  ph->RegisterProcess(pb, particle);
300  ph->RegisterProcess(pp, particle);
301  ph->RegisterProcess(new G4CoulombScattering(), particle);
302 
303  } else if (particleName == "B+" ||
304  particleName == "B-" ||
305  particleName == "D+" ||
306  particleName == "D-" ||
307  particleName == "Ds+" ||
308  particleName == "Ds-" ||
309  particleName == "anti_He3" ||
310  particleName == "anti_alpha" ||
311  particleName == "anti_deuteron" ||
312  particleName == "anti_lambda_c+" ||
313  particleName == "anti_omega-" ||
314  particleName == "anti_sigma_c+" ||
315  particleName == "anti_sigma_c++" ||
316  particleName == "anti_sigma+" ||
317  particleName == "anti_sigma-" ||
318  particleName == "anti_triton" ||
319  particleName == "anti_xi_c+" ||
320  particleName == "anti_xi-" ||
321  particleName == "deuteron" ||
322  particleName == "lambda_c+" ||
323  particleName == "omega-" ||
324  particleName == "sigma_c+" ||
325  particleName == "sigma_c++" ||
326  particleName == "sigma+" ||
327  particleName == "sigma-" ||
328  particleName == "tau+" ||
329  particleName == "tau-" ||
330  particleName == "triton" ||
331  particleName == "xi_c+" ||
332  particleName == "xi-" ) {
333 
334  ph->RegisterProcess(hmsc, particle);
335  ph->RegisterProcess(new G4hIonisation(), particle);
336  }
337  }
338  G4EmProcessOptions opt;
339  opt.SetVerbose(verbose);
340  // opt.SetApplyCuts(true);
341  opt.SetPolarAngleLimit(CLHEP::pi);
342 
343  // Deexcitation
344  //
347 }
348 
349 //....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
static G4LossTableManager * Instance()
virtual void ConstructParticle()
G4_DECLARE_PHYSCONSTR_FACTORY(G4EmStandardPhysics)
G4EmStandardPhysics(G4int ver=0)
static G4KaonMinus * KaonMinusDefinition()
Definition: G4KaonMinus.cc:108
int G4int
Definition: G4Types.hh:78
const G4String & GetParticleName() const
void SetHighEnergyLimit(G4double)
Definition: G4VEmModel.hh:683
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
#define aParticleIterator
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
virtual void ConstructProcess()
const G4String & GetPhysicsName() const
static G4Gamma * Gamma()
Definition: G4Gamma.cc:86
static G4Deuteron * Deuteron()
Definition: G4Deuteron.cc:94
void SetActivationLowEnergyLimit(G4double)
Definition: G4VEmModel.hh:704
static G4Positron * Positron()
Definition: G4Positron.cc:94
void AddEmModel(G4int order, G4VEmModel *, const G4Region *region=0)
static G4PhysicsListHelper * GetPhysicsListHelper()
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 SetMinKinEnergy(G4double e)
double G4double
Definition: G4Types.hh:76
void SetLowEnergyLimit(G4double)
Definition: G4VEmModel.hh:690
static G4He3 * He3()
Definition: G4He3.cc:94
void SetAtomDeexcitation(G4VAtomDeexcitation *)
void SetVerbose(G4int val, const G4String &name="all", G4bool worker=false)
void SetPolarAngleLimit(G4double val)