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 // 26 // 27 // Author: Luciano Pandola 27 // Author: Luciano Pandola 28 // 28 // 29 // History: 29 // History: 30 // -------- 30 // -------- 31 // 15 Feb 2010 L Pandola Implementation 31 // 15 Feb 2010 L Pandola Implementation 32 // 18 Mar 2010 L Pandola Removed GetAtomsPe 32 // 18 Mar 2010 L Pandola Removed GetAtomsPerMolecule(), now demanded 33 // to G4PenelopeOsc 33 // to G4PenelopeOscillatorManager 34 // 01 Feb 2011 L Pandola Suppress fake ener 34 // 01 Feb 2011 L Pandola Suppress fake energy-violation warning when Auger is 35 // active. 35 // active. 36 // Make sure that flu 36 // Make sure that fluorescence/Auger is generated only 37 // if above thresho 37 // if above threshold 38 // 24 May 2011 L Pandola Renamed (make v200 38 // 24 May 2011 L Pandola Renamed (make v2008 as default Penelope) 39 // 10 Jun 2011 L Pandola Migrate atomic dee 39 // 10 Jun 2011 L Pandola Migrate atomic deexcitation interface 40 // 09 Oct 2013 L Pandola Migration to MT 40 // 09 Oct 2013 L Pandola Migration to MT 41 // 25 Jul 2023 D Iuso Fix for possible i << 42 // 41 // 43 #include "G4PenelopeComptonModel.hh" 42 #include "G4PenelopeComptonModel.hh" 44 #include "G4PhysicalConstants.hh" 43 #include "G4PhysicalConstants.hh" 45 #include "G4SystemOfUnits.hh" 44 #include "G4SystemOfUnits.hh" 46 #include "G4ParticleDefinition.hh" 45 #include "G4ParticleDefinition.hh" 47 #include "G4MaterialCutsCouple.hh" 46 #include "G4MaterialCutsCouple.hh" 48 #include "G4DynamicParticle.hh" 47 #include "G4DynamicParticle.hh" 49 #include "G4VEMDataSet.hh" 48 #include "G4VEMDataSet.hh" 50 #include "G4PhysicsTable.hh" 49 #include "G4PhysicsTable.hh" 51 #include "G4PhysicsLogVector.hh" 50 #include "G4PhysicsLogVector.hh" 52 #include "G4AtomicTransitionManager.hh" 51 #include "G4AtomicTransitionManager.hh" 53 #include "G4AtomicShell.hh" 52 #include "G4AtomicShell.hh" 54 #include "G4Gamma.hh" 53 #include "G4Gamma.hh" 55 #include "G4Electron.hh" 54 #include "G4Electron.hh" 56 #include "G4PenelopeOscillatorManager.hh" 55 #include "G4PenelopeOscillatorManager.hh" 57 #include "G4PenelopeOscillator.hh" 56 #include "G4PenelopeOscillator.hh" 58 #include "G4LossTableManager.hh" 57 #include "G4LossTableManager.hh" 59 #include "G4Exp.hh" 58 #include "G4Exp.hh" 60 59 61 //....oooOO0OOooo........oooOO0OOooo........oo 60 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 62 61 63 G4PenelopeComptonModel::G4PenelopeComptonModel 62 G4PenelopeComptonModel::G4PenelopeComptonModel(const G4ParticleDefinition* part, 64 const G4String& nam) 63 const G4String& nam) 65 :G4VEmModel(nam),fParticleChange(nullptr),fP 64 :G4VEmModel(nam),fParticleChange(nullptr),fParticle(nullptr), 66 fAtomDeexcitation(nullptr), 65 fAtomDeexcitation(nullptr), 67 fOscManager(nullptr),fIsInitialised(false) 66 fOscManager(nullptr),fIsInitialised(false) 68 { 67 { 69 fIntrinsicLowEnergyLimit = 100.0*eV; 68 fIntrinsicLowEnergyLimit = 100.0*eV; 70 fIntrinsicHighEnergyLimit = 100.0*GeV; 69 fIntrinsicHighEnergyLimit = 100.0*GeV; 71 SetHighEnergyLimit(fIntrinsicHighEnergyLimit 70 SetHighEnergyLimit(fIntrinsicHighEnergyLimit); 72 // 71 // 73 fOscManager = G4PenelopeOscillatorManager::G 72 fOscManager = G4PenelopeOscillatorManager::GetOscillatorManager(); 74 73 75 if (part) 74 if (part) 76 SetParticle(part); 75 SetParticle(part); 77 76 78 fVerboseLevel= 0; 77 fVerboseLevel= 0; 79 // Verbosity scale: 78 // Verbosity scale: 80 // 0 = nothing 79 // 0 = nothing 81 // 1 = warning for energy non-conservation 80 // 1 = warning for energy non-conservation 82 // 2 = details of energy budget 81 // 2 = details of energy budget 83 // 3 = calculation of cross sections, file o 82 // 3 = calculation of cross sections, file openings, sampling of atoms 84 // 4 = entering in methods 83 // 4 = entering in methods 85 84 86 //Mark this model as "applicable" for atomic 85 //Mark this model as "applicable" for atomic deexcitation 87 SetDeexcitationFlag(true); 86 SetDeexcitationFlag(true); 88 87 89 fTransitionManager = G4AtomicTransitionManag 88 fTransitionManager = G4AtomicTransitionManager::Instance(); 90 } 89 } 91 90 92 //....oooOO0OOooo........oooOO0OOooo........oo 91 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 93 92 94 G4PenelopeComptonModel::~G4PenelopeComptonMode 93 G4PenelopeComptonModel::~G4PenelopeComptonModel() 95 {;} 94 {;} 96 95 97 //....oooOO0OOooo........oooOO0OOooo........oo 96 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 98 97 99 void G4PenelopeComptonModel::Initialise(const 98 void G4PenelopeComptonModel::Initialise(const G4ParticleDefinition* part, 100 const G4DataVector&) 99 const G4DataVector&) 101 { 100 { 102 if (fVerboseLevel > 3) 101 if (fVerboseLevel > 3) 103 G4cout << "Calling G4PenelopeComptonModel: 102 G4cout << "Calling G4PenelopeComptonModel::Initialise()" << G4endl; 104 103 105 fAtomDeexcitation = G4LossTableManager::Inst 104 fAtomDeexcitation = G4LossTableManager::Instance()->AtomDeexcitation(); 106 //Issue warning if the AtomicDeexcitation ha 105 //Issue warning if the AtomicDeexcitation has not been declared 107 if (!fAtomDeexcitation) 106 if (!fAtomDeexcitation) 108 { 107 { 109 G4cout << G4endl; 108 G4cout << G4endl; 110 G4cout << "WARNING from G4PenelopeCompto 109 G4cout << "WARNING from G4PenelopeComptonModel " << G4endl; 111 G4cout << "Atomic de-excitation module i 110 G4cout << "Atomic de-excitation module is not instantiated, so there will not be "; 112 G4cout << "any fluorescence/Auger emissi 111 G4cout << "any fluorescence/Auger emission." << G4endl; 113 G4cout << "Please make sure this is inte 112 G4cout << "Please make sure this is intended" << G4endl; 114 } 113 } 115 114 116 SetParticle(part); 115 SetParticle(part); 117 116 118 if (IsMaster() && part == fParticle) 117 if (IsMaster() && part == fParticle) 119 { 118 { 120 119 121 if (fVerboseLevel > 0) 120 if (fVerboseLevel > 0) 122 { 121 { 123 G4cout << "Penelope Compton model v2008 is 122 G4cout << "Penelope Compton model v2008 is initialized " << G4endl 124 << "Energy range: " 123 << "Energy range: " 125 << LowEnergyLimit() / keV << " keV - " 124 << LowEnergyLimit() / keV << " keV - " 126 << HighEnergyLimit() / GeV << " GeV"; 125 << HighEnergyLimit() / GeV << " GeV"; 127 } 126 } 128 //Issue a warning, if the model is going 127 //Issue a warning, if the model is going to be used down to a 129 //energy which is outside the validity o 128 //energy which is outside the validity of the model itself 130 if (LowEnergyLimit() < fIntrinsicLowEner 129 if (LowEnergyLimit() < fIntrinsicLowEnergyLimit) 131 { 130 { 132 G4ExceptionDescription ed; 131 G4ExceptionDescription ed; 133 ed << "Using the Penelope Compton model ou 132 ed << "Using the Penelope Compton model outside its intrinsic validity range. " 134 << G4endl; 133 << G4endl; 135 ed << "-> LowEnergyLimit() in process = " 134 ed << "-> LowEnergyLimit() in process = " << LowEnergyLimit()/keV << "keV " << G4endl; 136 ed << "-> Instrinsic low-energy limit = " 135 ed << "-> Instrinsic low-energy limit = " << fIntrinsicLowEnergyLimit/keV << "keV " 137 << G4endl; 136 << G4endl; 138 ed << "Result of the simulation have to be 137 ed << "Result of the simulation have to be taken with care" << G4endl; 139 G4Exception("G4PenelopeComptonModel::Initi 138 G4Exception("G4PenelopeComptonModel::Initialise()", 140 "em2100",JustWarning,ed); 139 "em2100",JustWarning,ed); 141 } 140 } 142 } 141 } 143 142 144 if(fIsInitialised) return; 143 if(fIsInitialised) return; 145 fParticleChange = GetParticleChangeForGamma( 144 fParticleChange = GetParticleChangeForGamma(); 146 fIsInitialised = true; 145 fIsInitialised = true; 147 146 148 } 147 } 149 148 150 //....oooOO0OOooo........oooOO0OOooo........oo 149 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 151 150 152 void G4PenelopeComptonModel::InitialiseLocal(c 151 void G4PenelopeComptonModel::InitialiseLocal(const G4ParticleDefinition* part, 153 152 G4VEmModel *masterModel) 154 { 153 { 155 if (fVerboseLevel > 3) 154 if (fVerboseLevel > 3) 156 G4cout << "Calling G4PenelopeComptonModel 155 G4cout << "Calling G4PenelopeComptonModel::InitialiseLocal()" << G4endl; 157 // 156 // 158 //Check that particle matches: one might hav 157 //Check that particle matches: one might have multiple master models (e.g. 159 //for e+ and e-). 158 //for e+ and e-). 160 // 159 // 161 if (part == fParticle) 160 if (part == fParticle) 162 { 161 { 163 //Get the const table pointers from the 162 //Get the const table pointers from the master to the workers 164 const G4PenelopeComptonModel* theModel = 163 const G4PenelopeComptonModel* theModel = 165 static_cast<G4PenelopeComptonModel*> ( 164 static_cast<G4PenelopeComptonModel*> (masterModel); 166 165 167 //Same verbosity for all workers, as the 166 //Same verbosity for all workers, as the master 168 fVerboseLevel = theModel->fVerboseLevel; 167 fVerboseLevel = theModel->fVerboseLevel; 169 } 168 } 170 return; 169 return; 171 } 170 } 172 171 173 172 174 //....oooOO0OOooo........oooOO0OOooo........oo 173 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 175 174 176 G4double G4PenelopeComptonModel::CrossSectionP 175 G4double G4PenelopeComptonModel::CrossSectionPerVolume(const G4Material* material, 177 176 const G4ParticleDefinition* p, 178 177 G4double energy, 179 178 G4double, 180 179 G4double) 181 { 180 { 182 // Penelope model v2008 to calculate the Com 181 // Penelope model v2008 to calculate the Compton scattering cross section: 183 // D. Brusa et al., Nucl. Instrum. Meth. A 3 182 // D. Brusa et al., Nucl. Instrum. Meth. A 379 (1996) 167 184 // 183 // 185 // The cross section for Compton scattering 184 // The cross section for Compton scattering is calculated according to the Klein-Nishina 186 // formula for energy > 5 MeV. 185 // formula for energy > 5 MeV. 187 // For E < 5 MeV it is used a parametrizatio 186 // For E < 5 MeV it is used a parametrization for the differential cross-section dSigma/dOmega, 188 // which is integrated numerically in cos(th 187 // which is integrated numerically in cos(theta), G4PenelopeComptonModel::DifferentialCrossSection(). 189 // The parametrization includes the J(p) 188 // The parametrization includes the J(p) 190 // distribution profiles for the atomic shel 189 // distribution profiles for the atomic shells, that are tabulated from Hartree-Fock calculations 191 // from F. Biggs et al., At. Data Nucl. Data 190 // from F. Biggs et al., At. Data Nucl. Data Tables 16 (1975) 201 192 // 191 // 193 if (fVerboseLevel > 3) 192 if (fVerboseLevel > 3) 194 G4cout << "Calling CrossSectionPerVolume() 193 G4cout << "Calling CrossSectionPerVolume() of G4PenelopeComptonModel" << G4endl; 195 SetupForMaterial(p, material, energy); 194 SetupForMaterial(p, material, energy); 196 195 197 G4double cs = 0; 196 G4double cs = 0; 198 //Force null cross-section if below the low- 197 //Force null cross-section if below the low-energy edge of the table 199 if (energy < LowEnergyLimit()) 198 if (energy < LowEnergyLimit()) 200 return cs; 199 return cs; 201 200 202 //Retrieve the oscillator table for this mat 201 //Retrieve the oscillator table for this material 203 G4PenelopeOscillatorTable* theTable = fOscMa 202 G4PenelopeOscillatorTable* theTable = fOscManager->GetOscillatorTableCompton(material); 204 203 205 if (energy < 5*MeV) //explicit calculation f 204 if (energy < 5*MeV) //explicit calculation for E < 5 MeV 206 { 205 { 207 size_t numberOfOscillators = theTable->s 206 size_t numberOfOscillators = theTable->size(); 208 for (size_t i=0;i<numberOfOscillators;i+ 207 for (size_t i=0;i<numberOfOscillators;i++) 209 { 208 { 210 G4PenelopeOscillator* theOsc = (*theTable) 209 G4PenelopeOscillator* theOsc = (*theTable)[i]; 211 //sum contributions coming from each oscil 210 //sum contributions coming from each oscillator 212 cs += OscillatorTotalCrossSection(energy,t 211 cs += OscillatorTotalCrossSection(energy,theOsc); 213 } 212 } 214 } 213 } 215 else //use Klein-Nishina for E>5 MeV 214 else //use Klein-Nishina for E>5 MeV 216 cs = KleinNishinaCrossSection(energy,mater 215 cs = KleinNishinaCrossSection(energy,material); 217 216 218 //cross sections are in units of pi*classic_ 217 //cross sections are in units of pi*classic_electr_radius^2 219 cs *= pi*classic_electr_radius*classic_elect 218 cs *= pi*classic_electr_radius*classic_electr_radius; 220 219 221 //Now, cs is the cross section *per molecule 220 //Now, cs is the cross section *per molecule*, let's calculate the 222 //cross section per volume 221 //cross section per volume 223 G4double atomDensity = material->GetTotNbOfA 222 G4double atomDensity = material->GetTotNbOfAtomsPerVolume(); 224 G4double atPerMol = fOscManager->GetAtomsPe 223 G4double atPerMol = fOscManager->GetAtomsPerMolecule(material); 225 224 226 if (fVerboseLevel > 3) 225 if (fVerboseLevel > 3) 227 G4cout << "Material " << material->GetName 226 G4cout << "Material " << material->GetName() << " has " << atPerMol << 228 "atoms per molecule" << G4endl; 227 "atoms per molecule" << G4endl; 229 228 230 G4double moleculeDensity = 0.; 229 G4double moleculeDensity = 0.; 231 230 232 if (atPerMol) 231 if (atPerMol) 233 moleculeDensity = atomDensity/atPerMol; 232 moleculeDensity = atomDensity/atPerMol; 234 233 235 G4double csvolume = cs*moleculeDensity; 234 G4double csvolume = cs*moleculeDensity; 236 235 237 if (fVerboseLevel > 2) 236 if (fVerboseLevel > 2) 238 G4cout << "Compton mean free path at " << 237 G4cout << "Compton mean free path at " << energy/keV << " keV for material " << 239 material->GetName() << " = " << (1 238 material->GetName() << " = " << (1./csvolume)/mm << " mm" << G4endl; 240 return csvolume; 239 return csvolume; 241 } 240 } 242 241 243 //....oooOO0OOooo........oooOO0OOooo........oo 242 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 244 243 245 //This is a dummy method. Never inkoved by the 244 //This is a dummy method. Never inkoved by the tracking, it just issues 246 //a warning if one tries to get Cross Sections 245 //a warning if one tries to get Cross Sections per Atom via the 247 //G4EmCalculator. 246 //G4EmCalculator. 248 G4double G4PenelopeComptonModel::ComputeCrossS 247 G4double G4PenelopeComptonModel::ComputeCrossSectionPerAtom(const G4ParticleDefinition*, 249 248 G4double, 250 249 G4double, 251 250 G4double, 252 251 G4double, 253 252 G4double) 254 { 253 { 255 G4cout << "*** G4PenelopeComptonModel -- WAR 254 G4cout << "*** G4PenelopeComptonModel -- WARNING ***" << G4endl; 256 G4cout << "Penelope Compton model v2008 does 255 G4cout << "Penelope Compton model v2008 does not calculate cross section _per atom_ " << G4endl; 257 G4cout << "so the result is always zero. For 256 G4cout << "so the result is always zero. For physics values, please invoke " << G4endl; 258 G4cout << "GetCrossSectionPerVolume() or Get 257 G4cout << "GetCrossSectionPerVolume() or GetMeanFreePath() via the G4EmCalculator" << G4endl; 259 return 0; 258 return 0; 260 } 259 } 261 260 262 //....oooOO0OOooo........oooOO0OOooo........oo 261 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 263 262 264 void G4PenelopeComptonModel::SampleSecondaries 263 void G4PenelopeComptonModel::SampleSecondaries(std::vector<G4DynamicParticle*>* fvect, 265 const G4MaterialCutsCouple* c 264 const G4MaterialCutsCouple* couple, 266 const G4DynamicParticle* aDyna 265 const G4DynamicParticle* aDynamicGamma, 267 G4double, 266 G4double, 268 G4double) 267 G4double) 269 { 268 { 270 // Penelope model v2008 to sample the Compto 269 // Penelope model v2008 to sample the Compton scattering final state. 271 // D. Brusa et al., Nucl. Instrum. Meth. A 3 270 // D. Brusa et al., Nucl. Instrum. Meth. A 379 (1996) 167 272 // The model determines also the original sh 271 // The model determines also the original shell from which the electron is expelled, 273 // in order to produce fluorescence de-excit 272 // in order to produce fluorescence de-excitation (from G4DeexcitationManager) 274 // 273 // 275 // The final state for Compton scattering is 274 // The final state for Compton scattering is calculated according to the Klein-Nishina 276 // formula for energy > 5 MeV. In this case, 275 // formula for energy > 5 MeV. In this case, the Doppler broadening is negligible and 277 // one can assume that the target electron i 276 // one can assume that the target electron is at rest. 278 // For E < 5 MeV it is used the parametrizat 277 // For E < 5 MeV it is used the parametrization for the differential cross-section dSigma/dOmega, 279 // to sample the scattering angle and the en 278 // to sample the scattering angle and the energy of the emerging electron, which is 280 // G4PenelopeComptonModel::DifferentialCross 279 // G4PenelopeComptonModel::DifferentialCrossSection(). The rejection method is 281 // used to sample cos(theta). The efficiency 280 // used to sample cos(theta). The efficiency increases monotonically with photon energy and is 282 // nearly independent on the Z; typical valu 281 // nearly independent on the Z; typical values are 35%, 80% and 95% for 1 keV, 1 MeV and 10 MeV, 283 // respectively. 282 // respectively. 284 // The parametrization includes the J(p) dis 283 // The parametrization includes the J(p) distribution profiles for the atomic shells, that are 285 // tabulated 284 // tabulated 286 // from Hartree-Fock calculations from F. Bi 285 // from Hartree-Fock calculations from F. Biggs et al., At. Data Nucl. Data Tables 16 (1975) 201. 287 // Doppler broadening is included. 286 // Doppler broadening is included. 288 // 287 // 289 288 290 if (fVerboseLevel > 3) 289 if (fVerboseLevel > 3) 291 G4cout << "Calling SampleSecondaries() of 290 G4cout << "Calling SampleSecondaries() of G4PenelopeComptonModel" << G4endl; 292 291 293 G4double photonEnergy0 = aDynamicGamma->GetK 292 G4double photonEnergy0 = aDynamicGamma->GetKineticEnergy(); 294 293 295 // do nothing below the threshold 294 // do nothing below the threshold 296 // should never get here because the XS is z 295 // should never get here because the XS is zero below the limit 297 if(photonEnergy0 < LowEnergyLimit()) 296 if(photonEnergy0 < LowEnergyLimit()) 298 return; 297 return; 299 298 300 G4ParticleMomentum photonDirection0 = aDynam 299 G4ParticleMomentum photonDirection0 = aDynamicGamma->GetMomentumDirection(); 301 const G4Material* material = couple->GetMate 300 const G4Material* material = couple->GetMaterial(); 302 301 303 G4PenelopeOscillatorTable* theTable = fOscMa 302 G4PenelopeOscillatorTable* theTable = fOscManager->GetOscillatorTableCompton(material); 304 303 305 const G4int nmax = 64; 304 const G4int nmax = 64; 306 G4double rn[nmax]={0.0}; 305 G4double rn[nmax]={0.0}; 307 G4double pac[nmax]={0.0}; 306 G4double pac[nmax]={0.0}; 308 307 309 G4double S=0.0; 308 G4double S=0.0; 310 G4double epsilon = 0.0; 309 G4double epsilon = 0.0; 311 G4double cosTheta = 1.0; 310 G4double cosTheta = 1.0; 312 G4double hartreeFunc = 0.0; 311 G4double hartreeFunc = 0.0; 313 G4double oscStren = 0.0; 312 G4double oscStren = 0.0; 314 size_t numberOfOscillators = theTable->size( 313 size_t numberOfOscillators = theTable->size(); 315 size_t targetOscillator = 0; 314 size_t targetOscillator = 0; 316 G4double ionEnergy = 0.0*eV; 315 G4double ionEnergy = 0.0*eV; 317 316 318 G4double ek = photonEnergy0/electron_mass_c2 317 G4double ek = photonEnergy0/electron_mass_c2; 319 G4double ek2 = 2.*ek+1.0; 318 G4double ek2 = 2.*ek+1.0; 320 G4double eks = ek*ek; 319 G4double eks = ek*ek; 321 G4double ek1 = eks-ek2-1.0; 320 G4double ek1 = eks-ek2-1.0; 322 321 323 G4double taumin = 1.0/ek2; 322 G4double taumin = 1.0/ek2; 324 //This is meant to fix a possible (rare) flo << 325 //causing an infinite loop. The maximum of t << 326 //be represented (i.e. ~ 1. - 1e-16). Fix by << 327 static G4double taumax = std::nexttoward(1.0 << 328 if (fVerboseLevel > 3) << 329 G4cout << "G4PenelopeComptonModel: maximum << 330 //To here. << 331 G4double a1 = G4Log(ek2); 323 G4double a1 = G4Log(ek2); 332 G4double a2 = a1+2.0*ek*(1.0+ek)/(ek2*ek2); 324 G4double a2 = a1+2.0*ek*(1.0+ek)/(ek2*ek2); 333 325 334 G4double TST = 0; 326 G4double TST = 0; 335 G4double tau = 0.; 327 G4double tau = 0.; 336 328 337 //If the incoming photon is above 5 MeV, the 329 //If the incoming photon is above 5 MeV, the quicker approach based on the 338 //pure Klein-Nishina formula is used 330 //pure Klein-Nishina formula is used 339 if (photonEnergy0 > 5*MeV) 331 if (photonEnergy0 > 5*MeV) 340 { 332 { 341 do{ 333 do{ 342 do{ 334 do{ 343 if ((a2*G4UniformRand()) < a1) 335 if ((a2*G4UniformRand()) < a1) 344 tau = std::pow(taumin,G4UniformRand()); 336 tau = std::pow(taumin,G4UniformRand()); 345 else 337 else 346 tau = std::sqrt(1.0+G4UniformRand()*(tau 338 tau = std::sqrt(1.0+G4UniformRand()*(taumin*taumin-1.0)); 347 //rejection function 339 //rejection function 348 TST = (1.0+tau*(ek1+tau*(ek2+tau*eks)))/(e 340 TST = (1.0+tau*(ek1+tau*(ek2+tau*eks)))/(eks*tau*(1.0+tau*tau)); 349 }while (G4UniformRand()> TST); 341 }while (G4UniformRand()> TST); 350 if (tau > taumax) tau = taumax; //prevent FP << 351 epsilon=tau; 342 epsilon=tau; 352 cosTheta = 1.0 - (1.0-tau)/(ek*tau); 343 cosTheta = 1.0 - (1.0-tau)/(ek*tau); 353 344 354 //Target shell electrons 345 //Target shell electrons 355 TST = fOscManager->GetTotalZ(material)*G4Uni 346 TST = fOscManager->GetTotalZ(material)*G4UniformRand(); 356 targetOscillator = numberOfOscillators-1; // 347 targetOscillator = numberOfOscillators-1; //last level 357 S=0.0; 348 S=0.0; 358 G4bool levelFound = false; 349 G4bool levelFound = false; 359 for (size_t j=0;j<numberOfOscillators && !le 350 for (size_t j=0;j<numberOfOscillators && !levelFound; j++) 360 { 351 { 361 S += (*theTable)[j]->GetOscillatorStreng 352 S += (*theTable)[j]->GetOscillatorStrength(); 362 if (S > TST) 353 if (S > TST) 363 { 354 { 364 targetOscillator = j; 355 targetOscillator = j; 365 levelFound = true; 356 levelFound = true; 366 } 357 } 367 } 358 } 368 //check whether the level is valid 359 //check whether the level is valid 369 ionEnergy = (*theTable)[targetOscillator]->G 360 ionEnergy = (*theTable)[targetOscillator]->GetIonisationEnergy(); 370 }while((epsilon*photonEnergy0-photonEner 361 }while((epsilon*photonEnergy0-photonEnergy0+ionEnergy) >0); 371 } 362 } 372 else //photonEnergy0 < 5 MeV 363 else //photonEnergy0 < 5 MeV 373 { 364 { 374 //Incoherent scattering function for the 365 //Incoherent scattering function for theta=PI 375 G4double s0=0.0; 366 G4double s0=0.0; 376 G4double pzomc=0.0; 367 G4double pzomc=0.0; 377 G4double rni=0.0; 368 G4double rni=0.0; 378 G4double aux=0.0; 369 G4double aux=0.0; 379 for (size_t i=0;i<numberOfOscillators;i+ 370 for (size_t i=0;i<numberOfOscillators;i++) 380 { 371 { 381 ionEnergy = (*theTable)[i]->GetIonisationE 372 ionEnergy = (*theTable)[i]->GetIonisationEnergy(); 382 if (photonEnergy0 > ionEnergy) 373 if (photonEnergy0 > ionEnergy) 383 { 374 { 384 G4double aux2 = photonEnergy0*(photonE 375 G4double aux2 = photonEnergy0*(photonEnergy0-ionEnergy)*2.0; 385 hartreeFunc = (*theTable)[i]->GetHartr 376 hartreeFunc = (*theTable)[i]->GetHartreeFactor(); 386 oscStren = (*theTable)[i]->GetOscillat 377 oscStren = (*theTable)[i]->GetOscillatorStrength(); 387 pzomc = hartreeFunc*(aux2-electron_mas 378 pzomc = hartreeFunc*(aux2-electron_mass_c2*ionEnergy)/ 388 (electron_mass_c2*std::sqrt(2.0*aux2+ionEn 379 (electron_mass_c2*std::sqrt(2.0*aux2+ionEnergy*ionEnergy)); 389 if (pzomc > 0) 380 if (pzomc > 0) 390 rni = 1.0-0.5*G4Exp(0.5-(std::sqrt(0.5)+st 381 rni = 1.0-0.5*G4Exp(0.5-(std::sqrt(0.5)+std::sqrt(2.0)*pzomc)* 391 (std::sqrt(0.5)+std::sqrt(2.0)* 382 (std::sqrt(0.5)+std::sqrt(2.0)*pzomc)); 392 else 383 else 393 rni = 0.5*G4Exp(0.5-(std::sqrt(0.5)-std::s 384 rni = 0.5*G4Exp(0.5-(std::sqrt(0.5)-std::sqrt(2.0)*pzomc)* 394 (std::sqrt(0.5)-std::sqrt(2.0)*pzom 385 (std::sqrt(0.5)-std::sqrt(2.0)*pzomc)); 395 s0 += oscStren*rni; 386 s0 += oscStren*rni; 396 } 387 } 397 } 388 } 398 //Sampling tau 389 //Sampling tau 399 G4double cdt1 = 0.; 390 G4double cdt1 = 0.; 400 do 391 do 401 { 392 { 402 if ((G4UniformRand()*a2) < a1) 393 if ((G4UniformRand()*a2) < a1) 403 tau = std::pow(taumin,G4UniformRand()); 394 tau = std::pow(taumin,G4UniformRand()); 404 else 395 else 405 tau = std::sqrt(1.0+G4UniformRand()*(tau 396 tau = std::sqrt(1.0+G4UniformRand()*(taumin*taumin-1.0)); 406 if (tau > taumax) tau = taumax; //prevent << 407 cdt1 = (1.0-tau)/(ek*tau); 397 cdt1 = (1.0-tau)/(ek*tau); 408 //Incoherent scattering function 398 //Incoherent scattering function 409 S = 0.; 399 S = 0.; 410 for (size_t i=0;i<numberOfOscillators;i++) 400 for (size_t i=0;i<numberOfOscillators;i++) 411 { 401 { 412 ionEnergy = (*theTable)[i]->GetIonisat 402 ionEnergy = (*theTable)[i]->GetIonisationEnergy(); 413 if (photonEnergy0 > ionEnergy) //sum o 403 if (photonEnergy0 > ionEnergy) //sum only on excitable levels 414 { 404 { 415 aux = photonEnergy0*(photonEnergy0-ionEn 405 aux = photonEnergy0*(photonEnergy0-ionEnergy)*cdt1; 416 hartreeFunc = (*theTable)[i]->GetHartree 406 hartreeFunc = (*theTable)[i]->GetHartreeFactor(); 417 oscStren = (*theTable)[i]->GetOscillator 407 oscStren = (*theTable)[i]->GetOscillatorStrength(); 418 pzomc = hartreeFunc*(aux-electron_mass_c 408 pzomc = hartreeFunc*(aux-electron_mass_c2*ionEnergy)/ 419 (electron_mass_c2*std::sqrt(2.0*aux+io 409 (electron_mass_c2*std::sqrt(2.0*aux+ionEnergy*ionEnergy)); 420 if (pzomc > 0) 410 if (pzomc > 0) 421 rn[i] = 1.0-0.5*G4Exp(0.5-(std::sqrt(0 411 rn[i] = 1.0-0.5*G4Exp(0.5-(std::sqrt(0.5)+std::sqrt(2.0)*pzomc)* 422 (std::sqrt(0.5)+std::sqrt(2.0)* 412 (std::sqrt(0.5)+std::sqrt(2.0)*pzomc)); 423 else 413 else 424 rn[i] = 0.5*G4Exp(0.5-(std::sqrt(0.5)- 414 rn[i] = 0.5*G4Exp(0.5-(std::sqrt(0.5)-std::sqrt(2.0)*pzomc)* 425 (std::sqrt(0.5)-std::sqrt(2.0)*pzom 415 (std::sqrt(0.5)-std::sqrt(2.0)*pzomc)); 426 S += oscStren*rn[i]; 416 S += oscStren*rn[i]; 427 pac[i] = S; 417 pac[i] = S; 428 } 418 } 429 else 419 else 430 pac[i] = S-1e-6; 420 pac[i] = S-1e-6; 431 } 421 } 432 //Rejection function 422 //Rejection function 433 TST = S*(1.0+tau*(ek1+tau*(ek2+tau*eks)))/ 423 TST = S*(1.0+tau*(ek1+tau*(ek2+tau*eks)))/(eks*tau*(1.0+tau*tau)); 434 }while ((G4UniformRand()*s0) > TST); 424 }while ((G4UniformRand()*s0) > TST); 435 425 436 cosTheta = 1.0 - cdt1; 426 cosTheta = 1.0 - cdt1; 437 G4double fpzmax=0.0,fpz=0.0; 427 G4double fpzmax=0.0,fpz=0.0; 438 G4double A=0.0; 428 G4double A=0.0; 439 //Target electron shell 429 //Target electron shell 440 do 430 do 441 { 431 { 442 do 432 do 443 { 433 { 444 TST = S*G4UniformRand(); 434 TST = S*G4UniformRand(); 445 targetOscillator = numberOfOscillators 435 targetOscillator = numberOfOscillators-1; //last level 446 G4bool levelFound = false; 436 G4bool levelFound = false; 447 for (size_t i=0;i<numberOfOscillators 437 for (size_t i=0;i<numberOfOscillators && !levelFound;i++) 448 { 438 { 449 if (pac[i]>TST) 439 if (pac[i]>TST) 450 { 440 { 451 targetOscillator = i; 441 targetOscillator = i; 452 levelFound = true; 442 levelFound = true; 453 } 443 } 454 } 444 } 455 A = G4UniformRand()*rn[targetOscillato 445 A = G4UniformRand()*rn[targetOscillator]; 456 hartreeFunc = (*theTable)[targetOscill 446 hartreeFunc = (*theTable)[targetOscillator]->GetHartreeFactor(); 457 oscStren = (*theTable)[targetOscillato 447 oscStren = (*theTable)[targetOscillator]->GetOscillatorStrength(); 458 if (A < 0.5) 448 if (A < 0.5) 459 pzomc = (std::sqrt(0.5)-std::sqrt(0.5-G4Lo 449 pzomc = (std::sqrt(0.5)-std::sqrt(0.5-G4Log(2.0*A)))/ 460 (std::sqrt(2.0)*hartreeFunc); 450 (std::sqrt(2.0)*hartreeFunc); 461 else 451 else 462 pzomc = (std::sqrt(0.5-G4Log(2.0-2.0*A))-s 452 pzomc = (std::sqrt(0.5-G4Log(2.0-2.0*A))-std::sqrt(0.5))/ 463 (std::sqrt(2.0)*hartreeFunc); 453 (std::sqrt(2.0)*hartreeFunc); 464 } while (pzomc < -1); 454 } while (pzomc < -1); 465 455 466 // F(EP) rejection 456 // F(EP) rejection 467 G4double XQC = 1.0+tau*(tau-2.0*cosTheta); 457 G4double XQC = 1.0+tau*(tau-2.0*cosTheta); 468 G4double AF = std::sqrt(XQC)*(1.0+tau*(tau 458 G4double AF = std::sqrt(XQC)*(1.0+tau*(tau-cosTheta)/XQC); 469 if (AF > 0) 459 if (AF > 0) 470 fpzmax = 1.0+AF*0.2; 460 fpzmax = 1.0+AF*0.2; 471 else 461 else 472 fpzmax = 1.0-AF*0.2; 462 fpzmax = 1.0-AF*0.2; 473 fpz = 1.0+AF*std::max(std::min(pzomc,0.2), 463 fpz = 1.0+AF*std::max(std::min(pzomc,0.2),-0.2); 474 }while ((fpzmax*G4UniformRand())>fpz); 464 }while ((fpzmax*G4UniformRand())>fpz); 475 465 476 //Energy of the scattered photon 466 //Energy of the scattered photon 477 G4double T = pzomc*pzomc; 467 G4double T = pzomc*pzomc; 478 G4double b1 = 1.0-T*tau*tau; 468 G4double b1 = 1.0-T*tau*tau; 479 G4double b2 = 1.0-T*tau*cosTheta; 469 G4double b2 = 1.0-T*tau*cosTheta; 480 if (pzomc > 0.0) 470 if (pzomc > 0.0) 481 epsilon = (tau/b1)*(b2+std::sqrt(std::abs(b2 471 epsilon = (tau/b1)*(b2+std::sqrt(std::abs(b2*b2-b1*(1.0-T)))); 482 else 472 else 483 epsilon = (tau/b1)*(b2-std::sqrt(std::abs(b2 473 epsilon = (tau/b1)*(b2-std::sqrt(std::abs(b2*b2-b1*(1.0-T)))); 484 } //energy < 5 MeV 474 } //energy < 5 MeV 485 475 486 //Ok, the kinematics has been calculated. 476 //Ok, the kinematics has been calculated. 487 G4double sinTheta = std::sqrt(1-cosTheta*cos 477 G4double sinTheta = std::sqrt(1-cosTheta*cosTheta); 488 G4double phi = twopi * G4UniformRand() ; 478 G4double phi = twopi * G4UniformRand() ; 489 G4double dirx = sinTheta * std::cos(phi); 479 G4double dirx = sinTheta * std::cos(phi); 490 G4double diry = sinTheta * std::sin(phi); 480 G4double diry = sinTheta * std::sin(phi); 491 G4double dirz = cosTheta ; 481 G4double dirz = cosTheta ; 492 482 493 // Update G4VParticleChange for the scattere 483 // Update G4VParticleChange for the scattered photon 494 G4ThreeVector photonDirection1(dirx,diry,dir 484 G4ThreeVector photonDirection1(dirx,diry,dirz); 495 photonDirection1.rotateUz(photonDirection0); 485 photonDirection1.rotateUz(photonDirection0); 496 fParticleChange->ProposeMomentumDirection(ph 486 fParticleChange->ProposeMomentumDirection(photonDirection1) ; 497 487 498 G4double photonEnergy1 = epsilon * photonEne 488 G4double photonEnergy1 = epsilon * photonEnergy0; 499 489 500 if (photonEnergy1 > 0.) 490 if (photonEnergy1 > 0.) 501 fParticleChange->SetProposedKineticEnergy( 491 fParticleChange->SetProposedKineticEnergy(photonEnergy1) ; 502 else 492 else 503 { 493 { 504 fParticleChange->SetProposedKineticEnergy( 494 fParticleChange->SetProposedKineticEnergy(0.) ; 505 fParticleChange->ProposeTrackStatus(fStopA 495 fParticleChange->ProposeTrackStatus(fStopAndKill); 506 } 496 } 507 497 508 //Create scattered electron 498 //Create scattered electron 509 G4double diffEnergy = photonEnergy0*(1-epsil 499 G4double diffEnergy = photonEnergy0*(1-epsilon); 510 ionEnergy = (*theTable)[targetOscillator]->G 500 ionEnergy = (*theTable)[targetOscillator]->GetIonisationEnergy(); 511 501 512 G4double Q2 = 502 G4double Q2 = 513 photonEnergy0*photonEnergy0+photonEnergy1* 503 photonEnergy0*photonEnergy0+photonEnergy1*(photonEnergy1-2.0*photonEnergy0*cosTheta); 514 G4double cosThetaE = 0.; //scattering angle 504 G4double cosThetaE = 0.; //scattering angle for the electron 515 505 516 if (Q2 > 1.0e-12) 506 if (Q2 > 1.0e-12) 517 cosThetaE = (photonEnergy0-photonEnergy1*c 507 cosThetaE = (photonEnergy0-photonEnergy1*cosTheta)/std::sqrt(Q2); 518 else 508 else 519 cosThetaE = 1.0; 509 cosThetaE = 1.0; 520 G4double sinThetaE = std::sqrt(1-cosThetaE*c 510 G4double sinThetaE = std::sqrt(1-cosThetaE*cosThetaE); 521 511 522 //Now, try to handle fluorescence 512 //Now, try to handle fluorescence 523 //Notice: merged levels are indicated with Z 513 //Notice: merged levels are indicated with Z=0 and flag=30 524 G4int shFlag = (*theTable)[targetOscillator] 514 G4int shFlag = (*theTable)[targetOscillator]->GetShellFlag(); 525 G4int Z = (G4int) (*theTable)[targetOscillat 515 G4int Z = (G4int) (*theTable)[targetOscillator]->GetParentZ(); 526 516 527 //initialize here, then check photons create 517 //initialize here, then check photons created by Atomic-Deexcitation, and the final state e- 528 G4double bindingEnergy = 0.*eV; 518 G4double bindingEnergy = 0.*eV; 529 const G4AtomicShell* shell = 0; 519 const G4AtomicShell* shell = 0; 530 520 531 //Real level 521 //Real level 532 if (Z > 0 && shFlag<30) 522 if (Z > 0 && shFlag<30) 533 { 523 { 534 shell = fTransitionManager->Shell(Z,shFl 524 shell = fTransitionManager->Shell(Z,shFlag-1); 535 bindingEnergy = shell->BindingEnergy(); 525 bindingEnergy = shell->BindingEnergy(); 536 } 526 } 537 527 538 G4double ionEnergyInPenelopeDatabase = ionEn 528 G4double ionEnergyInPenelopeDatabase = ionEnergy; 539 //protection against energy non-conservation 529 //protection against energy non-conservation 540 ionEnergy = std::max(bindingEnergy,ionEnergy 530 ionEnergy = std::max(bindingEnergy,ionEnergyInPenelopeDatabase); 541 531 542 //subtract the excitation energy. If not emi 532 //subtract the excitation energy. If not emitted by fluorescence 543 //the ionization energy is deposited as loca 533 //the ionization energy is deposited as local energy deposition 544 G4double eKineticEnergy = diffEnergy - ionEn 534 G4double eKineticEnergy = diffEnergy - ionEnergy; 545 G4double localEnergyDeposit = ionEnergy; 535 G4double localEnergyDeposit = ionEnergy; 546 G4double energyInFluorescence = 0.; //testin 536 G4double energyInFluorescence = 0.; //testing purposes only 547 G4double energyInAuger = 0; //testing purpos 537 G4double energyInAuger = 0; //testing purposes 548 538 549 if (eKineticEnergy < 0) 539 if (eKineticEnergy < 0) 550 { 540 { 551 //It means that there was some problem/m 541 //It means that there was some problem/mismatch between the two databases. 552 //Try to make it work 542 //Try to make it work 553 //In this case available Energy (diffEne 543 //In this case available Energy (diffEnergy) < ionEnergy 554 //Full residual energy is deposited loca 544 //Full residual energy is deposited locally 555 localEnergyDeposit = diffEnergy; 545 localEnergyDeposit = diffEnergy; 556 eKineticEnergy = 0.0; 546 eKineticEnergy = 0.0; 557 } 547 } 558 548 559 //the local energy deposit is what remains: 549 //the local energy deposit is what remains: part of this may be spent for fluorescence. 560 //Notice: shell might be nullptr (invalid!) 550 //Notice: shell might be nullptr (invalid!) if shFlag=30. Must be protected 561 //Now, take care of fluorescence, if require 551 //Now, take care of fluorescence, if required 562 if (fAtomDeexcitation && shell) 552 if (fAtomDeexcitation && shell) 563 { 553 { 564 G4int index = couple->GetIndex(); 554 G4int index = couple->GetIndex(); 565 if (fAtomDeexcitation->CheckDeexcitation 555 if (fAtomDeexcitation->CheckDeexcitationActiveRegion(index)) 566 { 556 { 567 size_t nBefore = fvect->size(); 557 size_t nBefore = fvect->size(); 568 fAtomDeexcitation->GenerateParticles(fvect 558 fAtomDeexcitation->GenerateParticles(fvect,shell,Z,index); 569 size_t nAfter = fvect->size(); 559 size_t nAfter = fvect->size(); 570 560 571 if (nAfter > nBefore) //actual production 561 if (nAfter > nBefore) //actual production of fluorescence 572 { 562 { 573 for (size_t j=nBefore;j<nAfter;j++) // 563 for (size_t j=nBefore;j<nAfter;j++) //loop on products 574 { 564 { 575 G4double itsEnergy = ((*fvect)[j])->GetK 565 G4double itsEnergy = ((*fvect)[j])->GetKineticEnergy(); 576 if (itsEnergy < localEnergyDeposit) // v 566 if (itsEnergy < localEnergyDeposit) // valid secondary, generate it 577 { 567 { 578 localEnergyDeposit -= itsEnergy; 568 localEnergyDeposit -= itsEnergy; 579 if (((*fvect)[j])->GetParticleDefini 569 if (((*fvect)[j])->GetParticleDefinition() == G4Gamma::Definition()) 580 energyInFluorescence += itsEnergy; 570 energyInFluorescence += itsEnergy; 581 else if (((*fvect)[j])->GetParticleD 571 else if (((*fvect)[j])->GetParticleDefinition() == 582 G4Electron::Definition()) 572 G4Electron::Definition()) 583 energyInAuger += itsEnergy; 573 energyInAuger += itsEnergy; 584 } 574 } 585 else //invalid secondary: takes more tha 575 else //invalid secondary: takes more than the available energy: delete it 586 { 576 { 587 delete (*fvect)[j]; 577 delete (*fvect)[j]; 588 (*fvect)[j] = nullptr; 578 (*fvect)[j] = nullptr; 589 } 579 } 590 } 580 } 591 } 581 } 592 582 593 } 583 } 594 } 584 } 595 585 596 //Always produce explicitly the electron 586 //Always produce explicitly the electron 597 G4DynamicParticle* electron = 0; 587 G4DynamicParticle* electron = 0; 598 588 599 G4double xEl = sinThetaE * std::cos(phi+pi); 589 G4double xEl = sinThetaE * std::cos(phi+pi); 600 G4double yEl = sinThetaE * std::sin(phi+pi); 590 G4double yEl = sinThetaE * std::sin(phi+pi); 601 G4double zEl = cosThetaE; 591 G4double zEl = cosThetaE; 602 G4ThreeVector eDirection(xEl,yEl,zEl); //ele 592 G4ThreeVector eDirection(xEl,yEl,zEl); //electron direction 603 eDirection.rotateUz(photonDirection0); 593 eDirection.rotateUz(photonDirection0); 604 electron = new G4DynamicParticle (G4Electron 594 electron = new G4DynamicParticle (G4Electron::Electron(), 605 eDirection,eKineticEnergy) ; 595 eDirection,eKineticEnergy) ; 606 fvect->push_back(electron); 596 fvect->push_back(electron); 607 597 608 if (localEnergyDeposit < 0) //Should not be: 598 if (localEnergyDeposit < 0) //Should not be: issue a G4Exception (warning) 609 { 599 { 610 G4Exception("G4PenelopeComptonModel::Sam 600 G4Exception("G4PenelopeComptonModel::SampleSecondaries()", 611 "em2099",JustWarning,"WARNING: Negative 601 "em2099",JustWarning,"WARNING: Negative local energy deposit"); 612 localEnergyDeposit=0.; 602 localEnergyDeposit=0.; 613 } 603 } 614 fParticleChange->ProposeLocalEnergyDeposit(l 604 fParticleChange->ProposeLocalEnergyDeposit(localEnergyDeposit); 615 605 616 G4double electronEnergy = 0.; 606 G4double electronEnergy = 0.; 617 if (electron) 607 if (electron) 618 electronEnergy = eKineticEnergy; 608 electronEnergy = eKineticEnergy; 619 if (fVerboseLevel > 1) 609 if (fVerboseLevel > 1) 620 { 610 { 621 G4cout << "----------------------------- 611 G4cout << "-----------------------------------------------------------" << G4endl; 622 G4cout << "Energy balance from G4Penelop 612 G4cout << "Energy balance from G4PenelopeCompton" << G4endl; 623 G4cout << "Incoming photon energy: " << 613 G4cout << "Incoming photon energy: " << photonEnergy0/keV << " keV" << G4endl; 624 G4cout << "----------------------------- 614 G4cout << "-----------------------------------------------------------" << G4endl; 625 G4cout << "Scattered photon: " << photon 615 G4cout << "Scattered photon: " << photonEnergy1/keV << " keV" << G4endl; 626 G4cout << "Scattered electron " << elect 616 G4cout << "Scattered electron " << electronEnergy/keV << " keV" << G4endl; 627 if (energyInFluorescence) 617 if (energyInFluorescence) 628 G4cout << "Fluorescence x-rays: " << energyI 618 G4cout << "Fluorescence x-rays: " << energyInFluorescence/keV << " keV" << G4endl; 629 if (energyInAuger) 619 if (energyInAuger) 630 G4cout << "Auger electrons: " << energyInAug 620 G4cout << "Auger electrons: " << energyInAuger/keV << " keV" << G4endl; 631 G4cout << "Local energy deposit " << loc 621 G4cout << "Local energy deposit " << localEnergyDeposit/keV << " keV" << G4endl; 632 G4cout << "Total final state: " << (phot 622 G4cout << "Total final state: " << (photonEnergy1+electronEnergy+energyInFluorescence+ 633 localEnergyDeposit+energyInAuger)/ 623 localEnergyDeposit+energyInAuger)/keV << 634 " keV" << G4endl; 624 " keV" << G4endl; 635 G4cout << "----------------------------- 625 G4cout << "-----------------------------------------------------------" << G4endl; 636 } 626 } 637 if (fVerboseLevel > 0) 627 if (fVerboseLevel > 0) 638 { 628 { 639 G4double energyDiff = std::fabs(photonEn 629 G4double energyDiff = std::fabs(photonEnergy1+ 640 electronEnergy+energyInFluoresce 630 electronEnergy+energyInFluorescence+ 641 localEnergyDeposit+energyInAuger 631 localEnergyDeposit+energyInAuger-photonEnergy0); 642 if (energyDiff > 0.05*keV) 632 if (energyDiff > 0.05*keV) 643 G4cout << "Warning from G4PenelopeCompton: p 633 G4cout << "Warning from G4PenelopeCompton: problem with energy conservation: " << 644 (photonEnergy1+electronEnergy+energyInFluo 634 (photonEnergy1+electronEnergy+energyInFluorescence+energyInAuger+localEnergyDeposit)/keV << 645 " keV (final) vs. " << 635 " keV (final) vs. " << 646 photonEnergy0/keV << " keV (initial)" << G 636 photonEnergy0/keV << " keV (initial)" << G4endl; 647 } 637 } 648 } 638 } 649 639 650 //....oooOO0OOooo........oooOO0OOooo........oo 640 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 651 641 652 G4double G4PenelopeComptonModel::DifferentialC 642 G4double G4PenelopeComptonModel::DifferentialCrossSection(G4double cosTheta,G4double energy, 653 G4PenelopeOscillator* osc) 643 G4PenelopeOscillator* osc) 654 { 644 { 655 // 645 // 656 // Penelope model v2008. Single differential 646 // Penelope model v2008. Single differential cross section *per electron* 657 // for photon Compton scattering by 647 // for photon Compton scattering by 658 // electrons in the given atomic oscillator, 648 // electrons in the given atomic oscillator, differential in the direction of the 659 // scattering photon. This is in units of pi 649 // scattering photon. This is in units of pi*classic_electr_radius**2 660 // 650 // 661 // D. Brusa et al., Nucl. Instrum. Meth. A 3 651 // D. Brusa et al., Nucl. Instrum. Meth. A 379 (1996) 167 662 // The parametrization includes the J(p) dis 652 // The parametrization includes the J(p) distribution profiles for the atomic shells, 663 // that are tabulated from Hartree-Fock calc 653 // that are tabulated from Hartree-Fock calculations 664 // from F. Biggs et al., At. Data Nucl. Data 654 // from F. Biggs et al., At. Data Nucl. Data Tables 16 (1975) 201 665 // 655 // 666 G4double ionEnergy = osc->GetIonisationEnerg 656 G4double ionEnergy = osc->GetIonisationEnergy(); 667 G4double harFunc = osc->GetHartreeFactor(); 657 G4double harFunc = osc->GetHartreeFactor(); 668 658 669 static const G4double k2 = std::sqrt(2.); 659 static const G4double k2 = std::sqrt(2.); 670 static const G4double k1 = 1./k2; 660 static const G4double k1 = 1./k2; 671 661 672 if (energy < ionEnergy) 662 if (energy < ionEnergy) 673 return 0; 663 return 0; 674 664 675 //energy of the Compton line 665 //energy of the Compton line 676 G4double cdt1 = 1.0-cosTheta; 666 G4double cdt1 = 1.0-cosTheta; 677 G4double EOEC = 1.0+(energy/electron_mass_c2 667 G4double EOEC = 1.0+(energy/electron_mass_c2)*cdt1; 678 G4double ECOE = 1.0/EOEC; 668 G4double ECOE = 1.0/EOEC; 679 669 680 //Incoherent scattering function (analytical 670 //Incoherent scattering function (analytical profile) 681 G4double aux = energy*(energy-ionEnergy)*cdt 671 G4double aux = energy*(energy-ionEnergy)*cdt1; 682 G4double Pzimax = 672 G4double Pzimax = 683 (aux - electron_mass_c2*ionEnergy)/(electr 673 (aux - electron_mass_c2*ionEnergy)/(electron_mass_c2*std::sqrt(2*aux+ionEnergy*ionEnergy)); 684 G4double sia = 0.0; 674 G4double sia = 0.0; 685 G4double x = harFunc*Pzimax; 675 G4double x = harFunc*Pzimax; 686 if (x > 0) 676 if (x > 0) 687 sia = 1.0-0.5*G4Exp(0.5-(k1+k2*x)*(k1+k2*x 677 sia = 1.0-0.5*G4Exp(0.5-(k1+k2*x)*(k1+k2*x)); 688 else 678 else 689 sia = 0.5*G4Exp(0.5-(k1-k2*x)*(k1-k2*x)); 679 sia = 0.5*G4Exp(0.5-(k1-k2*x)*(k1-k2*x)); 690 680 691 //1st order correction, integral of Pz times 681 //1st order correction, integral of Pz times the Compton profile. 692 //Calculated approximately using a free-elec 682 //Calculated approximately using a free-electron gas profile 693 G4double pf = 3.0/(4.0*harFunc); 683 G4double pf = 3.0/(4.0*harFunc); 694 if (std::fabs(Pzimax) < pf) 684 if (std::fabs(Pzimax) < pf) 695 { 685 { 696 G4double QCOE2 = 1.0+ECOE*ECOE-2.0*ECOE* 686 G4double QCOE2 = 1.0+ECOE*ECOE-2.0*ECOE*cosTheta; 697 G4double p2 = Pzimax*Pzimax; 687 G4double p2 = Pzimax*Pzimax; 698 G4double dspz = std::sqrt(QCOE2)* 688 G4double dspz = std::sqrt(QCOE2)* 699 (1.0+ECOE*(ECOE-cosTheta)/QCOE2)*harFunc 689 (1.0+ECOE*(ECOE-cosTheta)/QCOE2)*harFunc 700 *0.25*(2*p2-(p2*p2)/(pf*pf)-(pf*pf)); 690 *0.25*(2*p2-(p2*p2)/(pf*pf)-(pf*pf)); 701 sia += std::max(dspz,-1.0*sia); 691 sia += std::max(dspz,-1.0*sia); 702 } 692 } 703 693 704 G4double XKN = EOEC+ECOE-1.0+cosTheta*cosThe 694 G4double XKN = EOEC+ECOE-1.0+cosTheta*cosTheta; 705 695 706 //Differential cross section (per electron, 696 //Differential cross section (per electron, in units of pi*classic_electr_radius**2) 707 G4double diffCS = ECOE*ECOE*XKN*sia; 697 G4double diffCS = ECOE*ECOE*XKN*sia; 708 698 709 return diffCS; 699 return diffCS; 710 } 700 } 711 701 712 //....oooOO0OOooo........oooOO0OOooo........oo 702 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 713 703 714 G4double G4PenelopeComptonModel::OscillatorTot 704 G4double G4PenelopeComptonModel::OscillatorTotalCrossSection(G4double energy,G4PenelopeOscillator* osc) 715 { 705 { 716 //Total cross section (integrated) for the g 706 //Total cross section (integrated) for the given oscillator in units of 717 //pi*classic_electr_radius^2 707 //pi*classic_electr_radius^2 718 708 719 //Integrate differential cross section for e 709 //Integrate differential cross section for each oscillator 720 G4double stre = osc->GetOscillatorStrength() 710 G4double stre = osc->GetOscillatorStrength(); 721 711 722 // here one uses the using the 20-point 712 // here one uses the using the 20-point 723 // Gauss quadrature method with an adaptive 713 // Gauss quadrature method with an adaptive bipartition scheme 724 const G4int npoints=10; 714 const G4int npoints=10; 725 const G4int ncallsmax=20000; 715 const G4int ncallsmax=20000; 726 const G4int nst=256; 716 const G4int nst=256; 727 static const G4double Abscissas[10] = {7.652 717 static const G4double Abscissas[10] = {7.652651133497334e-02,2.2778585114164508e-01,3.7370608871541956e-01, 728 5.1086700195082710e-01,6.36053680726 718 5.1086700195082710e-01,6.3605368072651503e-01,7.4633190646015079e-01, 729 8.3911697182221882e-01,9.12234428251 719 8.3911697182221882e-01,9.1223442825132591e-01,9.6397192727791379e-01, 730 9.9312859918509492e-01}; 720 9.9312859918509492e-01}; 731 static const G4double Weights[10] = {1.52753 721 static const G4double Weights[10] = {1.5275338713072585e-01,1.4917298647260375e-01,1.4209610931838205e-01, 732 1.3168863844917663e-01,1.1819453196151 722 1.3168863844917663e-01,1.1819453196151842e-01,1.0193011981724044e-01, 733 8.3276741576704749e-02,6.2672048334109 723 8.3276741576704749e-02,6.2672048334109064e-02,4.0601429800386941e-02, 734 1.7614007139152118e-02}; 724 1.7614007139152118e-02}; 735 725 736 G4double MaxError = 1e-5; 726 G4double MaxError = 1e-5; 737 //Error control 727 //Error control 738 G4double Ctol = std::min(std::max(MaxError,1 728 G4double Ctol = std::min(std::max(MaxError,1e-13),1e-02); 739 G4double Ptol = 0.01*Ctol; 729 G4double Ptol = 0.01*Ctol; 740 G4double Err=1e35; 730 G4double Err=1e35; 741 731 742 //Gauss integration from -1 to 1 732 //Gauss integration from -1 to 1 743 G4double LowPoint = -1.0; 733 G4double LowPoint = -1.0; 744 G4double HighPoint = 1.0; 734 G4double HighPoint = 1.0; 745 735 746 G4double h=HighPoint-LowPoint; 736 G4double h=HighPoint-LowPoint; 747 G4double sumga=0.0; 737 G4double sumga=0.0; 748 G4double a=0.5*(HighPoint-LowPoint); 738 G4double a=0.5*(HighPoint-LowPoint); 749 G4double b=0.5*(HighPoint+LowPoint); 739 G4double b=0.5*(HighPoint+LowPoint); 750 G4double c=a*Abscissas[0]; 740 G4double c=a*Abscissas[0]; 751 G4double d= Weights[0]* 741 G4double d= Weights[0]* 752 (DifferentialCrossSection(b+c,energy,osc)+ 742 (DifferentialCrossSection(b+c,energy,osc)+DifferentialCrossSection(b-c,energy,osc)); 753 for (G4int i=2;i<=npoints;i++) 743 for (G4int i=2;i<=npoints;i++) 754 { 744 { 755 c=a*Abscissas[i-1]; 745 c=a*Abscissas[i-1]; 756 d += Weights[i-1]* 746 d += Weights[i-1]* 757 (DifferentialCrossSection(b+c,energy,osc)+Di 747 (DifferentialCrossSection(b+c,energy,osc)+DifferentialCrossSection(b-c,energy,osc)); 758 } 748 } 759 G4int icall = 2*npoints; 749 G4int icall = 2*npoints; 760 G4int LH=1; 750 G4int LH=1; 761 G4double S[nst],x[nst],sn[nst],xrn[nst]; 751 G4double S[nst],x[nst],sn[nst],xrn[nst]; 762 S[0]=d*a; 752 S[0]=d*a; 763 x[0]=LowPoint; 753 x[0]=LowPoint; 764 754 765 G4bool loopAgain = true; 755 G4bool loopAgain = true; 766 756 767 //Adaptive bipartition scheme 757 //Adaptive bipartition scheme 768 do{ 758 do{ 769 G4double h0=h; 759 G4double h0=h; 770 h=0.5*h; //bipartition 760 h=0.5*h; //bipartition 771 G4double sumr=0; 761 G4double sumr=0; 772 G4int LHN=0; 762 G4int LHN=0; 773 G4double si,xa,xb,xc; 763 G4double si,xa,xb,xc; 774 for (G4int i=1;i<=LH;i++){ 764 for (G4int i=1;i<=LH;i++){ 775 si=S[i-1]; 765 si=S[i-1]; 776 xa=x[i-1]; 766 xa=x[i-1]; 777 xb=xa+h; 767 xb=xa+h; 778 xc=xa+h0; 768 xc=xa+h0; 779 a=0.5*(xb-xa); 769 a=0.5*(xb-xa); 780 b=0.5*(xb+xa); 770 b=0.5*(xb+xa); 781 c=a*Abscissas[0]; 771 c=a*Abscissas[0]; 782 G4double dLocal = Weights[0]* 772 G4double dLocal = Weights[0]* 783 (DifferentialCrossSection(b+c,energy,osc)+Di 773 (DifferentialCrossSection(b+c,energy,osc)+DifferentialCrossSection(b-c,energy,osc)); 784 774 785 for (G4int j=1;j<npoints;j++) 775 for (G4int j=1;j<npoints;j++) 786 { 776 { 787 c=a*Abscissas[j]; 777 c=a*Abscissas[j]; 788 dLocal += Weights[j]* 778 dLocal += Weights[j]* 789 (DifferentialCrossSection(b+c,energy,osc 779 (DifferentialCrossSection(b+c,energy,osc)+DifferentialCrossSection(b-c,energy,osc)); 790 } 780 } 791 G4double s1=dLocal*a; 781 G4double s1=dLocal*a; 792 a=0.5*(xc-xb); 782 a=0.5*(xc-xb); 793 b=0.5*(xc+xb); 783 b=0.5*(xc+xb); 794 c=a*Abscissas[0]; 784 c=a*Abscissas[0]; 795 dLocal=Weights[0]* 785 dLocal=Weights[0]* 796 (DifferentialCrossSection(b+c,energy,osc)+Di 786 (DifferentialCrossSection(b+c,energy,osc)+DifferentialCrossSection(b-c,energy,osc)); 797 787 798 for (G4int j=1;j<npoints;j++) 788 for (G4int j=1;j<npoints;j++) 799 { 789 { 800 c=a*Abscissas[j]; 790 c=a*Abscissas[j]; 801 dLocal += Weights[j]* 791 dLocal += Weights[j]* 802 (DifferentialCrossSection(b+c,energy,osc 792 (DifferentialCrossSection(b+c,energy,osc)+DifferentialCrossSection(b-c,energy,osc)); 803 } 793 } 804 G4double s2=dLocal*a; 794 G4double s2=dLocal*a; 805 icall=icall+4*npoints; 795 icall=icall+4*npoints; 806 G4double s12=s1+s2; 796 G4double s12=s1+s2; 807 if (std::abs(s12-si)<std::max(Ptol*std:: 797 if (std::abs(s12-si)<std::max(Ptol*std::abs(s12),1e-35)) 808 sumga += s12; 798 sumga += s12; 809 else 799 else 810 { 800 { 811 sumr += s12; 801 sumr += s12; 812 LHN += 2; 802 LHN += 2; 813 sn[LHN-1]=s2; 803 sn[LHN-1]=s2; 814 xrn[LHN-1]=xb; 804 xrn[LHN-1]=xb; 815 sn[LHN-2]=s1; 805 sn[LHN-2]=s1; 816 xrn[LHN-2]=xa; 806 xrn[LHN-2]=xa; 817 } 807 } 818 808 819 if (icall>ncallsmax || LHN>nst) 809 if (icall>ncallsmax || LHN>nst) 820 { 810 { 821 G4cout << "G4PenelopeComptonModel: " << G4 811 G4cout << "G4PenelopeComptonModel: " << G4endl; 822 G4cout << "LowPoint: " << LowPoint << ", H 812 G4cout << "LowPoint: " << LowPoint << ", High Point: " << HighPoint << G4endl; 823 G4cout << "Tolerance: " << MaxError << G4e 813 G4cout << "Tolerance: " << MaxError << G4endl; 824 G4cout << "Calls: " << icall << ", Integra 814 G4cout << "Calls: " << icall << ", Integral: " << sumga << ", Error: " << Err << G4endl; 825 G4cout << "Number of open subintervals: " 815 G4cout << "Number of open subintervals: " << LHN << G4endl; 826 G4cout << "WARNING: the required accuracy 816 G4cout << "WARNING: the required accuracy has not been attained" << G4endl; 827 loopAgain = false; 817 loopAgain = false; 828 } 818 } 829 } 819 } 830 Err=std::abs(sumr)/std::max(std::abs(sumr+ 820 Err=std::abs(sumr)/std::max(std::abs(sumr+sumga),1e-35); 831 if (Err < Ctol || LHN == 0) 821 if (Err < Ctol || LHN == 0) 832 loopAgain = false; //end of cycle 822 loopAgain = false; //end of cycle 833 LH=LHN; 823 LH=LHN; 834 for (G4int i=0;i<LH;i++) 824 for (G4int i=0;i<LH;i++) 835 { 825 { 836 S[i]=sn[i]; 826 S[i]=sn[i]; 837 x[i]=xrn[i]; 827 x[i]=xrn[i]; 838 } 828 } 839 }while(Ctol < 1.0 && loopAgain); 829 }while(Ctol < 1.0 && loopAgain); 840 830 841 G4double xs = stre*sumga; 831 G4double xs = stre*sumga; 842 832 843 return xs; 833 return xs; 844 } 834 } 845 835 846 //....oooOO0OOooo........oooOO0OOooo........oo 836 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 847 837 848 G4double G4PenelopeComptonModel::KleinNishinaC 838 G4double G4PenelopeComptonModel::KleinNishinaCrossSection(G4double energy, 849 const G4Material* material) 839 const G4Material* material) 850 { 840 { 851 // use Klein-Nishina formula 841 // use Klein-Nishina formula 852 // total cross section in units of pi*classi 842 // total cross section in units of pi*classic_electr_radius^2 853 G4double cs = 0; 843 G4double cs = 0; 854 844 855 G4double ek =energy/electron_mass_c2; 845 G4double ek =energy/electron_mass_c2; 856 G4double eks = ek*ek; 846 G4double eks = ek*ek; 857 G4double ek2 = 1.0+ek+ek; 847 G4double ek2 = 1.0+ek+ek; 858 G4double ek1 = eks-ek2-1.0; 848 G4double ek1 = eks-ek2-1.0; 859 849 860 G4double t0 = 1.0/ek2; 850 G4double t0 = 1.0/ek2; 861 G4double csl = 0.5*eks*t0*t0+ek2*t0+ek1*G4Lo 851 G4double csl = 0.5*eks*t0*t0+ek2*t0+ek1*G4Log(t0)-(1.0/t0); 862 852 863 G4PenelopeOscillatorTable* theTable = fOscMa 853 G4PenelopeOscillatorTable* theTable = fOscManager->GetOscillatorTableCompton(material); 864 854 865 for (size_t i=0;i<theTable->size();i++) 855 for (size_t i=0;i<theTable->size();i++) 866 { 856 { 867 G4PenelopeOscillator* theOsc = (*theTabl 857 G4PenelopeOscillator* theOsc = (*theTable)[i]; 868 G4double ionEnergy = theOsc->GetIonisati 858 G4double ionEnergy = theOsc->GetIonisationEnergy(); 869 G4double tau=(energy-ionEnergy)/energy; 859 G4double tau=(energy-ionEnergy)/energy; 870 if (tau > t0) 860 if (tau > t0) 871 { 861 { 872 G4double csu = 0.5*eks*tau*tau+ek2*tau+ek1 862 G4double csu = 0.5*eks*tau*tau+ek2*tau+ek1*G4Log(tau)-(1.0/tau); 873 G4double stre = theOsc->GetOscillatorStren 863 G4double stre = theOsc->GetOscillatorStrength(); 874 864 875 cs += stre*(csu-csl); 865 cs += stre*(csu-csl); 876 } 866 } 877 } 867 } 878 cs /= (ek*eks); 868 cs /= (ek*eks); 879 869 880 return cs; 870 return cs; 881 871 882 } 872 } 883 873 884 //....oooOO0OOooo........oooOO0OOooo........oo 874 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo... 885 875 886 void G4PenelopeComptonModel::SetParticle(const 876 void G4PenelopeComptonModel::SetParticle(const G4ParticleDefinition* p) 887 { 877 { 888 if(!fParticle) { 878 if(!fParticle) { 889 fParticle = p; 879 fParticle = p; 890 } 880 } 891 } 881 } 892 882