Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // >> 26 // $Id: G4ElectronIonPair.cc,v 1.5 2010-10-25 17:23:01 vnivanch Exp $ >> 27 // GEANT4 tag $Name: geant4-09-04-patch-01 $ 26 // 28 // 27 // ------------------------------------------- 29 // ------------------------------------------------------------------- 28 // 30 // 29 // GEANT4 Class file 31 // GEANT4 Class file 30 // 32 // 31 // 33 // 32 // File name: G4ElectronIonPair 34 // File name: G4ElectronIonPair 33 // 35 // 34 // Author: Vladimir Ivanchenko 36 // Author: Vladimir Ivanchenko 35 // 37 // 36 // Creation date: 08.07.2008 38 // Creation date: 08.07.2008 37 // 39 // 38 // Modifications: 40 // Modifications: 39 // 41 // 40 // ------------------------------------------- 42 // ------------------------------------------------------------- 41 43 42 //....oooOO0OOooo........oooOO0OOooo........oo 44 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 43 //....oooOO0OOooo........oooOO0OOooo........oo 45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 44 46 45 #include "G4ElectronIonPair.hh" 47 #include "G4ElectronIonPair.hh" 46 #include "G4SystemOfUnits.hh" << 47 #include "G4Material.hh" 48 #include "G4Material.hh" 48 #include "G4MaterialTable.hh" 49 #include "G4MaterialTable.hh" 49 #include "G4StepPoint.hh" 50 #include "G4StepPoint.hh" 50 #include "G4VProcess.hh" 51 #include "G4VProcess.hh" 51 #include "G4ProcessType.hh" 52 #include "G4ProcessType.hh" 52 #include "G4Track.hh" 53 #include "G4Track.hh" 53 #include "Randomize.hh" 54 #include "Randomize.hh" 54 55 55 //....oooOO0OOooo........oooOO0OOooo........oo 56 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 56 57 57 G4ElectronIonPair::G4ElectronIonPair(G4int ver << 58 G4ElectronIonPair::G4ElectronIonPair() 58 { 59 { 59 verbose = verb; << 60 verbose = 1; 60 curMaterial = nullptr; << 61 curMaterial = 0; 61 curMeanEnergy = 0.0; 62 curMeanEnergy = 0.0; 62 nMaterials = 0; 63 nMaterials = 0; 63 invFanoFactor = 1.0/0.2; << 64 FanoFactor = 0.2; 64 Initialise(); 65 Initialise(); 65 } 66 } 66 67 67 //....oooOO0OOooo........oooOO0OOooo........oo 68 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 68 69 69 G4ElectronIonPair::~G4ElectronIonPair() = defa << 70 G4ElectronIonPair::~G4ElectronIonPair() >> 71 {} 70 72 71 //....oooOO0OOooo........oooOO0OOooo........oo 73 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 72 74 73 G4double G4ElectronIonPair::MeanNumberOfIonsAl 75 G4double G4ElectronIonPair::MeanNumberOfIonsAlongStep( 74 const G4ParticleDefinition* part, 76 const G4ParticleDefinition* part, 75 const G4Material* material, 77 const G4Material* material, 76 G4double edep, 78 G4double edep, 77 G4double niel) 79 G4double niel) 78 { 80 { 79 G4double nion = 0.0; 81 G4double nion = 0.0; 80 82 81 // NIEL does not provide ionisation clusters 83 // NIEL does not provide ionisation clusters 82 if(edep > niel) { 84 if(edep > niel) { 83 85 84 // neutral particles do not produce ionisa 86 // neutral particles do not produce ionisation along step 85 if(part->GetPDGCharge() != 0.0) { 87 if(part->GetPDGCharge() != 0.0) { 86 88 87 // select material 89 // select material 88 if(material != curMaterial) { 90 if(material != curMaterial) { 89 curMaterial = material; 91 curMaterial = material; 90 curMeanEnergy = material->GetIonisation()->G 92 curMeanEnergy = material->GetIonisation()->GetMeanEnergyPerIonPair(); 91 93 92 // if mean energy is not defined then look i 94 // if mean energy is not defined then look into G4 DB 93 if(0.0 == curMeanEnergy) { 95 if(0.0 == curMeanEnergy) { 94 curMeanEnergy = FindG4MeanEnergyPerIonPair 96 curMeanEnergy = FindG4MeanEnergyPerIonPair(material); 95 } 97 } 96 } 98 } 97 if(curMeanEnergy > 0.0) { nion = (edep - 99 if(curMeanEnergy > 0.0) { nion = (edep - niel)/curMeanEnergy; } 98 } 100 } 99 } 101 } 100 return nion; 102 return nion; 101 } 103 } 102 104 103 //....oooOO0OOooo........oooOO0OOooo........oo 105 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 104 106 105 std::vector<G4ThreeVector>* 107 std::vector<G4ThreeVector>* 106 G4ElectronIonPair::SampleIonsAlongStep(const G 108 G4ElectronIonPair::SampleIonsAlongStep(const G4Step* step) 107 { 109 { 108 std::vector<G4ThreeVector>* v = nullptr; << 110 std::vector<G4ThreeVector>* v = 0; 109 111 110 G4int nion = SampleNumberOfIonsAlongStep(ste 112 G4int nion = SampleNumberOfIonsAlongStep(step); 111 113 112 // sample ionisation along step 114 // sample ionisation along step 113 if(nion > 0) { 115 if(nion > 0) { 114 116 115 v = new std::vector<G4ThreeVector>; 117 v = new std::vector<G4ThreeVector>; 116 G4ThreeVector prePos = step->GetPreStepPoi 118 G4ThreeVector prePos = step->GetPreStepPoint()->GetPosition(); 117 G4ThreeVector deltaPos = step->GetPostStep 119 G4ThreeVector deltaPos = step->GetPostStepPoint()->GetPosition() - prePos; 118 for(G4int i=0; i<nion; ++i) { 120 for(G4int i=0; i<nion; ++i) { 119 v->push_back( prePos + deltaPos*G4Unifor 121 v->push_back( prePos + deltaPos*G4UniformRand() ); 120 } 122 } 121 if(verbose > 1 ) { 123 if(verbose > 1 ) { 122 G4cout << "### G4ElectronIonPair::Sample 124 G4cout << "### G4ElectronIonPair::SampleIonisationPoints: " 123 << v->size() << " ion pairs are added" 125 << v->size() << " ion pairs are added" << G4endl; 124 } 126 } 125 } 127 } 126 return v; 128 return v; 127 } 129 } 128 130 129 //....oooOO0OOooo........oooOO0OOooo........oo 131 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 130 132 131 G4int << 133 G4int G4ElectronIonPair::ResidualeChargePostStep(const G4ParticleDefinition*, 132 G4ElectronIonPair::ResidualeChargePostStep(con << 134 const G4TrackVector*, 133 const G4TrackVector*, << 135 G4int subType) 134 G4int subType) const << 135 { 136 { 136 G4int nholes = 0; 137 G4int nholes = 0; 137 138 138 if(2 == subType || 12 == subType || 13 == su 139 if(2 == subType || 12 == subType || 13 == subType) { nholes = 1; } 139 return nholes; 140 return nholes; 140 } 141 } 141 142 142 //....oooOO0OOooo........oooOO0OOooo........oo 143 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 143 144 144 G4double << 145 G4double G4ElectronIonPair::FindG4MeanEnergyPerIonPair(const G4Material* mat) 145 G4ElectronIonPair::FindG4MeanEnergyPerIonPair( << 146 { 146 { 147 G4String name = mat->GetName(); 147 G4String name = mat->GetName(); 148 G4double res = 0.0; 148 G4double res = 0.0; 149 149 150 // is this material in the vector? 150 // is this material in the vector? 151 for(G4int j=0; j<nMaterials; ++j) { << 151 for(G4int j=0; j<nMaterials; j++) { 152 if(name == g4MatNames[j]) { 152 if(name == g4MatNames[j]) { 153 res = g4MatData[j]; 153 res = g4MatData[j]; 154 mat->GetIonisation()->SetMeanEnergyPerIo 154 mat->GetIonisation()->SetMeanEnergyPerIonPair(res); 155 if(verbose > 0) { 155 if(verbose > 0) { 156 G4cout << "### G4ElectronIonPair::FindG4Mean 156 G4cout << "### G4ElectronIonPair::FindG4MeanEnergyPerIonPair for " 157 << name << " Epair= " << res/eV << " 157 << name << " Epair= " << res/eV << " eV is set" 158 << G4endl; 158 << G4endl; 159 } 159 } 160 break; 160 break; 161 } 161 } 162 } 162 } 163 return res; 163 return res; 164 } 164 } 165 165 166 //....oooOO0OOooo........oooOO0OOooo........oo 166 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 167 167 168 void G4ElectronIonPair:: DumpMeanEnergyPerIonP << 168 void G4ElectronIonPair:: DumpMeanEnergyPerIonPair() 169 { 169 { 170 std::size_t nmat = G4Material::GetNumberOfMa << 170 G4int nmat = G4Material::GetNumberOfMaterials(); 171 const G4MaterialTable* mtable = G4Material:: 171 const G4MaterialTable* mtable = G4Material::GetMaterialTable(); 172 if(nmat > 0) { 172 if(nmat > 0) { 173 G4cout << "### G4ElectronIonPair: mean ene << 173 G4cout << "### G4ElectronIonPair: mean energy per ion pair avalable:" << G4endl; 174 << G4endl; << 174 for(G4int i=0; i<nmat; ++i) { 175 for(std::size_t i=0; i<nmat; ++i) { << 176 const G4Material* mat = (*mtable)[i]; 175 const G4Material* mat = (*mtable)[i]; 177 G4double x = mat->GetIonisation()->GetMe 176 G4double x = mat->GetIonisation()->GetMeanEnergyPerIonPair(); 178 if(x > 0.0) { 177 if(x > 0.0) { 179 G4cout << " " << mat->GetName() << " Epa 178 G4cout << " " << mat->GetName() << " Epair= " 180 << x/eV << " eV" << G4endl; 179 << x/eV << " eV" << G4endl; 181 } 180 } 182 } 181 } 183 } 182 } 184 } 183 } 185 184 186 //....oooOO0OOooo........oooOO0OOooo........oo 185 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 187 186 188 void G4ElectronIonPair::DumpG4MeanEnergyPerIon << 187 void G4ElectronIonPair::DumpG4MeanEnergyPerIonPair() 189 { 188 { 190 if(nMaterials > 0) { 189 if(nMaterials > 0) { 191 G4cout << "### G4ElectronIonPair: mean ene 190 G4cout << "### G4ElectronIonPair: mean energy per ion pair " 192 << " for Geant4 materials" << G4endl; 191 << " for Geant4 materials" << G4endl; 193 for(G4int i=0; i<nMaterials; ++i) { 192 for(G4int i=0; i<nMaterials; ++i) { 194 G4cout << " " << g4MatNames[i] << " 193 G4cout << " " << g4MatNames[i] << " Epair= " 195 << g4MatData[i]/eV << " eV" << G4endl; 194 << g4MatData[i]/eV << " eV" << G4endl; 196 } 195 } 197 } 196 } 198 } 197 } 199 198 200 //....oooOO0OOooo........oooOO0OOooo........oo 199 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 201 200 202 void G4ElectronIonPair::Initialise() 201 void G4ElectronIonPair::Initialise() 203 { 202 { 204 // ICRU Report 31, 1979 203 // ICRU Report 31, 1979 205 g4MatNames.push_back("G4_Si"); 204 g4MatNames.push_back("G4_Si"); 206 g4MatData.push_back(3.62*eV); 205 g4MatData.push_back(3.62*eV); 207 206 208 g4MatNames.push_back("G4_Ge"); 207 g4MatNames.push_back("G4_Ge"); 209 g4MatData.push_back(2.97*eV); 208 g4MatData.push_back(2.97*eV); 210 209 211 g4MatNames.push_back("G4_He"); 210 g4MatNames.push_back("G4_He"); 212 g4MatData.push_back(44.4*eV); 211 g4MatData.push_back(44.4*eV); 213 212 214 g4MatNames.push_back("G4_N"); 213 g4MatNames.push_back("G4_N"); 215 g4MatData.push_back(36.4*eV); 214 g4MatData.push_back(36.4*eV); 216 215 217 g4MatNames.push_back("G4_O"); 216 g4MatNames.push_back("G4_O"); 218 g4MatData.push_back(32.3*eV); 217 g4MatData.push_back(32.3*eV); 219 218 220 g4MatNames.push_back("G4_Ne"); 219 g4MatNames.push_back("G4_Ne"); 221 g4MatData.push_back(36.8*eV); 220 g4MatData.push_back(36.8*eV); 222 221 223 g4MatNames.push_back("G4_Ar"); 222 g4MatNames.push_back("G4_Ar"); 224 g4MatData.push_back(26.34*eV); 223 g4MatData.push_back(26.34*eV); 225 224 226 g4MatNames.push_back("G4_Kr"); 225 g4MatNames.push_back("G4_Kr"); 227 g4MatData.push_back(24.1*eV); 226 g4MatData.push_back(24.1*eV); 228 227 229 g4MatNames.push_back("G4_Xe"); 228 g4MatNames.push_back("G4_Xe"); 230 g4MatData.push_back(21.6*eV); 229 g4MatData.push_back(21.6*eV); 231 230 232 g4MatNames.push_back("G4_lAr"); 231 g4MatNames.push_back("G4_lAr"); 233 g4MatData.push_back(23.6*eV); 232 g4MatData.push_back(23.6*eV); 234 233 235 g4MatNames.push_back("G4_lKr"); 234 g4MatNames.push_back("G4_lKr"); 236 g4MatData.push_back(20.5*eV); 235 g4MatData.push_back(20.5*eV); 237 236 238 g4MatNames.push_back("G4_lXe"); 237 g4MatNames.push_back("G4_lXe"); 239 g4MatData.push_back(15.6*eV); 238 g4MatData.push_back(15.6*eV); 240 239 241 g4MatNames.push_back("G4_AIR"); 240 g4MatNames.push_back("G4_AIR"); 242 g4MatData.push_back(35.1*eV); 241 g4MatData.push_back(35.1*eV); 243 242 244 nMaterials = (G4int)g4MatData.size(); << 243 nMaterials = g4MatData.size(); 245 } 244 } 246 245 247 //....oooOO0OOooo........oooOO0OOooo........oo 246 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 248 247