Geant4  10.02.p02
G4hIonisation.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: G4hIonisation.cc 84598 2014-10-17 07:39:15Z gcosmo $
27 //
28 // -------------------------------------------------------------------
29 //
30 // GEANT4 Class file
31 //
32 //
33 // File name: G4hIonisation
34 //
35 // Author: Laszlo Urban
36 //
37 // Creation date: 30.05.1997
38 //
39 // Modifications:
40 //
41 // corrected by L.Urban on 24/09/97
42 // several bugs corrected by L.Urban on 13/01/98
43 // 07-04-98 remove 'tracking cut' of the ionizing particle, mma
44 // 22-10-98 cleanup L.Urban
45 // 02-02-99 bugs fixed , L.Urban
46 // 29-07-99 correction in BuildLossTable for low energy, L.Urban
47 // 10-02-00 modifications , new e.m. structure, L.Urban
48 // 10-08-00 V.Ivanchenko change BuildLambdaTable, in order to
49 // simulate energy losses of ions; correction to
50 // cross section for particles with spin 1 is inserted as well
51 // 28-05-01 V.Ivanchenko minor changes to provide ANSI -wall compilation
52 // 10-08-01 new methods Store/Retrieve PhysicsTable (mma)
53 // 14-08-01 new function ComputeRestrictedMeandEdx() + 'cleanup' (mma)
54 // 29-08-01 PostStepDoIt: correction for spin 1/2 (instead of 1) (mma)
55 // 17-09-01 migration of Materials to pure STL (mma)
56 // 25-09-01 completion of RetrievePhysicsTable() (mma)
57 // 29-10-01 all static functions no more inlined
58 // 08-11-01 Charge renamed zparticle; added to the dedx
59 // 27-03-02 Bug fix in scaling of lambda table (V.Ivanchenko)
60 // 09-04-02 Update calculation of tables for GenericIons (V.Ivanchenko)
61 // 30-04-02 V.Ivanchenko update to new design
62 // 04-12-02 Add verbose level definition (VI)
63 // 23-12-02 Change interface in order to move to cut per region (V.Ivanchenko)
64 // 26-12-02 Secondary production moved to derived classes (V.Ivanchenko)
65 // 13-02-03 SubCutoff regime is assigned to a region (V.Ivanchenko)
66 // 23-05-03 Define default integral + BohrFluctuations (V.Ivanchenko)
67 // 03-06-03 Fix initialisation problem for STD ionisation (V.Ivanchenko)
68 // 04-08-03 Set integral=false to be default (V.Ivanchenko)
69 // 08-08-03 STD substitute standard (V.Ivanchenko)
70 // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko)
71 // 27-05-04 Set integral to be a default regime (V.Ivanchenko)
72 // 08-11-04 Migration to new interface of Store/Retrieve tables (V.Ivantchenko)
73 // 24-03-05 Optimize internal interfaces (V.Ivantchenko)
74 // 12-08-05 SetStepLimits(0.2, 0.1*mm) (mma)
75 // 10-01-06 SetStepLimits -> SetStepFunction (V.Ivanchenko)
76 // 26-05-06 scale negative particles from pi- and pbar,
77 // positive from pi+ and p (VI)
78 // 14-01-07 use SetEmModel() and SetFluctModel() from G4VEnergyLossProcess (mma)
79 // 12-09-08 Removed CorrectionsAlongStep (VI)
80 // 27-05-10 Added G4ICRU73QOModel for anti-protons (VI)
81 //
82 // -------------------------------------------------------------------
83 //
84 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
85 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
86 
87 #include "G4hIonisation.hh"
88 #include "G4PhysicalConstants.hh"
89 #include "G4SystemOfUnits.hh"
90 #include "G4Electron.hh"
91 #include "G4Proton.hh"
92 #include "G4AntiProton.hh"
93 #include "G4BraggModel.hh"
94 #include "G4BetheBlochModel.hh"
95 #include "G4IonFluctuations.hh"
97 #include "G4BohrFluctuations.hh"
98 #include "G4UnitsTable.hh"
99 #include "G4PionPlus.hh"
100 #include "G4PionMinus.hh"
101 #include "G4KaonPlus.hh"
102 #include "G4KaonMinus.hh"
103 #include "G4ICRU73QOModel.hh"
104 #include "G4EmParameters.hh"
105 
106 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
107 
108 using namespace std;
109 
111  : G4VEnergyLossProcess(name),
112  isInitialised(false)
113 {
114  SetStepFunction(0.2, 0.1*mm);
117  mass = 0.0;
118  ratio = 0.0;
119  eth = 2*MeV;
120 }
121 
122 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
123 
125 {}
126 
127 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
128 
130 {
131  return (p.GetPDGCharge() != 0.0 && p.GetPDGMass() > 10.0*MeV &&
132  !p.IsShortLived());
133 }
134 
135 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
136 
138  const G4Material*,
139  G4double cut)
140 {
141  G4double x = 0.5*cut/electron_mass_c2;
142  G4double gam = x*ratio + std::sqrt((1. + x)*(1. + x*ratio*ratio));
143  return mass*(gam - 1.0);
144 }
145 
146 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
147 
149  const G4ParticleDefinition* part,
150  const G4ParticleDefinition* bpart)
151 {
152  if(!isInitialised) {
153 
154  const G4ParticleDefinition* theBaseParticle = 0;
155  G4String pname = part->GetParticleName();
156  G4double q = part->GetPDGCharge();
157 
158  //G4cout << " G4hIonisation::InitialiseEnergyLossProcess " << pname
159  // << " " << bpart << G4endl;
160 
161  // standard base particles
162  if(part == bpart || pname == "proton" ||
163  pname == "anti_proton" ||
164  pname == "pi+" || pname == "pi-" ||
165  pname == "kaon+" || pname == "kaon-" || pname == "GenericIon"
166  || pname == "He3" || pname == "alpha")
167  {
168  theBaseParticle = 0;
169  }
170  // select base particle
171  else if(bpart == 0) {
172 
173  if(part->GetPDGSpin() == 0.0) {
174  if(q > 0.0) { theBaseParticle = G4KaonPlus::KaonPlus(); }
175  else { theBaseParticle = G4KaonMinus::KaonMinus(); }
176  } else {
177  if(q > 0.0) { theBaseParticle = G4Proton::Proton(); }
178  else { theBaseParticle = G4AntiProton::AntiProton(); }
179  }
180 
181  // base particle defined by interface
182  } else {
183  theBaseParticle = bpart;
184  }
185  SetBaseParticle(theBaseParticle);
186 
187  mass = part->GetPDGMass();
188  ratio = electron_mass_c2/mass;
189  eth = 2.0*MeV*mass/proton_mass_c2;
190 
191  if (!EmModel(1)) {
192  if(q > 0.0) { SetEmModel(new G4BraggModel(),1); }
193  else { SetEmModel(new G4ICRU73QOModel(),1); }
194  }
196  EmModel(1)->SetLowEnergyLimit(param->MinKinEnergy());
198  AddEmModel(1, EmModel(1), new G4IonFluctuations());
199 
201 
202  if (!EmModel(2)) { SetEmModel(new G4BetheBlochModel(),2); }
205  AddEmModel(2, EmModel(2), FluctModel());
206 
207  isInitialised = true;
208  }
209 }
210 
211 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
212 
214 {}
215 
216 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
G4bool isInitialised
G4hIonisation(const G4String &name="hIoni")
static const double MeV
Definition: G4SIunits.hh:211
G4double MaxKinEnergy() const
G4String name
Definition: TRTMaterials.hh:40
void SetStepFunction(G4double v1, G4double v2)
virtual ~G4hIonisation()
void SetFluctModel(G4VEmFluctuationModel *)
virtual G4bool IsApplicable(const G4ParticleDefinition &p)
virtual void PrintInfo()
const G4String & GetParticleName() const
static G4KaonMinus * KaonMinus()
Definition: G4KaonMinus.cc:113
void SetHighEnergyLimit(G4double)
Definition: G4VEmModel.hh:725
G4VEmFluctuationModel * FluctModel()
virtual G4double MinPrimaryEnergy(const G4ParticleDefinition *p, const G4Material *, G4double cut)
static G4AntiProton * AntiProton()
Definition: G4AntiProton.cc:93
bool G4bool
Definition: G4Types.hh:79
static G4Proton * Proton()
Definition: G4Proton.cc:93
void SetProcessSubType(G4int)
Definition: G4VProcess.hh:432
void AddEmModel(G4int, G4VEmModel *, G4VEmFluctuationModel *fluc=0, const G4Region *region=0)
G4double MinKinEnergy() const
void SetSecondaryParticle(const G4ParticleDefinition *p)
G4double GetPDGMass() const
const G4double x[NPOINTSGL]
static G4EmParameters * Instance()
void SetEmModel(G4VEmModel *, G4int index=1)
G4double GetPDGSpin() const
static G4Electron * Electron()
Definition: G4Electron.cc:94
virtual void InitialiseEnergyLossProcess(const G4ParticleDefinition *, const G4ParticleDefinition *)
double G4double
Definition: G4Types.hh:76
void SetLowEnergyLimit(G4double)
Definition: G4VEmModel.hh:732
static G4KaonPlus * KaonPlus()
Definition: G4KaonPlus.cc:113
G4double GetPDGCharge() const
static const double mm
Definition: G4SIunits.hh:114
void SetBaseParticle(const G4ParticleDefinition *p)
G4VEmModel * EmModel(G4int index=1) const