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: G4EmCorrections.cc,v 1.21 2007/05/08 17:50:06 vnivanch Exp $ >> 27 // GEANT4 tag $Name: geant4-08-03-patch-02 $ 26 // 28 // 27 // ------------------------------------------- 29 // ------------------------------------------------------------------- 28 // 30 // 29 // GEANT4 Class 31 // GEANT4 Class 30 // 32 // 31 // File name: G4EmCorrections 33 // File name: G4EmCorrections 32 // 34 // 33 // Author: Vladimir Ivanchenko 35 // Author: Vladimir Ivanchenko 34 // 36 // 35 // Creation date: 13.01.2005 37 // Creation date: 13.01.2005 36 // 38 // 37 // Modifications: 39 // Modifications: 38 // 05.05.2005 V.Ivanchenko Fix misprint in Mot 40 // 05.05.2005 V.Ivanchenko Fix misprint in Mott term 39 // 26.11.2005 V.Ivanchenko Fix effective charg 41 // 26.11.2005 V.Ivanchenko Fix effective charge for heavy ions using original paper 40 // 28.04.2006 V.Ivanchenko General cleanup, ad 42 // 28.04.2006 V.Ivanchenko General cleanup, add finite size corrections 41 // 13.05.2006 V.Ivanchenko Add corrections for 43 // 13.05.2006 V.Ivanchenko Add corrections for ion stopping 42 // 08.05.2007 V.Ivanchenko Use G4IonTable for 44 // 08.05.2007 V.Ivanchenko Use G4IonTable for ion mass instead of NistTable to avoid 43 // division by zero 45 // division by zero 44 // 29.02.2008 V.Ivanchenko use expantions for << 45 // 21.04.2008 Updated computations for ions (V << 46 // 20.05.2008 Removed Finite Size correction ( << 47 // 19.04.2012 Fix reproducibility problem (A.R << 48 // 46 // 49 // 47 // 50 // Class Description: 48 // Class Description: 51 // 49 // 52 // This class provides calculation of EM corre 50 // This class provides calculation of EM corrections to ionisation 53 // 51 // 54 52 55 // ------------------------------------------- 53 // ------------------------------------------------------------------- 56 // 54 // 57 55 58 #include "G4EmCorrections.hh" 56 #include "G4EmCorrections.hh" 59 #include "G4PhysicalConstants.hh" << 57 #include "Randomize.hh" 60 #include "G4SystemOfUnits.hh" << 58 #include "G4NistManager.hh" 61 #include "G4ParticleTable.hh" 59 #include "G4ParticleTable.hh" 62 #include "G4IonTable.hh" 60 #include "G4IonTable.hh" 63 #include "G4VEmModel.hh" 61 #include "G4VEmModel.hh" 64 #include "G4Proton.hh" 62 #include "G4Proton.hh" 65 #include "G4GenericIon.hh" << 63 #include "G4LPhysicsFreeVector.hh" 66 #include "G4PhysicsLogVector.hh" << 67 #include "G4ProductionCutsTable.hh" << 68 #include "G4MaterialCutsCouple.hh" << 69 #include "G4AtomicShells.hh" << 70 #include "G4Log.hh" << 71 #include "G4Exp.hh" << 72 #include "G4Pow.hh" << 73 64 74 //....oooOO0OOooo........oooOO0OOooo........oo 65 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 75 66 76 namespace << 67 G4EmCorrections::G4EmCorrections() 77 { 68 { 78 constexpr G4double inveplus = 1.0/CLHEP::epl << 69 Initialise(); 79 constexpr G4double alpha2 = CLHEP::fine_stru << 70 particle = 0; 80 } << 71 curParticle= 0; 81 const G4double G4EmCorrections::ZD[11] = << 72 material = 0; 82 {0., 0., 0., 1.72, 2.09, 2.48, 2.82, 3.16, << 73 curMaterial= 0; 83 const G4double G4EmCorrections::UK[20] = {1.99 << 74 curVector = 0; 84 2.0817, 2.0945, 2.0 << 75 kinEnergy = 0.0; 85 2.1197, 2.1246, 2.1 << 76 ionModel = 0; 86 2.1310, 2.1310, 2.1 << 77 nIons = 0; 87 const G4double G4EmCorrections::VK[20] = {8.34 << 78 verbose = 1; 88 8.3219, 8.3201, 8.3 << 79 massFactor = 1.0; 89 8.3191, 8.3199, 8.3 << 80 nist = G4NistManager::Instance(); 90 8.3244, 8.3264, 8.3 << 91 G4double G4EmCorrections::ZK[] = {0.0}; << 92 const G4double G4EmCorrections::Eta[29] = {0.0 << 93 0.03, 0.04, 0.05 << 94 0.1, 0.15, 0.2, << 95 0.5, 0.6, 0.7, << 96 1.2, 1.4, 1.5, << 97 G4double G4EmCorrections::CK[20][29]; << 98 G4double G4EmCorrections::CL[26][28]; << 99 const G4double G4EmCorrections::UL[] = {0.1215 << 100 1.4379, 1.5032, 1.5 << 101 1.8036, 1.8543, 1.8 << 102 1.9508, 1.9696, 1.9 << 103 2.0001, 2.0039, 2.0 << 104 G4double G4EmCorrections::VL[] = {0.0}; << 105 G4double G4EmCorrections::sWmaxBarkas = 10.0; << 106 << 107 G4PhysicsFreeVector* G4EmCorrections::sBarkasC << 108 G4PhysicsFreeVector* G4EmCorrections::sThetaK << 109 G4PhysicsFreeVector* G4EmCorrections::sThetaL << 110 << 111 G4EmCorrections::G4EmCorrections(G4int verb) << 112 : verbose(verb) << 113 { << 114 eth = 2.0*CLHEP::MeV; << 115 eCorrMin = 25.*CLHEP::keV; << 116 eCorrMax = 1.*CLHEP::GeV; << 117 << 118 ionTable = G4ParticleTable::GetParticleTable << 119 g4calc = G4Pow::GetInstance(); << 120 << 121 // fill vectors << 122 if (nullptr == sBarkasCorr) { << 123 Initialise(); << 124 isInitializer = true; << 125 } << 126 } 81 } 127 82 128 //....oooOO0OOooo........oooOO0OOooo........oo 83 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 129 84 130 G4EmCorrections::~G4EmCorrections() 85 G4EmCorrections::~G4EmCorrections() 131 { 86 { 132 for (G4int i=0; i<nIons; ++i) { delete stopD << 87 for(G4int i=0; i<nIons; i++) {delete stopData[i];} 133 if (isInitializer) { << 134 delete sBarkasCorr; << 135 delete sThetaK; << 136 delete sThetaL; << 137 sBarkasCorr = sThetaK = sThetaL = nullptr; << 138 } << 139 } << 140 << 141 void G4EmCorrections::SetupKinematics(const G4 << 142 const G4Material* mat, << 143 const G4double kineticEnergy) << 144 { << 145 if(kineticEnergy != kinEnergy || p != partic << 146 particle = p; << 147 kinEnergy = kineticEnergy; << 148 mass = p->GetPDGMass(); << 149 tau = kineticEnergy / mass; << 150 gamma = 1.0 + tau; << 151 bg2 = tau * (tau+2.0); << 152 beta2 = bg2/(gamma*gamma); << 153 beta = std::sqrt(beta2); << 154 ba2 = beta2/alpha2; << 155 const G4double ratio = CLHEP::electron_mas << 156 tmax = 2.0*CLHEP::electron_mass_c2*bg2 << 157 /(1. + 2.0*gamma*ratio + ratio*ratio); << 158 charge = p->GetPDGCharge()*inveplus; << 159 if(charge > 1.5) { charge = effCharge.Effe << 160 q2 = charge*charge; << 161 } << 162 if(mat != material) { << 163 material = mat; << 164 theElementVector = material->GetElementVec << 165 atomDensity = material->GetAtomicNumDensi << 166 numberOfElements = (G4int)material->GetNum << 167 } << 168 } 88 } 169 89 170 //....oooOO0OOooo........oooOO0OOooo........oo 90 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 171 91 172 G4double G4EmCorrections::HighOrderCorrections 92 G4double G4EmCorrections::HighOrderCorrections(const G4ParticleDefinition* p, 173 93 const G4Material* mat, 174 << 94 G4double e) 175 { << 176 // . Z^3 Barkas effect in the stopping power << 177 // J.C Ashley and R.H.Ritchie << 178 // Physical review B Vol.5 No.7 1 April 19 << 179 // and ICRU49 report << 180 // valid for kineticEnergy < 0.5 MeV << 181 // Other corrections from S.P.Ahlen Rev. M << 182 << 183 SetupKinematics(p, mat, e); << 184 if(tau <= 0.0) { return 0.0; } << 185 << 186 const G4double Barkas = BarkasCorrection(p, << 187 const G4double Bloch = BlochCorrection(p, m << 188 const G4double Mott = MottCorrection(p, mat, << 189 << 190 G4double sum = 2.0*(Barkas + Bloch) + Mott; << 191 << 192 if(verbose > 1) { << 193 G4cout << "EmCorrections: E(MeV)= " << e/M << 194 << " Bloch= " << Bloch << " Mott= " << 195 << " Sum= " << sum << " q2= " << q2 << 196 G4cout << " ShellCorrection: " << ShellCor << 197 << " Kshell= " << KShellCorrection( << 198 << " Lshell= " << LShellCorrection( << 199 << " " << mat->GetName() << G4end << 200 } << 201 sum *= material->GetElectronDensity()*q2*CLH << 202 return sum; << 203 } << 204 << 205 //....oooOO0OOooo........oooOO0OOooo........oo << 206 << 207 G4double G4EmCorrections::IonBarkasCorrection( << 208 << 209 << 210 { 95 { 211 SetupKinematics(p, mat, e); << 96 // . Z^3 Barkas effect in the stopping power of matter for charged particles 212 return 2.0*BarkasCorrection(p, mat, e, true) << 97 // J.C Ashley and R.H.Ritchie 213 material->GetElectronDensity() * q2 * CLHE << 98 // Physical review B Vol.5 No.7 1 April 1972 pagg. 2393-2397 214 } << 99 // and ICRU49 report 215 << 100 // valid for kineticEnergy < 0.5 MeV 216 //....oooOO0OOooo........oooOO0OOooo........oo << 101 // Other corrections from S.P.Ahlen Rev. Mod. Phys., Vol 52, No1, 1980 217 102 218 G4double G4EmCorrections::ComputeIonCorrection << 219 << 220 << 221 { << 222 // . Z^3 Barkas effect in the stopping power << 223 // J.C Ashley and R.H.Ritchie << 224 // Physical review B Vol.5 No.7 1 April 19 << 225 // and ICRU49 report << 226 // valid for kineticEnergy < 0.5 MeV << 227 // Other corrections from S.P.Ahlen Rev. M << 228 SetupKinematics(p, mat, e); 103 SetupKinematics(p, mat, e); 229 if(tau <= 0.0) { return 0.0; } << 104 if(tau <= 0.0) return 0.0; 230 105 231 const G4double Barkas = BarkasCorrection (p, << 106 G4double Barkas = BarkasCorrection (p, mat, e); 232 const G4double Bloch = BlochCorrection (p, << 107 G4double Bloch = BlochCorrection (p, mat, e); 233 const G4double Mott = MottCorrection (p, mat << 108 G4double Mott = MottCorrection (p, mat, e); >> 109 G4double FSize = FiniteSizeCorrection (p, mat, e); 234 110 235 G4double sum = 2.0*(Barkas*(charge - 1.0)/ch << 111 G4double sum = (2.0*(Barkas + Bloch) + FSize + Mott); 236 112 237 if(verbose > 1) { << 113 if(verbose > 1) 238 G4cout << "EmCorrections: E(MeV)= " << e/M 114 G4cout << "EmCorrections: E(MeV)= " << e/MeV << " Barkas= " << Barkas 239 << " Bloch= " << Bloch << " Mott= " << 115 << " Bloch= " << Bloch << " Mott= " << Mott << " Fsize= " << FSize 240 << " Sum= " << sum << G4endl; << 116 << " Sum= " << sum << G4endl; 241 } << 242 sum *= material->GetElectronDensity() * q2 * << 243 117 244 if(verbose > 1) { G4cout << " Sum= " << sum << 118 sum *= material->GetElectronDensity() * q2 * twopi_mc2_rcl2 /beta2; 245 return sum; << 246 } << 247 << 248 //....oooOO0OOooo........oooOO0OOooo........oo << 249 << 250 G4double G4EmCorrections::IonHighOrderCorrecti << 251 << 252 << 253 { << 254 // . Z^3 Barkas effect in the stopping power << 255 // J.C Ashley and R.H.Ritchie << 256 // Physical review B Vol.5 No.7 1 April 19 << 257 // and ICRU49 report << 258 // valid for kineticEnergy < 0.5 MeV << 259 // Other corrections from S.P.Ahlen Rev. M << 260 << 261 G4double sum = 0.0; << 262 << 263 if (nullptr != ionHEModel) { << 264 G4int Z = G4lrint(p->GetPDGCharge()*invepl << 265 Z = std::max(std::min(Z, 99), 1); << 266 << 267 const G4double ethscaled = eth*p->GetPDGMa << 268 const G4int ionPDG = p->GetPDGEncoding(); << 269 auto iter = thcorr.find(ionPDG); << 270 if (iter == thcorr.end()) { // Not found: << 271 std::vector<G4double> v; << 272 for(std::size_t i=0; i<ncouples; ++i){ << 273 v.push_back(ethscaled*ComputeIonCorrec << 274 } << 275 thcorr.insert(std::pair< G4int, std::vec << 276 } << 277 G4double rest = 0.0; << 278 iter = thcorr.find(ionPDG); << 279 if (iter != thcorr.end()) { rest = (iter-> << 280 << 281 sum = ComputeIonCorrections(p,couple->GetM << 282 << 283 if(verbose > 1) { << 284 G4cout << " Sum= " << sum << " dSum= " < << 285 } << 286 } << 287 return sum; 119 return sum; 288 } 120 } 289 121 290 //....oooOO0OOooo........oooOO0OOooo........oo 122 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 291 123 292 G4double G4EmCorrections::Bethe(const G4Partic 124 G4double G4EmCorrections::Bethe(const G4ParticleDefinition* p, 293 const G4Materi << 125 const G4Material* mat, 294 const G4double << 126 G4double e) 295 { 127 { 296 SetupKinematics(p, mat, e); 128 SetupKinematics(p, mat, e); 297 const G4double eexc = material->GetIonisati << 129 G4double eexc = material->GetIonisation()->GetMeanExcitationEnergy(); 298 const G4double eexc2 = eexc*eexc; << 130 G4double eexc2 = eexc*eexc; 299 return 0.5*G4Log(2.0*electron_mass_c2*bg2*tm << 131 G4double dedx = 0.5*std::log(2.0*electron_mass_c2*bg2*tmax/eexc2)-beta2; >> 132 return dedx; 300 } 133 } 301 134 302 //....oooOO0OOooo........oooOO0OOooo........oo 135 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 303 136 304 G4double G4EmCorrections::SpinCorrection(const 137 G4double G4EmCorrections::SpinCorrection(const G4ParticleDefinition* p, 305 const << 138 const G4Material* mat, 306 const << 139 G4double e) 307 { 140 { 308 SetupKinematics(p, mat, e); 141 SetupKinematics(p, mat, e); 309 const G4double dedx = 0.5*tmax/(kinEnergy + << 142 G4double dedx = 0.5*tmax/(kinEnergy + mass); 310 return 0.5*dedx*dedx; 143 return 0.5*dedx*dedx; 311 } 144 } 312 145 313 //....oooOO0OOooo........oooOO0OOooo........oo 146 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 314 147 315 G4double G4EmCorrections:: KShellCorrection(co 148 G4double G4EmCorrections:: KShellCorrection(const G4ParticleDefinition* p, 316 co << 149 const G4Material* mat, 317 co << 150 G4double e) 318 { 151 { 319 SetupKinematics(p, mat, e); 152 SetupKinematics(p, mat, e); 320 G4double term = 0.0; 153 G4double term = 0.0; 321 for (G4int i = 0; i<numberOfElements; ++i) { << 154 for (G4int i = 0; i<numberOfElements; i++) { 322 155 323 G4double Z = (*theElementVector)[i]->GetZ( 156 G4double Z = (*theElementVector)[i]->GetZ(); 324 G4int iz = (*theElementVector)[i]->GetZa << 157 G4int iz = G4int(Z); 325 G4double f = 1.0; 158 G4double f = 1.0; 326 G4double Z2= (Z-0.3)*(Z-0.3); 159 G4double Z2= (Z-0.3)*(Z-0.3); 327 if(1 == iz) { 160 if(1 == iz) { 328 f = 0.5; 161 f = 0.5; 329 Z2 = 1.0; 162 Z2 = 1.0; 330 } 163 } 331 const G4double eta = ba2/Z2; << 164 G4double e0= 13.6*eV*Z2; 332 const G4double tet = (11 < iz) ? sThetaK-> << 165 term += f*atomDensity[i]*KShell(shells.GetBindingEnergy(iz,0)/e0,ba2/Z2)/Z; 333 term += f*atomDensity[i]*KShell(tet,eta)/Z << 334 } 166 } 335 167 336 term /= material->GetTotNbOfAtomsPerVolume() 168 term /= material->GetTotNbOfAtomsPerVolume(); 337 169 338 return term; 170 return term; 339 } 171 } 340 172 341 //....oooOO0OOooo........oooOO0OOooo........oo 173 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 342 174 343 G4double G4EmCorrections:: LShellCorrection(co 175 G4double G4EmCorrections:: LShellCorrection(const G4ParticleDefinition* p, 344 co << 176 const G4Material* mat, 345 co << 177 G4double e) 346 { 178 { 347 SetupKinematics(p, mat, e); 179 SetupKinematics(p, mat, e); 348 G4double term = 0.0; 180 G4double term = 0.0; 349 for (G4int i = 0; i<numberOfElements; ++i) { << 181 for (G4int i = 0; i<numberOfElements; i++) { 350 182 351 const G4double Z = (*theElementVector)[i]- << 183 G4double Z = (*theElementVector)[i]->GetZ(); 352 const G4int iz = (*theElementVector)[i]->G << 184 G4int iz = G4int(Z); 353 if(2 < iz) { 185 if(2 < iz) { 354 const G4double Zeff = (iz < 10) ? Z - ZD << 186 G4double Zeff = Z - ZD[10]; 355 const G4double Z2= Zeff*Zeff; << 187 if(iz < 10) Zeff = Z - ZD[iz]; 356 const G4double eta = ba2/Z2; << 188 G4double Z2= Zeff*Zeff; 357 G4double tet = sThetaL->Value(Z); << 189 G4double e0= 13.6*eV*Z2*0.25; 358 G4int nmax = std::min(4, G4AtomicShells: << 190 G4double f = 0.125; 359 for (G4int j=1; j<nmax; ++j) { << 191 G4int nmax = std::min(4,shells.GetNumberOfShells(iz)); 360 G4int ne = G4AtomicShells::GetNumberOf << 192 for(G4int j=1; j<nmax; j++) { 361 if (15 >= iz) { << 193 G4double ne = G4double(shells.GetNumberOfElectrons(iz,j)); 362 tet = (3 > j) ? 0.25*Z2*(1.0 + 5*Z2* << 194 G4double e1 = shells.GetBindingEnergy(iz,j); 363 0.25*Z2*(1.0 + Z2*alpha2/16.); << 195 // G4cout << "LShell: j= " << j << " ne= " << ne << " e(eV)= " << e/eV 364 } << 196 // << " e0(eV)= " << e0/eV << G4endl; 365 //G4cout << " LShell: j= " << j << " n << 197 term += f*ne*atomDensity[i]*LShell(e1/e0,ba2/Z2)/Z; 366 // << " ThetaL= " << tet << G4en << 367 term += 0.125*ne*atomDensity[i]*LShell << 368 } 198 } 369 } 199 } 370 } 200 } 371 201 372 term /= material->GetTotNbOfAtomsPerVolume() 202 term /= material->GetTotNbOfAtomsPerVolume(); 373 203 374 return term; 204 return term; 375 } 205 } 376 206 377 //....oooOO0OOooo........oooOO0OOooo........oo 207 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 378 208 379 G4double G4EmCorrections::KShell(const G4doubl << 209 G4double G4EmCorrections::KShell(G4double tet, G4double eta) 380 { 210 { 381 G4double corr = 0.0; 211 G4double corr = 0.0; 382 212 383 static const G4double TheK[20] = << 384 {0.64, 0.65, 0.66, 0.68, 0.70, 0.72, 0.74, << 385 0.80, 0.82, 0.84, 0.85, 0.86, 0.88, 0.90, << 386 << 387 << 388 G4double x = tet; 213 G4double x = tet; 389 G4int itet = 0; << 214 if(tet < TheK[0]) x = TheK[0]; 390 G4int ieta = 0; << 215 G4int itet = Index(x, TheK, nK); 391 if(tet < TheK[0]) { << 216 392 x = TheK[0]; << 217 // assimptotic case 393 } else if(tet > TheK[nK-1]) { << 394 x = TheK[nK-1]; << 395 itet = nK-2; << 396 } else { << 397 itet = Index(x, TheK, nK); << 398 } << 399 // asymptotic case << 400 if(eta >= Eta[nEtaK-1]) { 218 if(eta >= Eta[nEtaK-1]) { 401 corr = << 219 corr = (Value(x, TheK[itet], TheK[itet+1], UK[itet], UK[itet+1]) + 402 (Value(x, TheK[itet], TheK[itet+1], UK[i << 220 Value(x, TheK[itet], TheK[itet+1], VK[itet], VK[itet+1])/eta + 403 Value(x, TheK[itet], TheK[itet+1], VK[i << 221 Value(x, TheK[itet], TheK[itet+1], ZK[itet], ZK[itet+1])/(eta*eta))/eta; 404 Value(x, TheK[itet], TheK[itet+1], ZK[i << 405 } else { 222 } else { 406 G4double y = eta; 223 G4double y = eta; 407 if(eta < Eta[0]) { << 224 if(eta < Eta[0]) y = Eta[0]; 408 y = Eta[0]; << 225 G4int ieta = Index(y, Eta, nEtaK); 409 } else { << 410 ieta = Index(y, Eta, nEtaK); << 411 } << 412 corr = Value2(x, y, TheK[itet], TheK[itet+ 226 corr = Value2(x, y, TheK[itet], TheK[itet+1], Eta[ieta], Eta[ieta+1], 413 CK[itet][ieta], CK[itet+1][i << 227 CK[itet][ieta], CK[itet+1][ieta], CK[itet][ieta+1], CK[itet+1][ieta+1]); 414 CK[itet][ieta+1], CK[itet+1] << 415 //G4cout << " x= " <<x<<" y= "<<y<<" tet 228 //G4cout << " x= " <<x<<" y= "<<y<<" tet= " <<TheK[itet] 416 // <<" "<< TheK[itet+1]<<" eta= << 229 //<<" "<< TheK[itet+1]<<" eta= "<< Eta[ieta]<<" "<< Eta[ieta+1] 417 // <<" CK= " << CK[itet][ieta]<< << 230 // <<" CK= " << CK[itet][ieta]<<" "<< CK[itet+1][ieta] 418 // <<" "<< CK[itet][ieta+1]<<" " << 231 //<<" "<< CK[itet][ieta+1]<<" "<< CK[itet+1][ieta+1]<<G4endl; 419 } 232 } 420 //G4cout << "Kshell: tet= " << tet << " eta 233 //G4cout << "Kshell: tet= " << tet << " eta= " << eta << " C= " << corr 421 // << " itet= " << itet << " ieta= << 234 //<< " itet,ieta= " << itet <<G4endl; 422 return corr; 235 return corr; 423 } 236 } 424 237 425 //....oooOO0OOooo........oooOO0OOooo........oo 238 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 426 239 427 G4double G4EmCorrections::LShell(const G4doubl << 240 G4double G4EmCorrections::LShell(G4double tet, G4double eta) 428 { 241 { 429 G4double corr = 0.0; 242 G4double corr = 0.0; 430 243 431 static const G4double TheL[26] = << 432 {0.24, 0.26, 0.28, 0.30, 0.32, 0.34, 0.3 << 433 0.42, 0.44, 0.45, 0.46, 0.48, 0.50, 0.5 << 434 0.58, 0.60, 0.62, 0.64, 0.65, 0.66}; << 435 << 436 G4double x = tet; 244 G4double x = tet; 437 G4int itet = 0; << 245 if(tet < TheL[0]) x = TheL[0]; 438 G4int ieta = 0; << 246 G4int itet = Index(x, TheL, nL); 439 if(tet < TheL[0]) { << 440 x = TheL[0]; << 441 } else if(tet > TheL[nL-1]) { << 442 x = TheL[nL-1]; << 443 itet = nL-2; << 444 } else { << 445 itet = Index(x, TheL, nL); << 446 } << 447 247 448 // asymptotic case << 248 // assimptotic case 449 if(eta >= Eta[nEtaL-1]) { 249 if(eta >= Eta[nEtaL-1]) { 450 corr = (Value(x, TheL[itet], TheL[itet+1], 250 corr = (Value(x, TheL[itet], TheL[itet+1], UL[itet], UL[itet+1]) 451 + Value(x, TheL[itet], TheL[itet << 251 + Value(x, TheL[itet], TheL[itet+1], VL[itet], VL[itet+1])/eta 452 )/eta; << 252 )/eta; 453 } else { 253 } else { 454 G4double y = eta; 254 G4double y = eta; 455 if(eta < Eta[0]) { << 255 if(eta < Eta[0]) y = Eta[0]; 456 y = Eta[0]; << 256 G4int ieta = Index(y, Eta, nEtaL); 457 } else { << 458 ieta = Index(y, Eta, nEtaL); << 459 } << 460 corr = Value2(x, y, TheL[itet], TheL[itet+ 257 corr = Value2(x, y, TheL[itet], TheL[itet+1], Eta[ieta], Eta[ieta+1], 461 CL[itet][ieta], CL[itet+1][i << 258 CL[itet][ieta], CL[itet+1][ieta], CL[itet][ieta+1], CL[itet+1][ieta+1]); 462 CL[itet][ieta+1], CL[itet+1] << 463 //G4cout << " x= " <<x<<" y= "<<y<<" tet 259 //G4cout << " x= " <<x<<" y= "<<y<<" tet= " <<TheL[itet] 464 // <<" "<< TheL[itet+1]<<" eta= << 260 //<<" "<< TheL[itet+1]<<" eta= "<< Eta[ieta]<<" "<< Eta[ieta+1] 465 // <<" CL= " << CL[itet][ieta]<< << 261 // <<" CL= " << CL[itet][ieta]<<" "<< CL[itet+1][ieta] 466 // <<" "<< CL[itet][ieta+1]<<" " << 262 //<<" "<< CL[itet][ieta+1]<<" "<< CL[itet+1][ieta+1]<<G4endl; 467 } 263 } 468 //G4cout<<"Lshell: tet= "<<tet<<" eta= "<<e << 264 // G4cout << "Lshell: tet= " << tet << " eta= " << eta << " C= " << corr << " itet= " << itet <<G4endl; 469 // <<" ieta= "<<ieta<<" Corr= "<<cor << 470 return corr; 265 return corr; 471 } 266 } 472 267 473 //....oooOO0OOooo........oooOO0OOooo........oo 268 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 474 269 475 G4double G4EmCorrections::ShellCorrectionSTD(c 270 G4double G4EmCorrections::ShellCorrectionSTD(const G4ParticleDefinition* p, 476 c << 271 const G4Material* mat, 477 c << 272 G4double e) 478 { 273 { 479 SetupKinematics(p, mat, e); 274 SetupKinematics(p, mat, e); 480 G4double taulim= 8.0*MeV/mass; 275 G4double taulim= 8.0*MeV/mass; 481 G4double bg2lim= taulim * (taulim+2.0); 276 G4double bg2lim= taulim * (taulim+2.0); 482 277 483 G4double* shellCorrectionVector = 278 G4double* shellCorrectionVector = 484 material->GetIonisation()->GetShel 279 material->GetIonisation()->GetShellCorrectionVector(); 485 G4double sh = 0.0; 280 G4double sh = 0.0; 486 G4double x = 1.0; 281 G4double x = 1.0; 487 G4double taul = material->GetIonisation()-> 282 G4double taul = material->GetIonisation()->GetTaul(); 488 283 489 if ( bg2 >= bg2lim ) { 284 if ( bg2 >= bg2lim ) { 490 for (G4int k=0; k<3; ++k) { << 285 for (G4int k=0; k<3; k++) { 491 x *= bg2 ; 286 x *= bg2 ; 492 sh += shellCorrectionVector[k]/x; 287 sh += shellCorrectionVector[k]/x; 493 } 288 } 494 289 495 } else { 290 } else { 496 for (G4int k=0; k<3; ++k) { << 291 for (G4int k=0; k<3; k++) { 497 x *= bg2lim ; 292 x *= bg2lim ; 498 sh += shellCorrectionVector[k]/x; 293 sh += shellCorrectionVector[k]/x; 499 } 294 } 500 sh *= G4Log(tau/taul)/G4Log(taulim/taul); << 295 sh *= std::log(tau/taul)/std::log(taulim/taul); 501 } 296 } 502 sh *= 0.5; 297 sh *= 0.5; 503 return sh; 298 return sh; 504 } 299 } 505 300 506 301 507 //....oooOO0OOooo........oooOO0OOooo........oo 302 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 508 303 509 G4double G4EmCorrections::ShellCorrection(cons 304 G4double G4EmCorrections::ShellCorrection(const G4ParticleDefinition* p, 510 cons << 305 const G4Material* mat, 511 cons << 306 G4double e) 512 { 307 { 513 SetupKinematics(p, mat, ekin); << 308 SetupKinematics(p, mat, e); >> 309 514 G4double term = 0.0; 310 G4double term = 0.0; 515 //G4cout << "### G4EmCorrections::ShellCorre << 311 516 // << " " << ekin/MeV << " MeV " << << 312 for (G4int i = 0; i<numberOfElements; i++) { 517 for (G4int i = 0; i<numberOfElements; ++i) { << 313 518 << 314 G4double Z = (*theElementVector)[i]->GetZ(); 519 G4double res = 0.0; << 315 G4int iz = G4int(Z); 520 G4double res0 = 0.0; << 521 const G4double Z = (*theElementVector)[i]- << 522 const G4int iz = (*theElementVector)[i]->G << 523 G4double Z2= (Z-0.3)*(Z-0.3); 316 G4double Z2= (Z-0.3)*(Z-0.3); 524 G4double f = 1.0; 317 G4double f = 1.0; 525 if(1 == iz) { 318 if(1 == iz) { 526 f = 0.5; 319 f = 0.5; 527 Z2 = 1.0; 320 Z2 = 1.0; 528 } 321 } 529 G4double eta = ba2/Z2; << 322 G4double e0= 13.6*eV*Z2; 530 G4double tet = (11 < iz) ? sThetaK->Value( << 323 term += f*atomDensity[i]*KShell(shells.GetBindingEnergy(iz,0)/e0,ba2/Z2)/Z; 531 res0 = f*KShell(tet,eta); << 532 res += res0; << 533 //G4cout << " Z= " << iz << " Shell 0" << << 534 // << " eta= " << eta << " resK= " << 535 << 536 if(2 < iz) { 324 if(2 < iz) { 537 const G4double Zeff = (iz < 10) ? Z - ZD << 325 G4double Zeff = Z - ZD[10]; >> 326 if(iz < 10) Zeff = Z - ZD[iz]; 538 Z2= Zeff*Zeff; 327 Z2= Zeff*Zeff; 539 eta = ba2/Z2; << 328 e0= 13.6*eV*Z2*0.25; 540 tet = sThetaL->Value(Z); << 541 f = 0.125; 329 f = 0.125; 542 const G4int ntot = G4AtomicShells::GetNu << 330 G4double eta = ba2/Z2; 543 const G4int nmax = std::min(4, ntot); << 331 G4int ntot = shells.GetNumberOfShells(iz); >> 332 G4int nmax = std::min(4, ntot); 544 G4double norm = 0.0; 333 G4double norm = 0.0; 545 G4double eshell = 0.0; 334 G4double eshell = 0.0; 546 for(G4int j=1; j<nmax; ++j) { << 335 for(G4int j=1; j<nmax; j++) { 547 G4int ne = G4AtomicShells::GetNumberOf << 336 G4double x = G4double(shells.GetNumberOfElectrons(iz,j)); 548 if(15 >= iz) { << 337 G4double e1 = shells.GetBindingEnergy(iz,j); 549 tet = (3 > j) ? 0.25*Z2*(1.0 + 5*Z2* << 338 norm += x; 550 0.25*Z2*(1.0 + Z2*alpha2/16.); << 339 eshell += e1*x; 551 } << 340 term += f*x*atomDensity[i]*LShell(e1/e0,eta)/Z; 552 norm += ne; << 553 eshell += tet*ne; << 554 res0 = f*ne*LShell(tet,eta); << 555 res += res0; << 556 //G4cout << " Zeff= " << Zeff << " She << 557 // << " tet= " << tet << " eta= << 558 // << " resL= " << res0 << G4en << 559 } 341 } 560 if(ntot > nmax) { << 342 if(10 < iz) { 561 if (norm > 0.0) { norm = 1.0/norm; } << 343 eshell /= norm; 562 eshell *= norm; << 344 G4double eeff = eshell*eta; 563 << 345 for(G4int k=nmax; k<ntot; k++) { 564 static const G4double HM[53] = { << 346 G4double x = G4double(shells.GetNumberOfElectrons(iz,k)); 565 12.0, 12.0, 12.0, 12.0, 11.9, 11.7, 11.5, << 347 G4double e1 = shells.GetBindingEnergy(iz,k); 566 10.0, 9.51, 8.97, 8.52, 8.03, 7.46, 6.95, << 348 term += f*x*atomDensity[i]*LShell(e1/e0,eeff/e1)/Z; 567 5.61, 5.39, 5.19, 5.01, 4.86, 4.72, 4.62, << 349 // term += f*x*atomDensity[i]*LShell(eshell/e0,eeff/e1)/Z; 568 4.32, 4.26, 4.20, 4.15, 4.1, 4.04, 4.00, << 350 } 569 3.90, 3.89, 3.89, 3.88, 3.88, 3.88, 3.88, << 351 /* 570 3.90, 3.92, 3.93 }; << 352 if(28 >= iz) { 571 static const G4double HN[31] = { << 353 term += f*(Z - 10.)*atomDensity[i]*LShell(eshell,HM[iz-11]*eta)/Z; 572 75.5, 61.9, 52.2, 45.1, 39.6, 35.4, 31.9, << 354 } else if(32 >= iz) { 573 24.5, 23.6, 22.7, 22.0, 21.4, 20.9, 20.5, << 355 term += f*18.0*atomDensity[i]*LShell(eshell,HM[iz-11]*eta)/Z; 574 19.5, 19.3, 19.2, 19.1, 18.4, 18.8, 18.7, << 356 } else if(60 >= iz) { 575 18.2}; << 357 term += f*18.0*atomDensity[i]*LShell(eshell,HM[iz-11]*eta)/Z; 576 << 358 term += f*(Z - 28.)*atomDensity[i]*LShell(eshell,HN[iz-33]*eta)/Z; 577 // Add M-shell << 578 if(28 > iz) { << 579 res += f*(iz - 10)*LShell(eshell,HM[ << 580 } else if(63 > iz) { << 581 res += f*18*LShell(eshell,HM[iz-11]* << 582 } else { 359 } else { 583 res += f*18*LShell(eshell,HM[52]*eta << 360 term += f*18.0*atomDensity[i]*LShell(eshell,HM[53]*eta)/Z; 584 } << 361 term += f*32.0*atomDensity[i]*LShell(eshell,HN[30]*eta)/Z; 585 // Add N-shell << 362 term += f*(Z - 60.)*atomDensity[i]*LShell(eshell,150.*eta)/Z; 586 if(32 < iz) { << 363 } 587 if(60 > iz) { << 364 */ 588 res += f*(iz - 28)*LShell(eshell,H << 589 } else if(63 > iz) { << 590 res += 4*LShell(eshell,HN[iz-33]*e << 591 } else { << 592 res += 4*LShell(eshell,HN[30]*eta) << 593 } << 594 // Add O-P-shells << 595 if(60 < iz) { << 596 res += f*(iz - 60)*LShell(eshell,1 << 597 } << 598 } << 599 } 365 } 600 } 366 } 601 term += res*atomDensity[i]/Z; << 367 //term += atomDensity[i]*MSH[iz]/(ba2*ba2); 602 } 368 } 603 369 604 term /= material->GetTotNbOfAtomsPerVolume() 370 term /= material->GetTotNbOfAtomsPerVolume(); 605 //G4cout << "##Shell Correction=" << term << << 606 return term; 371 return term; 607 } 372 } 608 373 609 //....oooOO0OOooo........oooOO0OOooo........oo 374 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 610 375 611 G4double G4EmCorrections::DensityCorrection(co 376 G4double G4EmCorrections::DensityCorrection(const G4ParticleDefinition* p, 612 co << 377 const G4Material* mat, 613 co << 378 G4double e) 614 { 379 { 615 SetupKinematics(p, mat, e); 380 SetupKinematics(p, mat, e); 616 381 617 G4double cden = material->GetIonisation()-> 382 G4double cden = material->GetIonisation()->GetCdensity(); 618 G4double mden = material->GetIonisation()-> 383 G4double mden = material->GetIonisation()->GetMdensity(); 619 G4double aden = material->GetIonisation()-> 384 G4double aden = material->GetIonisation()->GetAdensity(); 620 G4double x0den = material->GetIonisation()-> 385 G4double x0den = material->GetIonisation()->GetX0density(); 621 G4double x1den = material->GetIonisation()-> 386 G4double x1den = material->GetIonisation()->GetX1density(); 622 387 >> 388 G4double twoln10 = 2.0*std::log(10.0); 623 G4double dedx = 0.0; 389 G4double dedx = 0.0; 624 390 625 // density correction 391 // density correction 626 static const G4double twoln10 = 2.0*G4Log(10 << 392 G4double x = std::log(bg2)/twoln10; 627 G4double x = G4Log(bg2)/twoln10; << 628 if ( x >= x0den ) { 393 if ( x >= x0den ) { 629 dedx = twoln10*x - cden ; 394 dedx = twoln10*x - cden ; 630 if ( x < x1den ) dedx += aden*G4Exp(G4Log( << 395 if ( x < x1den ) dedx += aden*std::pow((x1den-x),mden) ; 631 } 396 } 632 397 633 return dedx; 398 return dedx; 634 } 399 } 635 400 636 //....oooOO0OOooo........oooOO0OOooo........oo 401 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 637 402 638 G4double G4EmCorrections::BarkasCorrection(con 403 G4double G4EmCorrections::BarkasCorrection(const G4ParticleDefinition* p, 639 con << 404 const G4Material* mat, 640 con << 405 G4double e) 641 con << 406 { 642 { << 407 // . Z^3 Barkas effect in the stopping power of matter for charged particles 643 // . Z^3 Barkas effect in the stopping power << 408 // J.C Ashley and R.H.Ritchie 644 // J.C Ashley and R.H.Ritchie << 409 // Physical review B Vol.5 No.7 1 April 1972 pp. 2393-2397 645 // Physical review B Vol.5 No.7 1 April 19 << 410 // valid for kineticEnergy > 0.5 MeV 646 // valid for kineticEnergy > 0.5 MeV << 647 411 648 if (!isInitialized) { SetupKinematics(p, mat << 412 SetupKinematics(p, mat, e); 649 G4double BarkasTerm = 0.0; 413 G4double BarkasTerm = 0.0; 650 414 651 for (G4int i = 0; i<numberOfElements; ++i) { << 415 for (G4int i = 0; i<numberOfElements; i++) { >> 416 >> 417 G4double Z = (*theElementVector)[i]->GetZ(); >> 418 G4int iz = G4int(Z); 652 419 653 const G4int iz = (*theElementVector)[i]->G << 420 G4double X = ba2 / Z; 654 if(iz == 47) { << 421 G4double b = 1.3; 655 BarkasTerm += atomDensity[i]*0.006812*G4 << 422 if(1 == iz) { 656 } else if(iz >= 64) { << 423 if(material->GetName() == "G4_lH2") b = 0.6; 657 BarkasTerm += atomDensity[i]*0.002833*G4 << 424 else b = 1.8; 658 } else { << 425 } 659 << 426 else if(2 == iz) b = 0.6; 660 const G4double Z = (*theElementVector)[i << 427 else if(10 >= iz) b = 1.8; 661 const G4double X = ba2 / Z; << 428 else if(17 >= iz) b = 1.4; 662 G4double b = 1.3; << 429 else if(18 == iz) b = 1.8; 663 if(1 == iz) { b = (material->GetName() = << 430 else if(25 >= iz) b = 1.4; 664 else if(2 == iz) { b = 0.6; } << 431 else if(50 >= iz) b = 1.35; 665 else if(10 >= iz) { b = 1.8; } << 432 666 else if(17 >= iz) { b = 1.4; } << 433 G4double W = b/std::sqrt(X); 667 else if(18 == iz) { b = 1.8; } << 434 668 else if(25 >= iz) { b = 1.4; } << 435 G4double val; 669 else if(50 >= iz) { b = 1.35;} << 436 if(W <= engBarkas[0]) val = corBarkas[0]; 670 << 437 else if(W >= engBarkas[46]) val = corBarkas[46]*engBarkas[46]/W; 671 const G4double W = b/std::sqrt(X); << 438 else { 672 << 439 G4int iw = Index(W, engBarkas, 47); 673 G4double val = sBarkasCorr->Value(W, idx << 440 val = Value(W, engBarkas[iw], engBarkas[iw+1], corBarkas[iw], corBarkas[iw+1]); 674 if (W > sWmaxBarkas) { val *= (sWmaxBark << 675 // G4cout << "i= " << i << " b= " << << 676 // << " Z= " << Z << " X= " << X << " va << 677 BarkasTerm += val*atomDensity[i] / (std: << 678 } 441 } >> 442 // G4cout << "i= " << i << " b= " << b << " W= " << W >> 443 // << " Z= " << Z << " X= " << X << " val= " << val<< G4endl; >> 444 BarkasTerm += val*atomDensity[i] / (std::sqrt(Z*X)*X); 679 } 445 } 680 446 681 BarkasTerm *= 1.29*charge/material->GetTotNb 447 BarkasTerm *= 1.29*charge/material->GetTotNbOfAtomsPerVolume(); 682 << 683 return BarkasTerm; 448 return BarkasTerm; 684 } 449 } 685 450 686 //....oooOO0OOooo........oooOO0OOooo........oo 451 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 687 452 688 G4double G4EmCorrections::BlochCorrection(cons 453 G4double G4EmCorrections::BlochCorrection(const G4ParticleDefinition* p, 689 cons << 454 const G4Material* mat, 690 cons << 455 G4double e) 691 cons << 692 { 456 { 693 if (!isInitialized) { SetupKinematics(p, mat << 457 SetupKinematics(p, mat, e); 694 458 695 G4double y2 = q2/ba2; 459 G4double y2 = q2/ba2; 696 460 697 G4double term = 1.0/(1.0 + y2); 461 G4double term = 1.0/(1.0 + y2); 698 G4double del; 462 G4double del; 699 G4double j = 1.0; 463 G4double j = 1.0; 700 do { 464 do { 701 j += 1.0; 465 j += 1.0; 702 del = 1.0/(j* (j*j + y2)); 466 del = 1.0/(j* (j*j + y2)); 703 term += del; 467 term += del; 704 // Loop checking, 03-Aug-2015, Vladimir Iv << 705 } while (del > 0.01*term); 468 } while (del > 0.01*term); 706 469 707 return -y2*term; 470 return -y2*term; 708 } 471 } 709 472 710 //....oooOO0OOooo........oooOO0OOooo........oo 473 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 711 474 712 G4double G4EmCorrections::MottCorrection(const 475 G4double G4EmCorrections::MottCorrection(const G4ParticleDefinition* p, 713 const << 476 const G4Material* mat, 714 const << 477 G4double e) 715 const << 716 { 478 { 717 if (!isInitialized) { SetupKinematics(p, mat << 479 SetupKinematics(p, mat, e); 718 return CLHEP::pi*CLHEP::fine_structure_const << 480 G4double mterm = pi*fine_structure_const*beta*charge; >> 481 /* >> 482 G4double mterm = 0.0; >> 483 if(beta > 0.0) { >> 484 >> 485 // Estimation of mean square root of the ionisation potential >> 486 G4double Zeff = 0.0; >> 487 G4double norm = 0.0; >> 488 >> 489 for (G4int i = 0; i<numberOfElements; i++) { >> 490 G4double Z = (*theElementVector)[i]->GetZ(); >> 491 Zeff += Z*atomDensity[i]; >> 492 norm += atomDensity[i]; >> 493 } >> 494 Zeff *= (2.0/norm); >> 495 G4double ze1 = std::log(Zeff); >> 496 G4double eexc= material->GetIonisation()->GetMeanExcitationEnergy()*ze1*ze1/Zeff; >> 497 >> 498 G4double invbeta = 1.0/beta; >> 499 G4double invbeta2= invbeta*invbeta; >> 500 G4double za = charge*fine_structure_const; >> 501 G4double za2 = za*za; >> 502 G4double za3 = za2*za; >> 503 G4double x = za*invbeta; >> 504 G4double cosx; >> 505 if(x < COSEB[13]) { >> 506 G4int i = Index(x,COSEB,14); >> 507 cosx = Value(x,COSEB[i], COSEB[i+1],COSXI[i],COSXI[i+1]); >> 508 } else { >> 509 cosx = COSXI[13]*COSEB[13]/x; >> 510 } >> 511 >> 512 mterm = >> 513 za*beta*(1.725 + pi*cosx*(0.52 - 2.0*std::sqrt(eexc/(2.0*electron_mass_c2*bg2)))); >> 514 + za2*(3.246 - 0.451*beta2) >> 515 + za3*(1.522*beta + 0.987*invbeta) >> 516 + za2*za2*(4.569 - 0.494*beta2 - 2.696*invbeta2) >> 517 + za3*za2*(1.254*beta + 0.222*invbeta - 1.17*invbeta*invbeta2); >> 518 } >> 519 */ >> 520 return mterm; 719 } 521 } 720 522 721 //....oooOO0OOooo........oooOO0OOooo........oo 523 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 722 524 723 G4double << 525 G4double G4EmCorrections::FiniteSizeCorrection(const G4ParticleDefinition* p, 724 G4EmCorrections::EffectiveChargeCorrection(con << 526 const G4Material* mat, 725 con << 527 G4double e) 726 con << 528 // Finite size corrections are parameterized according to >> 529 // J.D.Jackson Phys. Rev. D59 (1998) 017301 727 { 530 { 728 G4double factor = 1.0; << 531 SetupKinematics(p, mat, e); 729 if(p->GetPDGCharge() <= 2.5*CLHEP::eplus || << 532 G4double term = 0.0; >> 533 >> 534 //Leptons >> 535 if(p->GetLeptonNumber() != 0) { >> 536 G4double x = tmax/(e + mass); >> 537 term = x*x; >> 538 >> 539 // Pions and Kaons >> 540 } else if(p->GetPDGSpin() == 0.0 && q2 < 1.5) { >> 541 G4double xpi = 0.736*GeV; >> 542 G4double x = 2.0*electron_mass_c2*tmax0/(xpi*xpi); >> 543 term = -std::log(1.0 + x); >> 544 >> 545 // Protons and baryons >> 546 } else if(q2 < 1.5) { >> 547 G4double xp = 0.8426*GeV; >> 548 G4double x = 2.0*electron_mass_c2*tmax0/(xp*xp); >> 549 G4double ksi2 = 2.79285*2.79285; >> 550 term = -x*(1.0 + 5.0*x/6.0)/((1.0 + x)*(1 + x)) - std::log(1.0 + x); >> 551 G4double b = xp*0.5/mass; >> 552 G4double c = xp*mass/(electron_mass_c2*(mass + e)); >> 553 G4double lb = b*b; >> 554 G4double lb2= lb*lb; >> 555 G4double nu = 0.5*c*c; >> 556 G4double x1 = 1.0 + x; >> 557 G4double x2 = x1*x1; >> 558 G4double l1 = 1.0 - lb; >> 559 G4double l2 = l1*l1; >> 560 G4double lx = 1.0 + lb*x; >> 561 G4double ia = lb2*(lx*std::log(lx/x1)/x + l1 - >> 562 0.5*x*l2/(lb*x1) + >> 563 x*(3.0 + 2.0*x)*l2*l1/(6.0*x2*lb2))/(l2*l2); >> 564 G4double ib = x*x*(3.0 + x)/(6.0*x2*x1); >> 565 term += lb*((ksi2 - 1.0)*ia + nu*ksi2*ib); >> 566 // G4cout << "Proton F= " << term << " ia= " << ia << " ib= " << ib << " lb= " << lb<< G4endl; >> 567 >> 568 //ions >> 569 } else { >> 570 G4double xp = 0.8426*GeV/std::pow(mass/proton_mass_c2,-0.33333333); >> 571 G4double x = 2.0*electron_mass_c2*tmax0/(xp*xp); >> 572 term = -std::log(1.0 + x); >> 573 //G4cout << "Ion F= " << term << G4endl; >> 574 } >> 575 >> 576 return term; >> 577 } >> 578 >> 579 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 580 >> 581 G4double G4EmCorrections::NuclearDEDX(const G4ParticleDefinition* p, >> 582 const G4Material* mat, >> 583 G4double e, >> 584 G4bool fluct) >> 585 { >> 586 G4double nloss = 0.0; >> 587 if(e <= 0.0) return nloss; >> 588 SetupKinematics(p, mat, e); >> 589 >> 590 lossFlucFlag = fluct; >> 591 >> 592 // Projectile nucleus >> 593 G4double z1 = std::abs(particle->GetPDGCharge()/eplus); >> 594 G4double m1 = mass/amu_c2; >> 595 >> 596 // loop for the elements in the material >> 597 for (G4int iel=0; iel<numberOfElements; iel++) { >> 598 const G4Element* element = (*theElementVector)[iel] ; >> 599 G4double z2 = element->GetZ(); >> 600 G4double m2 = element->GetA()*mole/g ; >> 601 nloss += (NuclearStoppingPower(kinEnergy, z1, z2, m1, m2)) >> 602 * atomDensity[iel] ; >> 603 } >> 604 nloss *= theZieglerFactor; >> 605 return nloss; >> 606 } >> 607 >> 608 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 609 >> 610 G4double G4EmCorrections::NuclearStoppingPower(G4double kineticEnergy, >> 611 G4double z1, G4double z2, >> 612 G4double m1, G4double m2) >> 613 { >> 614 G4double energy = kineticEnergy/keV ; // energy in keV >> 615 G4double nloss = 0.0; 730 616 731 if(verbose > 1) { << 617 G4double rm; 732 G4cout << "EffectiveChargeCorrection: " << << 618 if(z1 > 1.5) rm = (m1 + m2) * ( std::pow(z1, .23) + std::pow(z2, .23) ) ; 733 << " in " << mat->GetName() << 619 else rm = (m1 + m2) * std::pow(z2, 0.333333); 734 << " ekin(MeV)= " << ekin/MeV << G4 << 620 >> 621 G4double er = 32.536 * m2 * energy / ( z1 * z2 * rm ) ; // reduced energy >> 622 >> 623 for (G4int i=1; i<104; i++) >> 624 { >> 625 if (er > ed[i]) { >> 626 nloss = (a[i] - a[i-1])*(er-ed[i-1])/(ed[i] - ed[i-1]) + a[i-1]; >> 627 break; >> 628 } >> 629 } >> 630 >> 631 // Stragling >> 632 if(lossFlucFlag) { >> 633 G4double sig = 4.0 * m1 * m2 / ((m1 + m2)*(m1 + m2)* >> 634 (4.0 + 0.197*std::pow(er,-1.6991)+6.584*std::pow(er,-1.0494))) ; >> 635 >> 636 nloss *= G4RandGauss::shoot(1.0,sig) ; 735 } 637 } >> 638 >> 639 nloss *= 8.462 * z1 * z2 * m1 / rm ; // Return to [ev/(10^15 atoms/cm^2] >> 640 >> 641 if ( nloss < 0.0) nloss = 0.0 ; 736 642 >> 643 return nloss; >> 644 } >> 645 >> 646 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 647 >> 648 G4ionEffectiveCharge* G4EmCorrections::GetIonEffectiveCharge(G4VEmModel* m) >> 649 { >> 650 if(m) ionModel = m; >> 651 return &effCharge; >> 652 } >> 653 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 654 >> 655 G4int G4EmCorrections::GetNumberOfStoppingVectors() >> 656 { >> 657 return nIons; >> 658 } >> 659 >> 660 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 661 >> 662 G4double G4EmCorrections::EffectiveChargeCorrection(const G4ParticleDefinition* p, >> 663 const G4Material* mat, >> 664 G4double ekin) >> 665 { >> 666 G4double factor = 1.0; >> 667 if(p->GetPDGCharge() <= 2.5*eplus) return factor; >> 668 if(verbose > 1) >> 669 G4cout << "EffectiveChargeCorrection: " << p->GetParticleName() << " in " << mat->GetName() >> 670 << " ekin(MeV)= " << ekin/MeV << G4endl; 737 if(p != curParticle || mat != curMaterial) { 671 if(p != curParticle || mat != curMaterial) { 738 curParticle = p; 672 curParticle = p; 739 curMaterial = mat; << 673 curMaterial = 0; 740 curVector = nullptr; << 674 curVector = 0; 741 currentZ = p->GetAtomicNumber(); << 675 G4int Z = p->GetAtomicNumber(); 742 if(verbose > 1) { << 676 G4int A = p->GetAtomicMass(); 743 G4cout << "G4EmCorrections::EffectiveCha << 677 if(verbose > 1) G4cout << "Zion= " << Z << " Aion= " << A << G4endl; 744 << currentZ << " Aion= " << p->Ge << 678 massFactor = proton_mass_c2/G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(Z,A); 745 } << 679 idx = 0; 746 massFactor = CLHEP::proton_mass_c2/p->GetP << 680 for(; idx<nIons; idx++) { 747 idx = -1; << 681 if(Z == Zion[idx] && A == Aion[idx]) { 748 << 682 if(materialList[idx] == mat) { 749 for(G4int i=0; i<nIons; ++i) { << 683 curMaterial = mat; 750 if(materialList[i] == mat && currentZ == << 684 curVector = stopData[idx]; 751 idx = i; << 685 break; 752 break; << 686 } else if(materialList[idx] == 0) { >> 687 if(materialName[idx] == mat->GetName()) >> 688 curVector = InitialiseMaterial(mat); >> 689 } 753 } 690 } 754 } 691 } 755 //G4cout << " idx= " << idx << " dz= " << << 756 if(idx >= 0) { << 757 if(nullptr == ionList[idx]) { BuildCorre << 758 curVector = stopData[idx]; << 759 } else { << 760 return factor; << 761 } << 762 } 692 } 763 if(nullptr != curVector) { << 693 if(curVector) { 764 factor = curVector->Value(ekin*massFactor) << 694 G4bool b; 765 if(verbose > 1) { << 695 factor = curVector->GetValue(ekin*massFactor,b); 766 G4cout << "E= " << ekin << " factor= " < << 767 << massFactor << G4endl; << 768 } << 769 } 696 } >> 697 if(verbose > 1) G4cout << " factor= " << factor << G4endl; 770 return factor; 698 return factor; 771 } 699 } 772 700 773 //....oooOO0OOooo........oooOO0OOooo........oo 701 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 774 702 775 void G4EmCorrections::AddStoppingData(const G4 << 703 void G4EmCorrections::AddStoppingData(G4int Z, G4int A, 776 const G4 << 704 const G4String& mname, 777 G4Physic << 705 G4PhysicsVector& dVector) 778 { << 706 { 779 G4int i = 0; << 707 idx = 0; 780 for(; i<nIons; ++i) { << 708 for(; idx<nIons; idx++) { 781 if(Z == Zion[i] && A == Aion[i] && mname = << 709 if(Z == Zion[idx] && A == Aion[idx] && mname == materialName[idx]) >> 710 break; 782 } 711 } 783 if(i == nIons) { << 712 if(idx == nIons) { 784 Zion.push_back(Z); 713 Zion.push_back(Z); 785 Aion.push_back(A); 714 Aion.push_back(A); 786 materialName.push_back(mname); 715 materialName.push_back(mname); 787 materialList.push_back(nullptr); << 716 materialList.push_back(0); 788 ionList.push_back(nullptr); << 717 stopData.push_back(0); 789 stopData.push_back(dVector); << 790 nIons++; 718 nIons++; 791 if(verbose > 1) { << 719 } else { 792 G4cout << "AddStoppingData Z= " << Z << << 720 if(stopData[idx]) delete stopData[idx]; 793 << " idx= " << i << G4endl; << 794 } << 795 } 721 } 796 } << 722 size_t nbins = dVector.GetVectorLength(); 797 << 723 size_t n = 0; 798 //....oooOO0OOooo........oooOO0OOooo........oo << 724 for(; n<nbins; n++) { 799 << 725 if(dVector.GetLowEdgeEnergy(n) > 2.0*MeV) break; 800 void G4EmCorrections::BuildCorrectionVector() << 801 { << 802 if(nullptr == ionLEModel || nullptr == ionHE << 803 return; << 804 } 726 } 805 << 727 if(n < nbins) nbins = n + 1; 806 const G4ParticleDefinition* ion = curParticl << 728 G4LPhysicsFreeVector* v = 807 const G4ParticleDefinition* gion = G4Generic << 729 new G4LPhysicsFreeVector(nbins, 808 G4int Z = Zion[idx]; << 730 dVector.GetLowEdgeEnergy(0), 809 G4double A = Aion[idx]; << 731 dVector.GetLowEdgeEnergy(nbins-1)); 810 G4PhysicsVector* v = stopData[idx]; << 732 G4bool b; 811 << 733 for(size_t i=0; i<nbins; i++) { 812 if(verbose > 1) { << 734 G4double e = dVector.GetLowEdgeEnergy(i); 813 G4cout << "BuildCorrectionVector: Stopping << 735 G4double dedx = dVector.GetValue(e, b); 814 << curParticle->GetParticleName() < << 736 v->PutValues(i, e, dedx); 815 << materialName[idx] << " Ion Z= " << 816 << " massFactor= " << massFactor << << 817 G4cout << " Nbins=" << nbinCorr << " Em << 818 << " Emax(MeV)=" << eCorrMax << " ion: " << 819 << ion->GetParticleName() << G4endl << 820 } << 821 << 822 auto vv = new G4PhysicsLogVector(eCorrMin,eC << 823 const G4double eth0 = v->Energy(0); << 824 const G4double escal = eth/massFactor; << 825 G4double qe = << 826 effCharge.EffectiveChargeSquareRatio(curPa << 827 const G4double dedxt = << 828 ionLEModel->ComputeDEDXPerVolume(curMateri << 829 const G4double dedx1t = << 830 ionHEModel->ComputeDEDXPerVolume(curMateri << 831 + ComputeIonCorrections(curParticle, curMa << 832 const G4double rest = escal*(dedxt - dedx1t) << 833 if(verbose > 1) { << 834 G4cout << "Escal(MeV)= " << escal << " qe= << 835 << " dedxt= " << dedxt << " dedx1t= << 836 } << 837 for(G4int i=0; i<=nbinCorr; ++i) { << 838 // energy in the local table (GenericIon) << 839 G4double e = vv->Energy(i); << 840 // energy of the real ion << 841 G4double eion = e/massFactor; << 842 // energy in the imput stopping data vecto << 843 G4double e1 = eion/A; << 844 G4double dedx = (e1 < eth0) << 845 ? v->Value(eth0)*std::sqrt(e1/eth0) : v- << 846 qe = effCharge.EffectiveChargeSquareRatio( << 847 G4double dedx1 = (e <= eth) << 848 ? ionLEModel->ComputeDEDXPerVolume(curMa << 849 : ionHEModel->ComputeDEDXPerVolume(curMa << 850 ComputeIonCorrections(curParticle, curMa << 851 vv->PutValue(i, dedx/dedx1); << 852 if(verbose > 1) { << 853 G4cout << "E(MeV)=" << e/CLHEP::MeV << " << 854 << " e1=" << e1 << " dedxRatio= " << de << 855 << " dedx=" << dedx << " dedx1=" << 856 << " qe=" << qe << " rest/eion=" << 857 } << 858 } 737 } 859 delete v; << 738 // G4cout << *v << G4endl; 860 ionList[idx] = ion; << 739 stopData[idx] = v; 861 stopData[idx] = vv; << 862 if(verbose > 1) { G4cout << "End data set " << 863 } 740 } 864 741 865 //....oooOO0OOooo........oooOO0OOooo........oo 742 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 866 743 867 void G4EmCorrections::InitialiseForNewRun() << 744 G4PhysicsVector* G4EmCorrections::InitialiseMaterial(const G4Material* mat) 868 { 745 { 869 G4ProductionCutsTable* tb = G4ProductionCuts << 746 G4PhysicsVector* v = 0; 870 ncouples = tb->GetTableSize(); << 747 const G4Material* m = nist->FindOrBuildMaterial(materialName[idx],false); 871 if(currmat.size() != ncouples) { << 748 if(m) { 872 currmat.resize(ncouples); << 749 materialList[idx] = m; 873 for(auto it = thcorr.begin(); it != thcorr << 750 curMaterial = mat; 874 (it->second).clear(); << 751 v = stopData[idx]; 875 } << 752 size_t nbins = v->GetVectorLength(); 876 thcorr.clear(); << 753 const G4ParticleDefinition* p = G4Proton::Proton(); 877 for(std::size_t i=0; i<ncouples; ++i) { << 754 if(verbose>1) G4cout << "G4ionIonisation::InitialiseMaterial Stooping data for " 878 currmat[i] = tb->GetMaterialCutsCouple(( << 755 << materialName[idx] << G4endl; 879 G4String nam = currmat[i]->GetName(); << 756 G4bool b; 880 for(G4int j=0; j<nIons; ++j) { << 757 for(size_t i=0; i<nbins; i++) { 881 if(nam == materialName[j]) { materialL << 758 G4double e = v->GetLowEdgeEnergy(i); 882 } << 759 G4double dedx = v->GetValue(e, b); >> 760 G4double dedx1= ionModel->ComputeDEDXPerVolume(mat, p, e, e)* >> 761 effCharge.EffectiveChargeSquareRatio(curParticle,mat,e/massFactor); >> 762 v->PutValue(i, dedx/dedx1); >> 763 if(verbose>1) G4cout << " E(meV)= " << e/MeV << " Correction= " << dedx/dedx1 >> 764 << " " << dedx << " " << dedx1 << G4endl; 883 } 765 } 884 } 766 } >> 767 return v; 885 } 768 } 886 769 887 //....oooOO0OOooo........oooOO0OOooo........oo 770 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 888 771 889 void G4EmCorrections::Initialise() 772 void G4EmCorrections::Initialise() 890 { 773 { 891 // Z^3 Barkas effect in the stopping power o << 774 // . Z^3 Barkas effect in the stopping power of matter for charged particles 892 // J.C Ashley and R.H.Ritchie << 775 // J.C Ashley and R.H.Ritchie 893 // Physical review B Vol.5 No.7 1 April 1972 << 776 // Physical review B Vol.5 No.7 1 April 1972 pagg. 2393-2397 894 // G.S. Khandelwal Nucl. Phys. A116(1968)97 << 895 // "Shell corrections for K- and L- electron << 896 << 897 G4int i, j; 777 G4int i, j; 898 static const G4double fTable[47][2] = { << 778 const G4double fTable[47][2] = { 899 { 0.02, 21.5}, 779 { 0.02, 21.5}, 900 { 0.03, 20.0}, 780 { 0.03, 20.0}, 901 { 0.04, 18.0}, 781 { 0.04, 18.0}, 902 { 0.05, 15.6}, 782 { 0.05, 15.6}, 903 { 0.06, 15.0}, 783 { 0.06, 15.0}, 904 { 0.07, 14.0}, 784 { 0.07, 14.0}, 905 { 0.08, 13.5}, 785 { 0.08, 13.5}, 906 { 0.09, 13.}, 786 { 0.09, 13.}, 907 { 0.1, 12.2}, 787 { 0.1, 12.2}, 908 { 0.2, 9.25}, 788 { 0.2, 9.25}, 909 { 0.3, 7.0}, 789 { 0.3, 7.0}, 910 { 0.4, 6.0}, 790 { 0.4, 6.0}, 911 { 0.5, 4.5}, 791 { 0.5, 4.5}, 912 { 0.6, 3.5}, 792 { 0.6, 3.5}, 913 { 0.7, 3.0}, 793 { 0.7, 3.0}, 914 { 0.8, 2.5}, 794 { 0.8, 2.5}, 915 { 0.9, 2.0}, 795 { 0.9, 2.0}, 916 { 1.0, 1.7}, 796 { 1.0, 1.7}, 917 { 1.2, 1.2}, 797 { 1.2, 1.2}, 918 { 1.3, 1.0}, 798 { 1.3, 1.0}, 919 { 1.4, 0.86}, 799 { 1.4, 0.86}, 920 { 1.5, 0.7}, 800 { 1.5, 0.7}, 921 { 1.6, 0.61}, 801 { 1.6, 0.61}, 922 { 1.7, 0.52}, 802 { 1.7, 0.52}, 923 { 1.8, 0.5}, 803 { 1.8, 0.5}, 924 { 1.9, 0.43}, 804 { 1.9, 0.43}, 925 { 2.0, 0.42}, 805 { 2.0, 0.42}, 926 { 2.1, 0.3}, 806 { 2.1, 0.3}, 927 { 2.4, 0.2}, 807 { 2.4, 0.2}, 928 { 3.0, 0.13}, 808 { 3.0, 0.13}, 929 { 3.08, 0.1}, 809 { 3.08, 0.1}, 930 { 3.1, 0.09}, 810 { 3.1, 0.09}, 931 { 3.3, 0.08}, 811 { 3.3, 0.08}, 932 { 3.5, 0.07}, 812 { 3.5, 0.07}, 933 { 3.8, 0.06}, 813 { 3.8, 0.06}, 934 { 4.0, 0.051}, 814 { 4.0, 0.051}, 935 { 4.1, 0.04}, 815 { 4.1, 0.04}, 936 { 4.8, 0.03}, 816 { 4.8, 0.03}, 937 { 5.0, 0.024}, 817 { 5.0, 0.024}, 938 { 5.1, 0.02}, 818 { 5.1, 0.02}, 939 { 6.0, 0.013}, 819 { 6.0, 0.013}, 940 { 6.5, 0.01}, 820 { 6.5, 0.01}, 941 { 7.0, 0.009}, 821 { 7.0, 0.009}, 942 { 7.1, 0.008}, 822 { 7.1, 0.008}, 943 { 8.0, 0.006}, 823 { 8.0, 0.006}, 944 { 9.0, 0.0032}, 824 { 9.0, 0.0032}, 945 { 10.0, 0.0025} }; 825 { 10.0, 0.0025} }; 946 826 947 sBarkasCorr = new G4PhysicsFreeVector(47, fa << 827 for(i=0; i<47; i++) { 948 for(i=0; i<47; ++i) { sBarkasCorr->PutValues << 828 engBarkas[i] = fTable[i][0]; >> 829 corBarkas[i] = fTable[i][1]; >> 830 } >> 831 >> 832 const G4double nuca[104][2] = { >> 833 { 1.0E+8, 5.831E-8}, >> 834 { 8.0E+7, 7.288E-8}, >> 835 { 6.0E+7, 9.719E-8}, >> 836 { 5.0E+7, 1.166E-7}, >> 837 { 4.0E+7, 1.457E-7}, >> 838 { 3.0E+7, 1.942E-7}, >> 839 { 2.0E+7, 2.916E-7}, >> 840 { 1.5E+7, 3.887E-7}, >> 841 >> 842 { 1.0E+7, 5.833E-7}, >> 843 { 8.0E+6, 7.287E-7}, >> 844 { 6.0E+6, 9.712E-7}, >> 845 { 5.0E+6, 1.166E-6}, >> 846 { 4.0E+6, 1.457E-6}, >> 847 { 3.0E+6, 1.941E-6}, >> 848 { 2.0E+6, 2.911E-6}, >> 849 { 1.5E+6, 3.878E-6}, >> 850 >> 851 { 1.0E+6, 5.810E-6}, >> 852 { 8.0E+5, 7.262E-6}, >> 853 { 6.0E+5, 9.663E-6}, >> 854 { 5.0E+5, 1.157E-5}, >> 855 { 4.0E+5, 1.442E-5}, >> 856 { 3.0E+5, 1.913E-5}, >> 857 { 2.0E+5, 2.845E-5}, >> 858 { 1.5E+5, 3.762E-5}, >> 859 >> 860 { 1.0E+5, 5.554E-5}, >> 861 { 8.0E+4, 6.866E-5}, >> 862 { 6.0E+4, 9.020E-5}, >> 863 { 5.0E+4, 1.070E-4}, >> 864 { 4.0E+4, 1.319E-4}, >> 865 { 3.0E+4, 1.722E-4}, >> 866 { 2.0E+4, 2.499E-4}, >> 867 { 1.5E+4, 3.248E-4}, >> 868 >> 869 { 1.0E+4, 4.688E-4}, >> 870 { 8.0E+3, 5.729E-4}, >> 871 { 6.0E+3, 7.411E-4}, >> 872 { 5.0E+3, 8.718E-4}, >> 873 { 4.0E+3, 1.063E-3}, >> 874 { 3.0E+3, 1.370E-3}, >> 875 { 2.0E+3, 1.955E-3}, >> 876 { 1.5E+3, 2.511E-3}, >> 877 >> 878 { 1.0E+3, 3.563E-3}, >> 879 { 8.0E+2, 4.314E-3}, >> 880 { 6.0E+2, 5.511E-3}, >> 881 { 5.0E+2, 6.430E-3}, >> 882 { 4.0E+2, 7.756E-3}, >> 883 { 3.0E+2, 9.855E-3}, >> 884 { 2.0E+2, 1.375E-2}, >> 885 { 1.5E+2, 1.736E-2}, >> 886 >> 887 { 1.0E+2, 2.395E-2}, >> 888 { 8.0E+1, 2.850E-2}, >> 889 { 6.0E+1, 3.552E-2}, >> 890 { 5.0E+1, 4.073E-2}, >> 891 { 4.0E+1, 4.802E-2}, >> 892 { 3.0E+1, 5.904E-2}, >> 893 { 1.5E+1, 9.426E-2}, >> 894 >> 895 { 1.0E+1, 1.210E-1}, >> 896 { 8.0E+0, 1.377E-1}, >> 897 { 6.0E+0, 1.611E-1}, >> 898 { 5.0E+0, 1.768E-1}, >> 899 { 4.0E+0, 1.968E-1}, >> 900 { 3.0E+0, 2.235E-1}, >> 901 { 2.0E+0, 2.613E-1}, >> 902 { 1.5E+0, 2.871E-1}, >> 903 >> 904 { 1.0E+0, 3.199E-1}, >> 905 { 8.0E-1, 3.354E-1}, >> 906 { 6.0E-1, 3.523E-1}, >> 907 { 5.0E-1, 3.609E-1}, >> 908 { 4.0E-1, 3.693E-1}, >> 909 { 3.0E-1, 3.766E-1}, >> 910 { 2.0E-1, 3.803E-1}, >> 911 { 1.5E-1, 3.788E-1}, >> 912 >> 913 { 1.0E-1, 3.711E-1}, >> 914 { 8.0E-2, 3.644E-1}, >> 915 { 6.0E-2, 3.530E-1}, >> 916 { 5.0E-2, 3.444E-1}, >> 917 { 4.0E-2, 3.323E-1}, >> 918 { 3.0E-2, 3.144E-1}, >> 919 { 2.0E-2, 2.854E-1}, >> 920 { 1.5E-2, 2.629E-1}, >> 921 >> 922 { 1.0E-2, 2.298E-1}, >> 923 { 8.0E-3, 2.115E-1}, >> 924 { 6.0E-3, 1.883E-1}, >> 925 { 5.0E-3, 1.741E-1}, >> 926 { 4.0E-3, 1.574E-1}, >> 927 { 3.0E-3, 1.372E-1}, >> 928 { 2.0E-3, 1.116E-1}, >> 929 { 1.5E-3, 9.559E-2}, >> 930 >> 931 { 1.0E-3, 7.601E-2}, >> 932 { 8.0E-4, 6.668E-2}, >> 933 { 6.0E-4, 5.605E-2}, >> 934 { 5.0E-4, 5.008E-2}, >> 935 { 4.0E-4, 4.352E-2}, >> 936 { 3.0E-4, 3.617E-2}, >> 937 { 2.0E-4, 2.768E-2}, >> 938 { 1.5E-4, 2.279E-2}, >> 939 >> 940 { 1.0E-4, 1.723E-2}, >> 941 { 8.0E-5, 1.473E-2}, >> 942 { 6.0E-5, 1.200E-2}, >> 943 { 5.0E-5, 1.052E-2}, >> 944 { 4.0E-5, 8.950E-3}, >> 945 { 3.0E-5, 7.246E-3}, >> 946 { 2.0E-5, 5.358E-3}, >> 947 { 1.5E-5, 4.313E-3}, >> 948 { 0.0, 3.166E-3} >> 949 }; >> 950 >> 951 for(i=0; i<104; i++) { >> 952 ed[i] = nuca[i][0]; >> 953 a[i] = nuca[i][1]; >> 954 } >> 955 >> 956 // Constants >> 957 theZieglerFactor = eV*cm2*1.0e-15 ; >> 958 alpha2 = fine_structure_const*fine_structure_const; >> 959 lossFlucFlag = true; 949 960 950 const G4double SK[20] = {1.9477, 1.9232, 1.8 << 961 // G.S. Khandelwal Nucl. Phys. A116(1968)97 - 111. >> 962 // "Shell corrections for K- and L- electrons >> 963 nK = 20; >> 964 nL = 26; >> 965 nEtaK = 29; >> 966 nEtaL = 28; >> 967 >> 968 const G4double d[11] = {0., 0., 0., 1.72, 2.09, 2.48, 2.82, 3.16, 3.53, 3.84, 4.15}; >> 969 const G4double thek[20] = {0.64, 0.65, 0.66, 0.68, 0.70, 0.72, 0.74, 0.75, 0.76, 0.78, >> 970 0.80, 0.82, 0.84, 0.85, 0.86, 0.88, 0.90, 0.92, 0.94, 0.95}; >> 971 const G4double sk[20] = {1.9477, 1.9232, 1.8996, 1.8550, 1.8137, 951 1.7754, 1.7396, 1.7 972 1.7754, 1.7396, 1.7223, 1.7063, 1.6752, 952 1.6461, 1.6189, 1.5 973 1.6461, 1.6189, 1.5933, 1.5811, 1.5693, 953 1.5467, 1.5254, 1.5 974 1.5467, 1.5254, 1.5053, 1.4863, 1.4772}; 954 const G4double TK[20] = {2.5222, 2.5125, 2.5 << 975 const G4double tk[20] = {2.5222, 2.5125, 2.5026, 2.4821, 2.4608, 955 2.4388, 2.4163, 2.4 976 2.4388, 2.4163, 2.4044, 2.3933, 2.3701, 956 2.3466, 2.3229, 2.2 977 2.3466, 2.3229, 2.2992, 2.2872, 2.2753, 957 2.2515, 2.2277, 2.2 978 2.2515, 2.2277, 2.2040, 2.1804, 2.1686}; >> 979 const G4double uk[20] = {1.9999, 2.0134, 2.0258, 2.0478, 2.0662, >> 980 2.0817, 2.0945, 2.0999, 2.1049, 2.1132, >> 981 2.1197, 2.1246, 2.1280, 2.1292, 2.1301, >> 982 2.1310, 2.1310, 2.1300, 2.1283, 2.1271}; >> 983 const G4double vk[20] = {8.3410, 8.3373, 8.3340, 8.3287, 8.3247, >> 984 8.3219, 8.3201, 8.3194, 8.3191, 8.3188, >> 985 8.3191, 8.3199, 8.3211, 8.3218, 8.3226, >> 986 8.3244, 8.3264, 8.3285, 8.3308, 8.3320}; >> 987 >> 988 for(i=0; i<11; i++) { ZD[i] = d[i];} 958 989 959 const G4double SL[26] = {15.3343, 13.9389, 1 << 990 for(i=0; i<nK; i++) { >> 991 TheK[i] = thek[i]; >> 992 SK[i] = sk[i]; >> 993 TK[i] = tk[i]; >> 994 UK[i] = uk[i]; >> 995 VK[i] = vk[i]; >> 996 } >> 997 >> 998 const G4double thel[26] = {0.24, 0.26, 0.28, 0.30, 0.32, 0.34, 0.35, 0.36, 0.38, 0.40, >> 999 0.42, 0.44, 0.45, 0.46, 0.48, 0.50, 0.52, 0.54, 0.55, 0.56, >> 1000 0.58, 0.60, 0.62, 0.64, 0.65, 0.66}; >> 1001 const G4double sl[26] = {15.3343, 13.9389, 12.7909, 11.8343, 11.0283, 960 10.3424, 10.0371, 1002 10.3424, 10.0371, 9.7537, 9.2443, 8.8005, 961 8.4114, 8.0683, << 1003 8.4114, 8.0683, 7.9117, 7.7641, 7.4931, 962 7.2506, 7.0327, 1004 7.2506, 7.0327, 6.8362, 6.7452, 6.6584, 963 6.4969, 6.3498, 1005 6.4969, 6.3498, 6.2154, 6.0923, 6.0345, 5.9792}; 964 const G4double TL[26] = {35.0669, 33.4344, 3 << 1006 const G4double tl[26] = {35.0669, 33.4344, 32.0073, 30.7466, 29.6226, 965 28.6128, 28.1449, 2 << 1007 28.6128, 28.4149, 27.6991, 26.8674, 26.1061, 966 25.4058, 24.7587, 2 1008 25.4058, 24.7587, 24.4531, 24.1583, 23.5992, 967 23.0771, 22.5880, 2 1009 23.0771, 22.5880, 22.1285, 21.9090, 21.6958, 968 21.2872, 20.9006, 2 1010 21.2872, 20.9006, 20.5341, 20.1859, 20.0183, 19.8546}; >> 1011 const G4double ul[26] = {0.1215, 0.5265, 0.8411, 1.0878, 1.2828, >> 1012 1.4379, 1.5032, 1.5617, 1.6608, 1.7401, >> 1013 1.8036, 1.8543, 1.8756, 1.8945, 1.9262, >> 1014 1.9508, 1.9696, 1.9836, 1.9890, 1.9935, >> 1015 2.0001, 2.0039, 2.0053, 2.0049, 2.0040, 2.0028}; >> 1016 for(i=0; i<nL; i++) { >> 1017 TheL[i] = thel[i]; >> 1018 SL[i] = sl[i]; >> 1019 TL[i] = tl[i]; >> 1020 UL[i] = ul[i]; >> 1021 } >> 1022 >> 1023 const G4double eta[29] = {0.005, 0.007, 0.01, 0.015, 0.02, >> 1024 0.03, 0.04, 0.05, 0.06, 0.08, >> 1025 0.1, 0.15, 0.2, 0.3, 0.4, >> 1026 0.5, 0.6, 0.7, 0.8, 1.0, >> 1027 1.2, 1.4, 1.5, 1.7, 2.0, 3.0, 5.0, 7.0, 10.}; 969 1028 970 const G4double bk1[29][11] = { 1029 const G4double bk1[29][11] = { 971 {0.005, 1.34782E-8, 1.46132E-8, 1.72179E-8, 1030 {0.005, 1.34782E-8, 1.46132E-8, 1.72179E-8, 2.03521E-8, 2.41370E-8, 2.87247E-8, 3.13778E-8, 3.43072E-8, 4.11274E-8, 4.94946E-8}, 972 {0.007, 6.87555E-8, 7.44373E-8, 8.74397E-8, 1031 {0.007, 6.87555E-8, 7.44373E-8, 8.74397E-8, 1.03022E-7, 1.21760E-7, 1.44370E-7, 1.57398E-7, 1.71747E-7, 2.05023E-7, 2.45620E-7}, 973 {0.01, 3.78413E-7, 4.08831E-7, 4.78154E-7, 5 1032 {0.01, 3.78413E-7, 4.08831E-7, 4.78154E-7, 5.60760E-7, 6.59478E-7, 7.77847E-7, 8.45709E-7, 9.20187E-7, 1.09192E-6, 1.29981E-6}, 974 {0.015, 2.53200E-6, 2.72664E-6, 3.16738E-6, 1033 {0.015, 2.53200E-6, 2.72664E-6, 3.16738E-6, 3.68791E-6, 4.30423E-6, 5.03578E-6, 5.45200E-6, 5.90633E-6, 6.94501E-6, 8.18757E-6}, 975 {0.02, 9.43891E-6, 1.01339E-5, 1.16984E-5, 1 1034 {0.02, 9.43891E-6, 1.01339E-5, 1.16984E-5, 1.35313E-5, 1.56829E-5, 1.82138E-5, 1.96439E-5, 2.11973E-5, 2.47216E-5, 2.88935E-5}, 976 {0.03, 5.67088E-5, 6.05576E-5, 6.91311E-5, 7 1035 {0.03, 5.67088E-5, 6.05576E-5, 6.91311E-5, 7.90324E-5, 9.04832E-5, 1.03744E-4, 1.11147E-4, 1.19122E-4, 1.36980E-4, 1.57744E-4}, 977 {0.04, 1.91576E-4, 2.03626E-4, 2.30230E-4, 2 1036 {0.04, 1.91576E-4, 2.03626E-4, 2.30230E-4, 2.60584E-4, 2.95248E-4, 3.34870E-4, 3.56771E-4, 3.80200E-4, 4.32104E-4, 4.91584E-4}, 978 {0.05, 4.74226E-4, 5.02006E-4, 5.62872E-4, 6 1037 {0.05, 4.74226E-4, 5.02006E-4, 5.62872E-4, 6.31597E-4, 7.09244E-4, 7.97023E-4, 8.45134E-4, 8.96410E-4, 1.00867E-3, 1.13590E-3}, 979 {0.06, 9.67285E-4, 1.02029E-3, 1.13566E-3, 1 1038 {0.06, 9.67285E-4, 1.02029E-3, 1.13566E-3, 1.26476E-3, 1.46928E-3, 1.57113E-3, 1.65921E-3, 1.75244E-3, 1.95562E-3, 2.18336E-3}, 980 {0.08, 2.81537E-3, 2.95200E-3, 3.24599E-3, 3 1039 {0.08, 2.81537E-3, 2.95200E-3, 3.24599E-3, 3.57027E-3, 3.92793E-3, 4.32246E-3, 4.53473E-3, 4.75768E-3, 5.23785E-3, 5.76765E-3}, 981 {0.1, 6.14216E-3, 6.40864E-3, 6.97750E-3, 7. 1040 {0.1, 6.14216E-3, 6.40864E-3, 6.97750E-3, 7.59781E-3, 8.27424E-3, 9.01187E-3, 9.40534E-3, 9.81623E-3, 1.06934E-2, 1.16498E-2}, 982 {0.15, 2.23096E-2, 2.30790E-2, 2.46978E-2, 2 1041 {0.15, 2.23096E-2, 2.30790E-2, 2.46978E-2, 2.64300E-2, 2.82832E-2, 3.02661E-2, 3.13090E-2, 3.23878E-2, 3.46580E-2, 3.70873E-2}, 983 {0.2, 5.04022E-2, 5.18492E-2, 5.48682E-2, 5. 1042 {0.2, 5.04022E-2, 5.18492E-2, 5.48682E-2, 5.80617E-2, 6.14403E-2, 6.50152E-2, 6.68798E-2, 6.87981E-2, 7.28020E-2, 7.70407E-2}, 984 {0.3, 1.38018E-1, 1.41026E-1, 1.47244E-1, 1. 1043 {0.3, 1.38018E-1, 1.41026E-1, 1.47244E-1, 1.53743E-1, 1.60536E-1, 1.67641E-1, 1.71315E-1, 1.75074E-1, 1.82852E-1, 1.90997E-1}, 985 {0.4, 2.56001E-1, 2.60576E-1, 2.69992E-1, 2. 1044 {0.4, 2.56001E-1, 2.60576E-1, 2.69992E-1, 2.79776E-1, 2.89946E-1, 3.00525E-1, 3.05974E-1, 3.11533E-1, 3.22994E-1, 3.34935E-1}, 986 {0.5, 3.92181E-1, 3.98213E-1, 4.10597E-1, 4. 1045 {0.5, 3.92181E-1, 3.98213E-1, 4.10597E-1, 4.23427E-1, 4.36726E-1, 4.50519E-1, 4.57610E-1, 4.64834E-1, 4.79700E-1, 4.95148E-1}, 987 {0.6, 5.37913E-1, 5.45268E-1, 5.60350E-1, 5. 1046 {0.6, 5.37913E-1, 5.45268E-1, 5.60350E-1, 5.75948E-1, 5.92092E-1, 6.08811E-1, 6.17396E-1, 6.26136E-1, 6.44104E-1, 6.62752E-1}, 988 {0.7, 6.87470E-1, 6.96021E-1, 7.13543E-1, 7. 1047 {0.7, 6.87470E-1, 6.96021E-1, 7.13543E-1, 7.31650E-1, 7.50373E-1, 7.69748E-1, 7.79591E-1, 7.89811E-1, 8.10602E-1, 8.32167E-1}, 989 {0.8, 8.37159E-1, 8.46790E-1, 8.66525E-1, 8. 1048 {0.8, 8.37159E-1, 8.46790E-1, 8.66525E-1, 8.86910E-1, 9.07979E-1, 9.29772E-1, 9.40953E-1, 9.52331E-1, 9.75701E-1, 9.99934E-1}, 990 {1.0, 1.12850, 1.14002, 1.16362, 1.18799, 1. 1049 {1.0, 1.12850, 1.14002, 1.16362, 1.18799, 1.21317, 1.23921, 1.25257, 1.26616, 1.29408, 1.32303}, 991 {1.2, 1.40232, 1.41545, 1.44232, 1.47007, 1. 1050 {1.2, 1.40232, 1.41545, 1.44232, 1.47007, 1.49875, 1.52842, 1.54364, 1.55913, 1.59095, 1.62396}, 992 {1.4, 1.65584, 1.67034, 1.70004, 1.73072, 1. 1051 {1.4, 1.65584, 1.67034, 1.70004, 1.73072, 1.76244, 1.79526, 1.81210, 1.82925, 1.86448, 1.90104}, 993 {1.5, 1.77496, 1.79009, 1.82107, 1.85307, 1. 1052 {1.5, 1.77496, 1.79009, 1.82107, 1.85307, 1.88617, 1.92042, 1.93800, 1.95590, 1.99269, 2.03087}, 994 {1.7, 1.99863, 2.01490, 2.04822, 2.08265, 2. 1053 {1.7, 1.99863, 2.01490, 2.04822, 2.08265, 2.11827, 2.15555, 2.17409, 2.19337, 2.23302, 2.27419}, 995 {2.0, 2.29325, 2.31100, 2.34738, 2.38501, 2. 1054 {2.0, 2.29325, 2.31100, 2.34738, 2.38501, 2.42395, 2.46429, 2.48401, 2.50612, 2.54955, 2.59468}, 996 {3.0, 3.08887, 3.11036, 3.15445, 3.20013, 3. 1055 {3.0, 3.08887, 3.11036, 3.15445, 3.20013, 3.24748, 3.29664, 3.32192, 3.34770, 3.40081, 3.45611}, 997 {5.0, 4.07599, 4.10219, 4.15606, 4.21199, 4. 1056 {5.0, 4.07599, 4.10219, 4.15606, 4.21199, 4.27010, 4.33056, 4.36172, 4.39353, 4.45918, 4.52772}, 998 {7.0, 4.69647, 4.72577, 4.78608, 4.84877, 4. 1057 {7.0, 4.69647, 4.72577, 4.78608, 4.84877, 4.91402, 4.98200, 5.01707, 5.05290, 5.12695, 5.20436}, 999 {10.0, 5.32590, 5.35848, 5.42560, 5.49547, 5 1058 {10.0, 5.32590, 5.35848, 5.42560, 5.49547, 5.56830, 5.64429, 5.68353, 5.72366, 5.80666, 5.89359} 1000 }; 1059 }; 1001 1060 1002 const G4double bk2[29][11] = { 1061 const G4double bk2[29][11] = { 1003 {0.005, 5.98040E-8, 7.25636E-8, 8.00602E-8, 1062 {0.005, 5.98040E-8, 7.25636E-8, 8.00602E-8, 8.84294E-8, 1.08253E-7, 1.33148E-7, 1.64573E-7, 2.04459E-7, 2.28346E-7, 2.55370E-7}, 1004 {0.007, 2.95345E-7, 3.56497E-7, 3.92247E-7, 1063 {0.007, 2.95345E-7, 3.56497E-7, 3.92247E-7, 4.32017E-7, 5.25688E-7, 6.42391E-7, 7.88464E-7, 9.72171E-7, 1.08140E-6, 1.20435E-6}, 1005 {0.01, 1.55232E-6, 1.86011E-6, 2.03881E-6, 1064 {0.01, 1.55232E-6, 1.86011E-6, 2.03881E-6, 2.23662E-6, 2.69889E-6, 3.26860E-6, 3.26860E-6, 4.84882E-6, 5.36428E-6, 5.94048E-6}, 1006 {0.015, 9.67802E-6, 1.14707E-5, 1.25008E-5, 1065 {0.015, 9.67802E-6, 1.14707E-5, 1.25008E-5, 1.36329E-5, 1.62480E-5, 1.94200E-5, 2.32783E-5, 2.79850E-5, 3.07181E-5, 3.37432E-5}, 1007 {0.02, 3.38425E-5, 3.97259E-5, 4.30763E-5, 1066 {0.02, 3.38425E-5, 3.97259E-5, 4.30763E-5, 4.67351E-5, 5.51033E-5, 6.51154E-5, 7.71154E-5, 9.15431E-5, 9.98212E-5, 1.08909E-4}, 1008 {0.03, 1.81920E-4, 2.10106E-4, 2.25918E-4, 1067 {0.03, 1.81920E-4, 2.10106E-4, 2.25918E-4, 2.43007E-4, 2.81460E-4, 3.26458E-4, 3.79175E-4, 4.41006E-4, 4.75845E-4, 5.13606E-4}, 1009 {0.04, 5.59802E-4, 6.38103E-4, 6.81511E-4, 1068 {0.04, 5.59802E-4, 6.38103E-4, 6.81511E-4, 7.28042E-4, 8.31425E-4, 9.50341E-4, 1.08721E-3, 1.24485E-3, 1.33245E-3, 1.42650E-3}, 1010 {0.05, 1.28002E-3, 1.44336E-3, 1.53305E-3, 1069 {0.05, 1.28002E-3, 1.44336E-3, 1.53305E-3, 1.62855E-3, 1.83861E-3, 2.07396E-3, 2.34750E-3, 2.65469E-3, 2.82358E-3, 3.00358E-3}, 1011 {0.06, 2.42872E-3, 2.72510E-3, 2.88111E-3, 1070 {0.06, 2.42872E-3, 2.72510E-3, 2.88111E-3, 3.04636E-3, 3.40681E-3, 3.81132E-3, 4.26536E-3, 4.77507E-3, 5.05294E-3, 5.34739E-3}, 1012 {0.08, 6.35222E-3, 6.99730E-3, 7.34446E-3, 1071 {0.08, 6.35222E-3, 6.99730E-3, 7.34446E-3, 7.70916E-3, 8.49478E-3, 9.36187E-3, 1.03189E-2, 1.13754E-2, 1.19441E-2, 1.25417E-2}, 1013 {0.1, 1.26929E-2, 1.38803E-2, 1.44371E-2, 1 1072 {0.1, 1.26929E-2, 1.38803E-2, 1.44371E-2, 1.50707E-2, 1.64235E-2, 1.78989E-2, 1.95083E-2, 2.12640E-2, 2.22009E-2, 2.31795E-2}, 1014 {0.15, 3.96872E-2, 4.24699E-2, 4.39340E-2, 1073 {0.15, 3.96872E-2, 4.24699E-2, 4.39340E-2, 4.54488E-2, 4.86383E-2, 5.20542E-2, 5.57135E-2, 5.96350E-2, 6.17003E-2, 6.38389E-2}, 1015 {0.2, 8.15290E-2, 8.62830E-2, 8.87650E-2, 9 1074 {0.2, 8.15290E-2, 8.62830E-2, 8.87650E-2, 9.13200E-2, 9.66589E-2, 1.02320E-1, 1.08326E-1, 1.14701E-1, 1.18035E-1, 1.21472E-1}, 1016 {0.3, 1.99528E-1, 2.08471E-1, 2.13103E-1, 2 1075 {0.3, 1.99528E-1, 2.08471E-1, 2.13103E-1, 2.17848E-1, 2.27689E-1, 2.38022E-1, 2.48882E-1, 2.60304E-1, 2.66239E-1, 2.72329E-1}, 1017 {0.4, 3.47383E-1, 3.60369E-1, 3.67073E-1, 3 1076 {0.4, 3.47383E-1, 3.60369E-1, 3.67073E-1, 3.73925E-1, 3.88089E-1, 4.02900E-1, 4.18404E-1, 4.34647E-1, 4.43063E-1, 4.51685E-1}, 1018 {0.5, 5.11214E-1, 5.27935E-1, 5.36554E-1, 5 1077 {0.5, 5.11214E-1, 5.27935E-1, 5.36554E-1, 5.45354E-1, 5.63515E-1, 5.82470E-1, 6.02273E-1, 6.22986E-1, 6.33705E-1, 6.44677E-1}, 1019 {0.6, 6.82122E-1, 7.02260E-1, 7.12631E-1, 7 1078 {0.6, 6.82122E-1, 7.02260E-1, 7.12631E-1, 7.23214E-1, 7.45041E-1, 7.67800E-1, 7.91559E-1, 8.16391E-1, 8.29235E-1, 8.42380E-1}, 1020 {0.7, 8.54544E-1, 8.77814E-1, 8.89791E-1, 9 1079 {0.7, 8.54544E-1, 8.77814E-1, 8.89791E-1, 9.02008E-1, 9.27198E-1, 9.53454E-1, 9.80856E-1, 1.00949, 1.02430, 1.03945}, 1021 {0.8, 1.02508, 1.05121, 1.06466, 1.07838, 1 1080 {0.8, 1.02508, 1.05121, 1.06466, 1.07838, 1.10667, 1.13615, 1.16692, 1.19907, 1.21570, 1.23272}, 1022 {1.0, 1.35307, 1.38429, 1.40036, 1.41676, 1 1081 {1.0, 1.35307, 1.38429, 1.40036, 1.41676, 1.45057, 1.48582, 1.52263, 1.56111, 1.58102, 1.60140}, 1023 {1.2, 1.65823, 1.69385, 1.71220, 1.73092, 1 1082 {1.2, 1.65823, 1.69385, 1.71220, 1.73092, 1.76954, 1.80983, 1.85192, 1.89596, 1.91876, 1.94211}, 1024 {1.4, 1.93902, 1.97852, 1.99887, 2.01964, 2 1083 {1.4, 1.93902, 1.97852, 1.99887, 2.01964, 2.06251, 2.10727, 2.15406, 2.20304, 2.22842, 2.25442}, 1025 {1.5, 2.07055, 2.11182, 2.13309, 2.15480, 2 1084 {1.5, 2.07055, 2.11182, 2.13309, 2.15480, 2.19963, 2.24644, 2.29539, 2.34666, 2.37323, 2.40045}, 1026 {1.7, 2.31700, 2.36154, 2.38451, 2.40798, 2 1085 {1.7, 2.31700, 2.36154, 2.38451, 2.40798, 2.45641, 2.50703, 2.56000, 2.61552, 2.64430, 2.67381}, 1027 {2.0, 2.64162, 2.69053, 2.71576, 2.74154, 2 1086 {2.0, 2.64162, 2.69053, 2.71576, 2.74154, 2.79481, 2.85052, 2.90887, 2.97009, 3.00185, 3.03442}, 1028 {3.0, 3.51376, 3.57394, 3.60503, 3.63684, 3 1087 {3.0, 3.51376, 3.57394, 3.60503, 3.63684, 3.70268, 3.77170, 3.84418, 3.92040, 3.96003, 4.00073}, 1029 {5.0, 4.59935, 4.67433, 4.71316, 4.75293, 4 1088 {5.0, 4.59935, 4.67433, 4.71316, 4.75293, 4.83543, 4.92217, 5.01353, 5.10992, 5.16014, 5.21181}, 1030 {7.0, 5.28542, 5.37040, 5.41445, 5.45962, 5 1089 {7.0, 5.28542, 5.37040, 5.41445, 5.45962, 5.55344, 5.65226, 5.79496, 5.90517, 5.96269, 6.02191}, 1031 {10.0, 5.98474, 6.08046, 6.13015, 6.18112, 1090 {10.0, 5.98474, 6.08046, 6.13015, 6.18112, 6.28715, 6.39903, 6.51728, 6.64249, 6.70792, 6.77535} 1032 }; 1091 }; 1033 1092 1034 const G4double bls1[28][10] = { 1093 const G4double bls1[28][10] = { 1035 {0.005, 2.4111E-4, 2.5612E-4, 2.7202E-4, 3. 1094 {0.005, 2.4111E-4, 2.5612E-4, 2.7202E-4, 3.0658E-4, 3.4511E-4, 3.8795E-4, 4.3542E-4, 4.6100E-4, 4.8786E-4}, 1036 {0.007, 6.3947E-4, 6.7058E-4, 7.0295E-4, 7. 1095 {0.007, 6.3947E-4, 6.7058E-4, 7.0295E-4, 7.7167E-4, 8.4592E-4, 9.2605E-4, 1.0125E-3, 1.0583E-3, 1.1058E-3}, 1037 {0.01, 1.5469E-3, 1.6036E-3, 1.6622E-3, 1.7 1096 {0.01, 1.5469E-3, 1.6036E-3, 1.6622E-3, 1.7856E-3, 1.9181E-3, 2.1615E-3, 2.3178E-3, 2.4019E-3, 2.4904E-3}, 1038 {0.015, 3.7221E-3, 3.8404E-3, 3.9650E-3, 4. 1097 {0.015, 3.7221E-3, 3.8404E-3, 3.9650E-3, 4.2354E-3, 4.5396E-3, 4.8853E-3, 5.2820E-3, 5.5031E-3, 5.7414E-3}, 1039 {0.02, 6.9449E-3, 7.1910E-3, 7.4535E-3, 8.0 1098 {0.02, 6.9449E-3, 7.1910E-3, 7.4535E-3, 8.0336E-3, 8.6984E-3, 9.4638E-3, 1.0348E-2, 1.0841E-2, 1.1372E-2}, 1040 {0.03, 1.7411E-2, 1.8180E-2, 1.8997E-2, 2.0 1099 {0.03, 1.7411E-2, 1.8180E-2, 1.8997E-2, 2.0784E-2, 2.2797E-2, 2.5066E-2, 2.7622E-2, 2.9020E-2, 3.0503E-2}, 1041 {0.04, 3.8474E-2, 4.0056E-2, 4.1718E-2, 4.5 1100 {0.04, 3.8474E-2, 4.0056E-2, 4.1718E-2, 4.5300E-2, 4.9254E-2, 5.3619E-2, 5.8436E-2, 6.1028E-2, 6.3752E-2}, 1042 {0.05, 6.7371E-2, 6.9928E-2, 7.2596E-2, 7.8 1101 {0.05, 6.7371E-2, 6.9928E-2, 7.2596E-2, 7.8282E-2, 8.4470E-2, 9.1206E-2, 9.8538E-2, 1.0244E-1, 1.0652E-1}, 1043 {0.06, 1.0418E-1, 1.0778E-1, 1.1152E-1, 1.1 1102 {0.06, 1.0418E-1, 1.0778E-1, 1.1152E-1, 1.1943E-1, 1.2796E-1, 1.3715E-1, 1.4706E-1, 1.5231E-1, 1.5776E-1}, 1044 {0.08, 1.9647E-1, 2.0217E-1, 2.0805E-1, 2.2 1103 {0.08, 1.9647E-1, 2.0217E-1, 2.0805E-1, 2.2038E-1, 2.3351E-1, 2.4751E-1, 2.6244E-1, 2.7027E-1, 2.7837E-1}, 1045 {0.1, 3.0594E-1, 3.1361E-1, 3.2150E-1, 3.37 1104 {0.1, 3.0594E-1, 3.1361E-1, 3.2150E-1, 3.3796E-1, 3.5537E-1, 3.7381E-1, 3.9336E-1, 4.0357E-1, 4.1410E-1}, 1046 {0.15, 6.1411E-1, 6.2597E-1, 6.3811E-1, 6.6 1105 {0.15, 6.1411E-1, 6.2597E-1, 6.3811E-1, 6.6330E-1, 6.8974E-1, 7.1753E-1, 7.4678E-1, 7.6199E-1, 7.7761E-1}, 1047 {0.2, 9.3100E-1, 9.5614E-1, 9.7162E-1, 1.00 1106 {0.2, 9.3100E-1, 9.5614E-1, 9.7162E-1, 1.0037, 1.0372, 1.0723, 1.1092, 1.1284, 1.1480}, 1048 {0.3, 1.5172, 1.5372, 1.5576, 1.5998, 1.643 1107 {0.3, 1.5172, 1.5372, 1.5576, 1.5998, 1.6438, 1.6899, 1.7382, 1.7632, 1.7889}, 1049 {0.4, 2.0173, 2.0408, 2.0647, 2.1142, 2.165 1108 {0.4, 2.0173, 2.0408, 2.0647, 2.1142, 2.1659, 2.2199, 2.2765, 2.3059, 2.3360}, 1050 {0.5, 2.3932, 2.4193, 2.4460, 2.5011, 2.558 1109 {0.5, 2.3932, 2.4193, 2.4460, 2.5011, 2.5587, 2.6190, 2.6821, 2.7148, 2.7484}, 1051 {0.6, 2.7091, 2.7374, 2.7663, 2.8260, 2.888 1110 {0.6, 2.7091, 2.7374, 2.7663, 2.8260, 2.8884, 2.9538, 3.0222, 3.0577, 3.0941}, 1052 {0.7, 2.9742, 3.0044, 3.0352, 3.0988, 3.165 1111 {0.7, 2.9742, 3.0044, 3.0352, 3.0988, 3.1652, 3.2349, 3.3079, 3.3457, 3.3845}, 1053 {0.8, 3.2222, 3.2539, 3.2863, 3.3532, 3.423 1112 {0.8, 3.2222, 3.2539, 3.2863, 3.3532, 3.4232, 3.4965, 3.5734, 3.6133, 3.6542}, 1054 {1.0, 3.6690, 3.7033, 3.7384, 3.8108, 3.886 1113 {1.0, 3.6690, 3.7033, 3.7384, 3.8108, 3.8866, 3.9661, 4.0495, 4.0928, 4.1371}, 1055 {1.2, 3.9819, 4.0183, 4.0555, 4.1324, 4.213 1114 {1.2, 3.9819, 4.0183, 4.0555, 4.1324, 4.2130, 4.2974, 4.3861, 4.4321, 4.4794}, 1056 {1.4, 4.2745, 4.3127, 4.3517, 4.4324, 4.517 1115 {1.4, 4.2745, 4.3127, 4.3517, 4.4324, 4.5170, 4.6056, 4.6988, 4.7471, 4.7968}, 1057 {1.5, 4.4047, 4.4436, 4.4834, 4.5658, 4.652 1116 {1.5, 4.4047, 4.4436, 4.4834, 4.5658, 4.6521, 4.7426, 4.8378, 4.8872, 4.9379}, 1058 {1.7, 4.6383, 4.6787, 4.7200, 4.8054, 4.894 1117 {1.7, 4.6383, 4.6787, 4.7200, 4.8054, 4.8949, 4.9888, 5.0876, 5.1388, 5.1915}, 1059 {2.0, 4.9369, 4.9791, 5.0223, 5.1116, 5.205 1118 {2.0, 4.9369, 4.9791, 5.0223, 5.1116, 5.2053, 5.3036, 5.4070, 5.4607, 5.5159}, 1060 {3.0, 5.6514, 5.6981, 5.7459, 5.8450, 5.948 1119 {3.0, 5.6514, 5.6981, 5.7459, 5.8450, 5.9489, 6.0581, 6.1730, 6.2328, 6.2943}, 1061 {5.0, 6.4665, 6.5189, 6.5724, 6.6835, 6.800 1120 {5.0, 6.4665, 6.5189, 6.5724, 6.6835, 6.8003, 6.9231, 7.0525, 7.1199, 7.1892}, 1062 {7.0, 6.8634, 6.9194, 6.9767, 7.0957, 7.220 1121 {7.0, 6.8634, 6.9194, 6.9767, 7.0957, 7.2208, 7.3526, 7.4915, 7.5639, 7.6384} 1063 }; 1122 }; 1064 1123 >> 1124 1065 const G4double bls2[28][10] = { 1125 const G4double bls2[28][10] = { 1066 {0.005, 5.4561E-4, 6.0905E-4, 6.7863E-4, 7. 1126 {0.005, 5.4561E-4, 6.0905E-4, 6.7863E-4, 7.5494E-4, 7.9587E-4, 8.3883E-4, 9.3160E-4, 1.0352E-3, 1.1529E-3}, 1067 {0.007, 1.2068E-3, 1.3170E-3, 1.4377E-3, 1. 1127 {0.007, 1.2068E-3, 1.3170E-3, 1.4377E-3, 1.5719E-3, 1.6451E-3, 1.7231E-3, 1.8969E-3, 2.1009E-3, 2.3459E-3}, 1068 {0.01, 2.6832E-3, 2.9017E-3, 3.1534E-3, 3.4 1128 {0.01, 2.6832E-3, 2.9017E-3, 3.1534E-3, 3.4479E-3, 3.6149E-3, 3.7976E-3, 4.2187E-3, 4.7320E-3, 5.3636E-3}, 1069 {0.015, 6.2775E-3, 6.9077E-3, 7.6525E-3, 8. 1129 {0.015, 6.2775E-3, 6.9077E-3, 7.6525E-3, 8.5370E-2, 9.0407E-3, 9.5910E-3, 1.0850E-2, 1.2358E-2, 1.4165E-2}, 1070 {0.02, 1.2561E-2, 1.3943E-2, 1.5553E-2, 1.7 1130 {0.02, 1.2561E-2, 1.3943E-2, 1.5553E-2, 1.7327E-2, 1.8478E-2, 1.9612E-2, 2.2160E-2, 2.5130E-2, 2.8594E-2}, 1071 {0.03, 3.3750E-2, 3.7470E-2, 4.1528E-2, 4.6 1131 {0.03, 3.3750E-2, 3.7470E-2, 4.1528E-2, 4.6170E-2, 4.8708E-2, 5.1401E-2, 5.7297E-2, 6.3943E-2, 7.1441E-2}, 1072 {0.04, 6.9619E-2, 7.6098E-2, 8.3249E-2, 9.1 1132 {0.04, 6.9619E-2, 7.6098E-2, 8.3249E-2, 9.1150E-2, 9.5406E-2, 9.9881E-2, 1.0954E-1, 1.2023E-1, 1.3208E-1}, 1073 {0.05, 1.1522E-1, 1.2470E-1, 1.3504E-1, 1.4 1133 {0.05, 1.1522E-1, 1.2470E-1, 1.3504E-1, 1.4632E-1, 1.5234E-1, 1.5864E-1, 1.7211E-1, 1.8686E-1, 2.0304E-1}, 1074 {0.06, 1.6931E-1, 1.8179E-1, 1.9530E-1, 2.0 1134 {0.06, 1.6931E-1, 1.8179E-1, 1.9530E-1, 2.0991E-1, 2.1767E-1, 2.2576E-1, 2.4295E-1, 2.6165E-1, 2.8201E-1}, 1075 {0.08, 2.9540E-1, 3.1361E-1, 3.3312E-1, 3.5 1135 {0.08, 2.9540E-1, 3.1361E-1, 3.3312E-1, 3.5403E-1, 3.6506E-1, 3.7650E-1, 4.0067E-1, 4.2673E-1, 4.5488E-1}, 1076 {0.1, 4.3613E-1, 4.5956E-1, 4.852E-1, 5.1 1136 {0.1, 4.3613E-1, 4.5956E-1, 4.852E-1, 5.1115E-1, 5.2514E-1, 5.3961E-1, 5.7008E-1, 6.0277E-1, 6.3793E-1}, 1077 {0.15, 8.1014E-1, 8.4453E-1, 8.8093E-1, 9.1 1137 {0.15, 8.1014E-1, 8.4453E-1, 8.8093E-1, 9.1954E-1, 9.3973E-1, 9.6056E-1, 1.0043, 1.0509, 1.1008}, 1078 {0.2, 1.1888, 1.2319, 1.2774, 1.3255, 1.350 1138 {0.2, 1.1888, 1.2319, 1.2774, 1.3255, 1.3506, 1.3765, 1.4308, 1.4886, 1.5504}, 1079 {0.3, 1.8422, 1.8983, 1.9575, 2.0201, 2.052 1139 {0.3, 1.8422, 1.8983, 1.9575, 2.0201, 2.0528, 2.0864, 2.1569, 2.2319, 2.3120}, 1080 {0.4, 2.3984, 2.4642, 2.5336, 2.6070, 2.645 1140 {0.4, 2.3984, 2.4642, 2.5336, 2.6070, 2.6452, 2.6847, 2.7674, 2.8554, 2.9494}, 1081 {0.5, 2.8181, 2.8915, 2.9690, 3.0509, 3.093 1141 {0.5, 2.8181, 2.8915, 2.9690, 3.0509, 3.0937, 3.1378, 3.2301, 3.3285, 3.4337}, 1082 {0.6, 3.1698, 3.2494, 3.3336, 3.4226, 3.469 1142 {0.6, 3.1698, 3.2494, 3.3336, 3.4226, 3.4691, 3.5171, 3.6175, 3.7246, 3.8391}, 1083 {0.7, 3.4652, 3.5502, 3.6400, 3.7351, 3.784 1143 {0.7, 3.4652, 3.5502, 3.6400, 3.7351, 3.7848, 3.8360, 3.9433, 4.0578, 4.1804}, 1084 {0.8, 3.7392, 3.8289, 3.9236, 4.0239, 4.076 1144 {0.8, 3.7392, 3.8289, 3.9236, 4.0239, 4.0764, 4.1304, 4.2438, 4.3648, 4.4944}, 1085 {1.0, 4.2295, 4.3269, 4.4299, 4.5391, 4.596 1145 {1.0, 4.2295, 4.3269, 4.4299, 4.5391, 4.5962, 4.6551, 4.7786, 4.9106, 5.0520}, 1086 {1.2, 4.5777, 4.6814, 4.7912, 4.9076, 4.968 1146 {1.2, 4.5777, 4.6814, 4.7912, 4.9076, 4.9685, 5.0314, 5.1633, 5.3043, 5.4555}, 1087 {1.4, 4.9001, 5.0092, 5.1247, 5.2473, 5.311 1147 {1.4, 4.9001, 5.0092, 5.1247, 5.2473, 5.3114, 5.3776, 5.5166, 5.6653, 5.8249}, 1088 {1.5, 5.0434, 5.1550, 5.2731, 5.3984, 5.464 1148 {1.5, 5.0434, 5.1550, 5.2731, 5.3984, 5.4640, 5.5317, 5.6739, 5.8260, 5.9893}, 1089 {1.7, 5.3011, 5.4170, 5.5398, 5.6701, 5.737 1149 {1.7, 5.3011, 5.4170, 5.5398, 5.6701, 5.7373, 5.8088, 5.9568, 6.1152, 6.2853}, 1090 {2.0, 5.6308, 5.7523, 5.8811, 6.0174, 6.089 1150 {2.0, 5.6308, 5.7523, 5.8811, 6.0174, 6.0896, 6.1636, 6.3192, 6.4857, 6.6647}, 1091 {3.0, 6.4224, 6.5580, 6.7019, 6.8549, 6.935 1151 {3.0, 6.4224, 6.5580, 6.7019, 6.8549, 6.9351, 7.0180, 7.1925, 7.3795, 7.5808}, 1092 {5.0, 7.3338, 7.4872, 7.6500, 7.8235, 7.914 1152 {5.0, 7.3338, 7.4872, 7.6500, 7.8235, 7.9146, 8.0087, 8.2071, 8.4200, 8.6496}, 1093 {7.0, 7.7938, 7.9588, 8.1342, 8.3211, 8.419 1153 {7.0, 7.7938, 7.9588, 8.1342, 8.3211, 8.4193, 8.5209, 8.7350, 8.9651, 9.2133} 1094 }; 1154 }; 1095 1155 1096 const G4double bls3[28][9] = { 1156 const G4double bls3[28][9] = { 1097 {0.005, 1.2895E-3, 1.3670E-3, 1.4524E-3, 1. 1157 {0.005, 1.2895E-3, 1.3670E-3, 1.4524E-3, 1.6524E-3, 1.9078E-3, 2.2414E-3, 2.6889E-3, 3.3006E-3}, 1098 {0.007, 2.6467E-3, 2.8242E-3, 3.0238E-3, 3. 1158 {0.007, 2.6467E-3, 2.8242E-3, 3.0238E-3, 3.5045E-3, 4.1260E-3, 4.9376E-3, 6.0050E-3, 7.4152E-3}, 1099 {0.01, 6.1472E-3, 6.6086E-3, 7.1246E-3, 8.3 1159 {0.01, 6.1472E-3, 6.6086E-3, 7.1246E-3, 8.3491E-3, 9.8871E-3, 1.1822E-2, 1.4261E-2, 1.7335E-2}, 1100 {0.015, 1.63316E-2, 1.7572E-2, 1.8932E-2, 2 1160 {0.015, 1.63316E-2, 1.7572E-2, 1.8932E-2, 2.2053E-2, 2.5803E-2, 3.0308E-2, 3.5728E-2, 4.2258E-2}, 1101 {0.02, 3.2634E-2, 3.4900E-2, 3.7348E-2, 4.2 1161 {0.02, 3.2634E-2, 3.4900E-2, 3.7348E-2, 4.2850E-2, 4.9278E-2, 5.6798E-2, 6.5610E-2, 7.5963E-2}, 1102 {0.03, 7.9907E-2, 8.4544E-2, 8.9486E-2, 1.0 1162 {0.03, 7.9907E-2, 8.4544E-2, 8.9486E-2, 1.0032E-1, 1.1260E-1, 1.2656E-1, 1.4248E-1, 1.6071E-1}, 1103 {0.04, 1.4523E-1, 1.5237E-1, 1.5985E-1, 1.7 1163 {0.04, 1.4523E-1, 1.5237E-1, 1.5985E-1, 1.7614E-1, 1.9434E-1, 2.1473E-1, 2.3766E-1, 2.6357E-1}, 1104 {0.05, 2.2082E-1, 2.3036E-1, 2.4038E-1, 2.6 1164 {0.05, 2.2082E-1, 2.3036E-1, 2.4038E-1, 2.6199E-1, 2.8590E-1, 3.1248E-1, 3.4212E-1, 3.7536E-1}, 1105 {0.06, 3.0423E-1, 3.1611E-1, 3.2854E-1, 3.5 1165 {0.06, 3.0423E-1, 3.1611E-1, 3.2854E-1, 3.5522E-1, 3.8459E-1, 4.1704E-1, 4.5306E-1, 4.9326E-1}, 1106 {0.08, 4.8536E-1, 5.0156E-1, 5.1846E-1, 5.5 1166 {0.08, 4.8536E-1, 5.0156E-1, 5.1846E-1, 5.5453E-1, 5.9397E-1, 6.3728E-1, 6.8507E-1, 7.3810E-1}, 1107 {0.1, 6.7586E-1, 6.9596E-1, 7.1688E-1, 7.61 1167 {0.1, 6.7586E-1, 6.9596E-1, 7.1688E-1, 7.6141E-1, 8.0992E-1, 8.6301E-1, 9.2142E-1, 9.8604E-1}, 1108 {0.15, 1.1544, 1.1828, 1.2122, 1.2746, 1.34 1168 {0.15, 1.1544, 1.1828, 1.2122, 1.2746, 1.3424, 1.4163, 1.4974, 1.5868}, 1109 {0.2, 1.6167, 1.6517, 1.6880, 1.7650, 1.848 1169 {0.2, 1.6167, 1.6517, 1.6880, 1.7650, 1.8484, 1.9394, 2.0390, 2.1489}, 1110 {0.3, 2.3979, 2.4432, 2.4902, 2.5899, 2.698 1170 {0.3, 2.3979, 2.4432, 2.4902, 2.5899, 2.6980, 2.8159, 2.9451, 3.0876}, 1111 {0.4, 3.0502, 3.1034, 3.1586, 3.2758, 3.403 1171 {0.4, 3.0502, 3.1034, 3.1586, 3.2758, 3.4030, 3.5416, 3.6938, 3.8620}, 1112 {0.5, 3.5466, 3.6062, 3.6681, 3.7994, 3.942 1172 {0.5, 3.5466, 3.6062, 3.6681, 3.7994, 3.9421, 4.0978, 4.2688, 4.4580}, 1113 {0.6, 3.9620, 4.0270, 4.0945, 4.2378, 4.393 1173 {0.6, 3.9620, 4.0270, 4.0945, 4.2378, 4.3935, 4.5636, 4.7506, 4.9576}, 1114 {0.7, 4.3020, 4.3715, 4.4438, 4.5974, 4.764 1174 {0.7, 4.3020, 4.3715, 4.4438, 4.5974, 4.7644, 4.9470, 5.1478, 5.3703}, 1115 {0.8, 4.6336, 4.7072, 4.7837, 4.9463, 5.123 1175 {0.8, 4.6336, 4.7072, 4.7837, 4.9463, 5.1233, 5.3169, 5.5300, 5.7661}, 1116 {1.0, 5.2041, 5.2845, 5.3682, 5.5462, 5.740 1176 {1.0, 5.2041, 5.2845, 5.3682, 5.5462, 5.7400, 5.9523, 6.1863, 6.4458}, 1117 {1.2, 5.6182, 5.7044, 5.7940, 5.9848, 6.192 1177 {1.2, 5.6182, 5.7044, 5.7940, 5.9848, 6.1927, 6.4206, 6.6719, 6.9510}, 1118 {1.4, 5.9967, 6.0876, 6.1823, 6.3839, 6.603 1178 {1.4, 5.9967, 6.0876, 6.1823, 6.3839, 6.6038, 6.8451, 7.1113, 7.4071}, 1119 {1.5, 6.1652, 6.2583, 6.3553, 6.5618, 6.787 1179 {1.5, 6.1652, 6.2583, 6.3553, 6.5618, 6.7871, 7.0344, 7.3073, 7.6107}, 1120 {1.7, 6.4686, 6.5657, 6.6668, 6.8823, 7.117 1180 {1.7, 6.4686, 6.5657, 6.6668, 6.8823, 7.1175, 7.3757, 7.6609, 7.9782}, 1121 {2.0, 6.8577, 6.9600, 7.0666, 7.2937, 7.541 1181 {2.0, 6.8577, 6.9600, 7.0666, 7.2937, 7.5418, 7.8143, 8.1156, 8.4510}, 1122 {3.0, 7.7981, 7.9134, 8.0336, 8.2901, 8.570 1182 {3.0, 7.7981, 7.9134, 8.0336, 8.2901, 8.5708, 8.8796, 9.2214, 9.6027}, 1123 {5.0, 8.8978, 9.0297, 9.1673, 9.4612, 9.783 1183 {5.0, 8.8978, 9.0297, 9.1673, 9.4612, 9.7834, 10.1384, 10.5323, 10.9722}, 1124 {7.0, 9.4819, 9.6248, 9.7739, 10.0926, 10.4 1184 {7.0, 9.4819, 9.6248, 9.7739, 10.0926, 10.4423, 10.8282, 11.2565, 11.7356} 1125 }; 1185 }; 1126 1186 1127 const G4double bll1[28][10] = { 1187 const G4double bll1[28][10] = { 1128 {0.005, 3.6324E-5, 4.0609E-5, 4.5430E-5, 5. 1188 {0.005, 3.6324E-5, 4.0609E-5, 4.5430E-5, 5.6969E-5, 7.1625E-5, 9.0279E-5, 1.1407E-4, 1.2834E-4, 1.4447E-4}, 1129 {0.007, 1.8110E-4, 2.0001E-4, 2.2099E-4, 2. 1189 {0.007, 1.8110E-4, 2.0001E-4, 2.2099E-4, 2.7006E-4, 3.3049E-4, 4.0498E-4, 4.9688E-4, 5.5061E-4, 6.1032E-4}, 1130 {0.01, 8.6524E-4, 9.4223E-4, 1.0262E-3, 1.2 1190 {0.01, 8.6524E-4, 9.4223E-4, 1.0262E-3, 1.2178E-3, 1.4459E-3, 1.7174E-3, 2.0405E-3, 2.2245E-3, 2.4252E-3}, 1131 {0.015, 4.2293E-3, 4.5314E-3, 4.8551E-3, 5. 1191 {0.015, 4.2293E-3, 4.5314E-3, 4.8551E-3, 5.5731E-3, 6.3968E-3, 7.3414E-3, 8.4242E-3, 9.0236E-3, 9.6652E-3}, 1132 {0.02, 1.1485E-2, 1.2172E-2, 1.2900E-2, 1.4 1192 {0.02, 1.1485E-2, 1.2172E-2, 1.2900E-2, 1.4486E-2, 1.6264E-2, 1.8256E-2, 2.0487E-2, 2.1702E-2, 2.2989E-2}, 1133 {0.03, 3.9471E-2, 4.1270E-2, 4.3149E-2, 4.7 1193 {0.03, 3.9471E-2, 4.1270E-2, 4.3149E-2, 4.7163E-2, 5.1543E-2, 5.6423E-2, 6.1540E-2, 6.4326E-2, 6.7237E-2}, 1134 {0.04, 8.4454E-2, 8.7599E-2, 9.0860E-2, 9.7 1194 {0.04, 8.4454E-2, 8.7599E-2, 9.0860E-2, 9.7747E-2, 1.0516E-1, 1.1313E-1, 1.2171E-1, 1.2625E-1, 1.3096E-1}, 1135 {0.05, 1.4339E-1, 1.4795E-1, 1.5266E-1, 1.6 1195 {0.05, 1.4339E-1, 1.4795E-1, 1.5266E-1, 1.6253E-1, 1.7306E-1, 1.8430E-1, 1.9630E-1, 2.0261E-1, 2.0924E-1}, 1136 {0.06, 2.1304E-1, 2.1899E-1, 2.2512E-1, 2.3 1196 {0.06, 2.1304E-1, 2.1899E-1, 2.2512E-1, 2.3794E-1, 2.5153E-1, 2.6596E-1, 2.8130E-1, 2.8934E-1, 2.9763E-1}, 1137 {0.08, 3.7382E-1, 3.8241E-1, 3.9122E-1, 4.0 1197 {0.08, 3.7382E-1, 3.8241E-1, 3.9122E-1, 4.0955E-1, 4.2888E-1, 4.4928E-1, 4.7086E-1, 4.8212E-1, 4.9371E-1}, 1138 {0.1, 5.5056E-1, 5.6151E-1, 5.7273E-1, 5.96 1198 {0.1, 5.5056E-1, 5.6151E-1, 5.7273E-1, 5.9601E-1, 6.2049E-1, 6.4627E-1, 6.7346E-1, 6.8762E-1, 7.0218E-1}, 1139 {0.15, 1.0066, 1.0224, 1.0386, 1.0721, 1.10 1199 {0.15, 1.0066, 1.0224, 1.0386, 1.0721, 1.1073, 1.1443, 1.1832, 1.2035, 1.2243}, 1140 {0.2, 1.4376, 1.4572, 1.4773, 1.5188, 1.562 1200 {0.2, 1.4376, 1.4572, 1.4773, 1.5188, 1.5624, 1.6083, 1.6566, 1.6817, 1.7076}, 1141 {0.3, 2.1712, 2.1964, 2.2223, 2.2758, 2.332 1201 {0.3, 2.1712, 2.1964, 2.2223, 2.2758, 2.3322, 2.3915, 2.4542, 2.4869, 2.5205}, 1142 {0.4, 2.7500, 2.7793, 2.8094, 2.8719, 2.937 1202 {0.4, 2.7500, 2.7793, 2.8094, 2.8719, 2.9377, 3.0072, 3.0807, 3.1192, 3.1587}, 1143 {0.5, 3.2033, 3.2359, 3.2693, 3.3389, 3.412 1203 {0.5, 3.2033, 3.2359, 3.2693, 3.3389, 3.4122, 3.4898, 3.5721, 3.6151, 3.6595}, 1144 {0.6, 3.6038, 3.6391, 3.6753, 3.7506, 3.830 1204 {0.6, 3.6038, 3.6391, 3.6753, 3.7506, 3.8303, 3.9146, 4.0042, 4.0511, 4.0995}, 1145 {0.7, 3.9106, 3.9482, 3.9867, 4.0670, 4.152 1205 {0.7, 3.9106, 3.9482, 3.9867, 4.0670, 4.1520, 4.2421, 4.3380, 4.3882, 4.4401}, 1146 {0.8, 4.1790, 4.2185, 4.2590, 4.3437, 4.433 1206 {0.8, 4.1790, 4.2185, 4.2590, 4.3437, 4.4333, 4.5285, 4.6298, 4.6830, 4.7380}, 1147 {1.0, 4.6344, 4.6772, 4.7212, 4.8131, 4.910 1207 {1.0, 4.6344, 4.6772, 4.7212, 4.8131, 4.9106, 5.0144, 5.1250, 5.1831, 5.2432}, 1148 {1.2, 4.9787, 5.0242, 5.0711, 5.1689, 5.272 1208 {1.2, 4.9787, 5.0242, 5.0711, 5.1689, 5.2729, 5.3837, 5.5050, 5.5642, 5.6287}, 1149 {1.4, 5.2688, 5.3166, 5.3658, 5.4687, 5.578 1209 {1.4, 5.2688, 5.3166, 5.3658, 5.4687, 5.5782, 5.6950, 5.8198, 5.8855, 5.9554}, 1150 {1.5, 5.3966, 5.4454, 5.4957, 5.6009, 5.712 1210 {1.5, 5.3966, 5.4454, 5.4957, 5.6009, 5.7128, 5.8323, 5.9601, 6.0274, 6.0972}, 1151 {1.7, 5.6255, 5.6762, 5.7284, 5.8377, 5.954 1211 {1.7, 5.6255, 5.6762, 5.7284, 5.8377, 5.9541, 6.0785, 6.2116, 6.2818, 6.3546}, 1152 {2.0, 5.9170, 5.9701, 6.0248, 6.1395, 6.261 1212 {2.0, 5.9170, 5.9701, 6.0248, 6.1395, 6.2618, 6.3925, 6.5327, 6.6066, 6.6833}, 1153 {3.0, 6.6210, 6.6801, 6.7411, 6.8692, 7.006 1213 {3.0, 6.6210, 6.6801, 6.7411, 6.8692, 7.0062, 7.1529, 7.3107, 7.3941, 7.4807}, 1154 {5.0, 7.4620, 7.5288, 7.5977, 7.7428, 7.898 1214 {5.0, 7.4620, 7.5288, 7.5977, 7.7428, 7.8982, 8.0653, 8.2454, 8.3409, 8.4402}, 1155 {7.0, 7.7362, 7.8079, 7.8821, 8.0383, 8.206 1215 {7.0, 7.7362, 7.8079, 7.8821, 8.0383, 8.2061, 8.3866, 8.5816, 8.6850, 8.7927} 1156 }; 1216 }; 1157 1217 1158 const G4double bll2[28][10] = { 1218 const G4double bll2[28][10] = { 1159 {0.005, 1.8339E-4, 2.3330E-4, 2.9738E-4, 3. 1219 {0.005, 1.8339E-4, 2.3330E-4, 2.9738E-4, 3.7977E-4, 4.2945E-4, 4.8582E-4, 6.2244E-4, 7.9858E-4, 1.0258E-3}, 1160 {0.007, 7.5042E-4, 9.2355E-4, 1.1375E-3, 1. 1220 {0.007, 7.5042E-4, 9.2355E-4, 1.1375E-3, 1.4021E-3, 1.5570E-3, 1.7292E-3, 2.1335E-3, 2.6335E-3, 3.2515E-3}, 1161 {0.01, 2.8829E-3, 3.4275E-3, 4.0758E-3, 4.8 1221 {0.01, 2.8829E-3, 3.4275E-3, 4.0758E-3, 4.8457E-3, 5.2839E-3, 5.7617E-3, 6.8504E-3, 8.1442E-3, 9.6816E-3}, 1162 {0.015, 1.1087E-2, 1.2716E-2, 1.4581E-2, 1. 1222 {0.015, 1.1087E-2, 1.2716E-2, 1.4581E-2, 1.6717E-2, 1.7898E-2, 1.9163E-2, 2.1964E-2, 2.5173E-2, 2.8851E-2}, 1163 {0.02, 2.5786E-2, 2.8922E-2, 3.2435E-2, 3.6 1223 {0.02, 2.5786E-2, 2.8922E-2, 3.2435E-2, 3.6371E-2, 3.8514E-2, 4.0784E-2, 4.5733E-2, 5.1288E-2, 5.7531E-2}, 1164 {0.03, 7.3461E-2, 8.0264E-2, 8.7705E-2, 9.5 1224 {0.03, 7.3461E-2, 8.0264E-2, 8.7705E-2, 9.5852E-2, 1.0021E-1, 1.0478E-1, 1.1458E-1, 1.2535E-1, 1.3721E-1}, 1165 {0.04, 1.4094E-1, 1.5172E-1, 1.6336E-1, 1.7 1225 {0.04, 1.4094E-1, 1.5172E-1, 1.6336E-1, 1.7596E-1, 1.8265E-1, 1.8962E-1, 2.0445E-1, 2.2058E-1, 2.3818E-1}, 1166 {0.05, 2.2289E-1, 2.3762E-1, 2.5344E-1, 2.7 1226 {0.05, 2.2289E-1, 2.3762E-1, 2.5344E-1, 2.7045E-1, 2.7944E-1, 2.8877E-1, 3.0855E-1, 3.2995E-1, 3.5318E-1}, 1167 {0.06, 3.1503E-1, 3.3361E-1, 3.5346E-1, 3.7 1227 {0.06, 3.1503E-1, 3.3361E-1, 3.5346E-1, 3.7473E-1, 3.8594E-1, 3.9756E-1, 4.2212E-1, 4.4861E-1, 4.7727E-1}, 1168 {0.08, 5.1793E-1, 5.4368E-1, 5.7109E-1, 6.0 1228 {0.08, 5.1793E-1, 5.4368E-1, 5.7109E-1, 6.0032E-1, 6.1569E-1, 6.3159E-1, 6.6512E-1, 7.0119E-1, 7.4012E-1}, 1169 {0.1, 7.3258E-1, 7.6481E-1, 7.9907E-1, 8.35 1229 {0.1, 7.3258E-1, 7.6481E-1, 7.9907E-1, 8.3556E-1, 8.5472E-1, 8.7454E-1, 9.1630E-1, 9.6119E-1, 1.0096}, 1170 {0.15, 1.2677, 1.3137, 1.3626, 1.4147, 1.44 1230 {0.15, 1.2677, 1.3137, 1.3626, 1.4147, 1.4421, 1.4703, 1.5300, 1.5942, 1.6636}, 1171 {0.2, 1.7615, 1.8188, 1.8797, 1.9446, 1.978 1231 {0.2, 1.7615, 1.8188, 1.8797, 1.9446, 1.9788, 2.0142, 2.0889, 2.1694, 2.2567}, 1172 {0.3, 2.5909, 2.6658, 2.7457, 2.8312, 2.876 1232 {0.3, 2.5909, 2.6658, 2.7457, 2.8312, 2.8762, 2.9231, 3.0222, 3.1295, 3.2463}, 1173 {0.4, 3.2417, 3.3302, 3.4249, 3.5266, 3.580 1233 {0.4, 3.2417, 3.3302, 3.4249, 3.5266, 3.5803, 3.6361, 3.7546, 3.8835, 4.0242}, 1174 {0.5, 3.7527, 3.8523, 3.9591, 4.0741, 4.135 1234 {0.5, 3.7527, 3.8523, 3.9591, 4.0741, 4.1350, 4.1983, 4.3330, 4.4799, 4.6408}, 1175 {0.6, 4.2013, 4.3103, 4.4274, 4.5537, 4.620 1235 {0.6, 4.2013, 4.3103, 4.4274, 4.5537, 4.6206, 4.6904, 4.8390, 5.0013, 5.1796}, 1176 {0.7, 4.5493, 4.6664, 4.7925, 4.9286, 5.000 1236 {0.7, 4.5493, 4.6664, 4.7925, 4.9286, 5.0009, 5.0762, 5.2370, 5.4129, 5.6066}, 1177 {0.8, 4.8537, 4.9780, 5.1119, 5.2568, 5.333 1237 {0.8, 4.8537, 4.9780, 5.1119, 5.2568, 5.3338, 5.4141, 5.5857, 5.7738, 5.9811}, 1178 {1.0, 5.3701, 5.5066, 5.6540, 5.8138, 5.898 1238 {1.0, 5.3701, 5.5066, 5.6540, 5.8138, 5.8989, 5.9878, 6.1780, 6.3870, 6.6179}, 1179 {1.2, 5.7648, 5.9114, 6.0701, 6.2424, 6.334 1239 {1.2, 5.7648, 5.9114, 6.0701, 6.2424, 6.3343, 6.4303, 6.6361, 6.8626, 7.1137}, 1180 {1.4, 6.0976, 6.2530, 6.4214, 6.6044, 6.702 1240 {1.4, 6.0976, 6.2530, 6.4214, 6.6044, 6.7021, 6.8043, 7.0237, 7.2655, 7.5338}, 1181 {1.5, 6.2447, 6.4041, 6.5768, 6.7647, 6.865 1241 {1.5, 6.2447, 6.4041, 6.5768, 6.7647, 6.8650, 6.9700, 7.1954, 7.4442, 7.7203}, 1182 {1.7, 6.5087, 6.6752, 6.8558, 7.0526, 7.157 1242 {1.7, 6.5087, 6.6752, 6.8558, 7.0526, 7.1578, 7.2679, 7.5045, 7.7660, 8.0565}, 1183 {2.0, 6.8458, 7.0218, 7.2129, 7.4213, 7.532 1243 {2.0, 6.8458, 7.0218, 7.2129, 7.4213, 7.5328, 7.6496, 7.9010, 8.1791, 8.4886}, 1184 {3.0, 7.6647, 7.8644, 8.0819, 8.3189, 8.447 1244 {3.0, 7.6647, 7.8644, 8.0819, 8.3189, 8.4475, 8.5814, 8.8702, 9.1908, 9.5488}, 1185 {5.0, 8.6515, 8.8816, 9.1330, 9.4090, 9.557 1245 {5.0, 8.6515, 8.8816, 9.1330, 9.4090, 9.5572, 9.7132, 10.0504, 10.4259, 10.8466}, 1186 {7.0, 9.0221, 9.2724, 9.5464, 9.8477, 10.00 1246 {7.0, 9.0221, 9.2724, 9.5464, 9.8477, 10.0099, 10.1805, 10.5499, 10.9622, 11.4250} 1187 }; 1247 }; 1188 1248 1189 const G4double bll3[28][9] = { 1249 const G4double bll3[28][9] = { 1190 {0.005, 1.3190E-3, 1.4961E-3, 1.6974E-3, 2. 1250 {0.005, 1.3190E-3, 1.4961E-3, 1.6974E-3, 2.1858E-3, 2.8163E-3, 3.6302E-3, 4.6814E-3, 6.0395E-3}, 1191 {0.007, 4.0158E-3, 4.4623E-3, 4.9592E-3, 6. 1251 {0.007, 4.0158E-3, 4.4623E-3, 4.9592E-3, 6.1257E-3, 7.5675E-3, 9.3502E-3, 1.1556E-2, 1.4290E-2}, 1192 {0.01, 1.1509E-2, 1.2548E-2, 1.3681E-2, 1.6 1252 {0.01, 1.1509E-2, 1.2548E-2, 1.3681E-2, 1.6263E-2, 1.9336E-2, 2.2999E-2, 2.7370E-2, 3.2603E-2}, 1193 {0.015, 3.3070E-2, 3.5408E-2, 3.7914E-2, 4. 1253 {0.015, 3.3070E-2, 3.5408E-2, 3.7914E-2, 4.3483E-2, 4.9898E-2, 5.7304E-2, 6.5884E-2, 7.5861E-2}, 1194 {0.02, 6.4555E-2, 6.8394E-2, 7.2472E-2, 8.1 1254 {0.02, 6.4555E-2, 6.8394E-2, 7.2472E-2, 8.1413E-2, 9.1539E-2, 1.0304E-1, 1.1617E-1, 1.3121E-1}, 1195 {0.03, 1.5030E-1, 1.5101E-1, 1.5844E-1, 1.7 1255 {0.03, 1.5030E-1, 1.5101E-1, 1.5844E-1, 1.7451E-1, 1.9244E-1, 2.1244E-1, 2.3496E-1, 2.6044E-1}, 1196 {0.04, 2.5743E-1, 2.6774E-1, 2.7855E-1, 3.0 1256 {0.04, 2.5743E-1, 2.6774E-1, 2.7855E-1, 3.0180E-1, 3.2751E-1, 3.5608E-1, 3.8803E-1, 4.2401E-1}, 1197 {0.05, 3.7846E-1, 3.9195E-1, 4.0607E-1, 4.3 1257 {0.05, 3.7846E-1, 3.9195E-1, 4.0607E-1, 4.3635E-1, 4.6973E-1, 5.0672E-1, 5.4798E-1, 5.9436E-1}, 1198 {0.06, 5.0839E-1, 5.2497E-1, 5.4230E-1, 5.7 1258 {0.06, 5.0839E-1, 5.2497E-1, 5.4230E-1, 5.7943E-1, 6.2028E-1, 6.6549E-1, 7.1589E-1, 7.7252E-1}, 1199 {0.08, 7.8230E-1, 8.0474E-1, 8.2818E-1, 8.7 1259 {0.08, 7.8230E-1, 8.0474E-1, 8.2818E-1, 8.7836E-1, 9.3355E-1, 9.9462E-1, 1.0627, 1.1394}, 1200 {0.1, 1.0621, 1.0900, 1.1192, 1.1816, 1.250 1260 {0.1, 1.0621, 1.0900, 1.1192, 1.1816, 1.2503, 1.3265, 1.4116, 1.5076}, 1201 {0.15, 1.7389, 1.7790, 1.8210, 1.9112, 2.01 1261 {0.15, 1.7389, 1.7790, 1.8210, 1.9112, 2.0108, 2.1217, 2.2462, 2.3876}, 1202 {0.2, 2.3516, 2.4024, 2.4556, 2.5701, 2.697 1262 {0.2, 2.3516, 2.4024, 2.4556, 2.5701, 2.6971, 2.8391, 2.9994, 3.1822}, 1203 {0.3, 3.3741, 3.4427, 3.5148, 3.6706, 3.844 1263 {0.3, 3.3741, 3.4427, 3.5148, 3.6706, 3.8445, 4.0404, 4.2631, 4.5193}, 1204 {0.4, 4.1788, 4.2620, 4.3496, 4.5398, 4.753 1264 {0.4, 4.1788, 4.2620, 4.3496, 4.5398, 4.7530, 4.9944, 5.2703, 5.5895}, 1205 {0.5, 4.8180, 4.9137, 5.0146, 5.2341, 5.481 1265 {0.5, 4.8180, 4.9137, 5.0146, 5.2341, 5.4811, 5.7618, 6.0840, 6.4583}, 1206 {0.6, 5.3765, 5.4830, 5.5954, 5.8406, 6.117 1266 {0.6, 5.3765, 5.4830, 5.5954, 5.8406, 6.1173, 6.4326, 6.7958, 7.2191}, 1207 {0.7, 5.8208, 5.9369, 6.0596, 6.3275, 6.630 1267 {0.7, 5.8208, 5.9369, 6.0596, 6.3275, 6.6306, 6.9769, 7.3767, 7.8440}, 1208 {0.8, 6.2109, 6.3355, 6.4674, 6.7558, 7.082 1268 {0.8, 6.2109, 6.3355, 6.4674, 6.7558, 7.0827, 7.4570, 7.8900, 8.3972}, 1209 {1.0, 6.8747, 7.0142, 7.1621, 7.4861, 7.854 1269 {1.0, 6.8747, 7.0142, 7.1621, 7.4861, 7.8546, 8.2778, 8.7690, 9.3464}, 1210 {1.2, 7.3933, 7.5454, 7.7068, 8.0612, 8.465 1270 {1.2, 7.3933, 7.5454, 7.7068, 8.0612, 8.4652, 8.9302, 9.4713, 10.1090}, 1211 {1.4, 7.8331, 7.9967, 8.1694, 8.5502, 8.985 1271 {1.4, 7.8331, 7.9967, 8.1694, 8.5502, 8.9851, 9.4866, 10.0713, 10.7619}, 1212 {1.5, 8.0286, 8.1967, 8.3753, 8.7681, 9.218 1272 {1.5, 8.0286, 8.1967, 8.3753, 8.7681, 9.2181, 9.7352, 10.3399, 11.0546}, 1213 {1.7, 8.3813, 8.5585, 8.7469, 9.1618, 9.636 1273 {1.7, 8.3813, 8.5585, 8.7469, 9.1618, 9.6367, 10.1856, 10.8270, 11.5863}, 1214 {2.0, 8.8352, 9.0245, 9.2260, 9.6701, 10.17 1274 {2.0, 8.8352, 9.0245, 9.2260, 9.6701, 10.1793, 10.7688, 11.4590, 12.2775}, 1215 {3.0, 9.9511, 10.1714, 10.4062, 10.9254, 11 1275 {3.0, 9.9511, 10.1714, 10.4062, 10.9254, 11.5229, 12.2172, 13.0332, 14.0048}, 1216 {5.0, 11.3211, 11.5818, 11.8601, 12.4771, 1 1276 {5.0, 11.3211, 11.5818, 11.8601, 12.4771, 13.1898, 14.0213, 15.0024, 16.1752}, 1217 {7.0, 11.9480, 12.2357, 12.5432, 13.2260, 1 1277 {7.0, 11.9480, 12.2357, 12.5432, 13.2260, 14.0164, 14.9404, 16.0330, 17.3420} 1218 }; 1278 }; >> 1279 1219 1280 1220 G4double b, bs; 1281 G4double b, bs; 1221 for(i=0; i<nEtaK; ++i) { << 1282 for(i=0; i<nEtaK; i++) { 1222 1283 1223 G4double et = Eta[i]; << 1284 G4double et = eta[i]; 1224 G4double loget = G4Log(et); << 1285 G4double loget = std::log(et); >> 1286 Eta[i] = et; >> 1287 // G4cout << "### eta[" << i << "]= " << et << " KShell: tet= " << TheK[0]<<" - " <<TheK[nK-1]<< G4endl; 1225 1288 1226 for(j=0; j<nK; ++j) { << 1289 for(j=0; j<nK; j++) { 1227 1290 1228 if(j < 10) { b = bk2[i][10-j]; } << 1291 if(j < 10) b = bk2[i][10-j]; 1229 else { b = bk1[i][20-j]; } << 1292 else b = bk1[i][20-j]; 1230 1293 1231 CK[j][i] = SK[j]*loget + TK[j] - b; 1294 CK[j][i] = SK[j]*loget + TK[j] - b; 1232 << 1295 //G4cout << " " << CK[j][i]; 1233 if(i == nEtaK-1) { << 1296 if(i == nEtaK-1) ZK[j] = et*(et*et*CK[j][i] - et*UK[j] - VK[j]); 1234 ZK[j] = et*(et*et*CK[j][i] - et*UK[j] << 1235 //G4cout << "i= " << i << " j= " << j << 1236 // << " CK[j][i]= " << CK[j][i << 1237 // << " ZK[j]= " << ZK[j] << " << 1238 } << 1239 } 1297 } 1240 //G4cout << G4endl; 1298 //G4cout << G4endl; 1241 if(i < nEtaL) { 1299 if(i < nEtaL) { 1242 //G4cout << " LShell:" <<G4endl; 1300 //G4cout << " LShell:" <<G4endl; 1243 for(j=0; j<nL; ++j) { << 1301 for(j=0; j<nL; j++) { 1244 1302 1245 if(j < 8) { 1303 if(j < 8) { 1246 bs = bls3[i][8-j]; 1304 bs = bls3[i][8-j]; 1247 b = bll3[i][8-j]; 1305 b = bll3[i][8-j]; 1248 } else if(j < 17) { 1306 } else if(j < 17) { 1249 bs = bls2[i][17-j]; 1307 bs = bls2[i][17-j]; 1250 b = bll2[i][17-j]; 1308 b = bll2[i][17-j]; 1251 } else { 1309 } else { 1252 bs = bls1[i][26-j]; 1310 bs = bls1[i][26-j]; 1253 b = bll1[i][26-j]; 1311 b = bll1[i][26-j]; 1254 } << 1312 } 1255 G4double c = SL[j]*loget + TL[j]; << 1313 G4double c = SL[j]*loget + TL[j]; 1256 CL[j][i] = c - bs - 3.0*b; 1314 CL[j][i] = c - bs - 3.0*b; 1257 if(i == nEtaL-1) { << 1315 //G4cout << " " << CL[j][i]; 1258 VL[j] = et*(et*CL[j][i] - UL[j]); << 1316 if(i == nEtaL-1) VL[j] = et*(et*CL[j][i] - UL[j]); 1259 //G4cout << "i= " << i << " j= " << << 1260 // << " CL[j][i]= " << CL[ << 1261 // << " VL[j]= " << VL[j] < << 1262 // << " et= " << et << G4en << 1263 //" UL= " << UL[j] << " TL= " << TL << 1264 } << 1265 } 1317 } 1266 //G4cout << G4endl; 1318 //G4cout << G4endl; 1267 } 1319 } 1268 } 1320 } >> 1321 const G4double hm[53] = { >> 1322 12.0, 12.0, 12.0, 12.0, 11.9, 11.7, 11.5, 11.2, 10.8, 10.4, >> 1323 10.0, 9.51, 8.97, 8.52, 8.03, 7.46, 6.95, 6.53, 6.18, 5.87, >> 1324 5.61, 5.39, 5.19, 5.01, 4.86, 4.72, 4.62, 4.53, 4.44, 4.38, >> 1325 4.32, 4.26, 4.20, 4.15, 4.1, 4.04, 4.00, 3.95, 3.93, 3.91, >> 1326 3.90, 3.89, 3.89, 3.88, 3.88, 3.88, 3.88, 3.88, 3.89, 3.89, >> 1327 3.90, 3.92, 3.93 }; >> 1328 const G4double hn[31] = { >> 1329 75.5, 61.9, 52.2, 45.1, 39.6, 35.4, 31.9, 29.1, 27.2, 25.8, >> 1330 24.5, 23.6, 22.7, 22.0, 21.4, 20.9, 20.5, 20.2, 19.9, 19.7, >> 1331 19.5, 19.3, 19.2, 19.1, 18.4, 18.8, 18.7, 18.6, 18.5, 18.4, >> 1332 18.2 >> 1333 }; >> 1334 for(i=0; i<53; i++) {HM[i] = hm[i];} >> 1335 for(i=0; i<31; i++) {HN[i] = hn[i];} >> 1336 >> 1337 const G4double mm[93] = { >> 1338 0.0, >> 1339 /* >> 1340 -0.0001577, 5.396e-05, 0.0004194, -0.0001969, -0.0003447, -0.0001904, 9.612e-05, 4.16e-05, 0.0001899, 0.0001322, >> 1341 0.0001485, 4.698e-05, -7.726e-05, -6.448e-05, 3.269e-05, -0.0001293, 0.0001483, -8.559e-05, 4.018e-05, 6.239e-05, >> 1342 4.447e-05, 2.212e-05, -5.568e-06, 3.782e-05, 4.398e-05, 8.942e-05, 0.0002202, 0.0001357, 0.0001195, 0.0001812, >> 1343 0.0002365, 4.508e-05, 0.0001629, 7.75e-05, 0.0001886, 0.0001601, 0.00015, 5.679e-05, 5.956e-06, -7.309e-05, >> 1344 -0.0001144, -8.585e-05, -0.0001051, -8.209e-05, -5.871e-05, -3.744e-05, -6.707e-05, -9.199e-06, 1.181e-05, 2.252e-05, >> 1345 1.051e-05, 7.63e-05, 1.71e-05, 1.705e-05, 1.561e-05, 8.987e-06, 4.957e-06, -1.473e-05, -1.902e-05, -1.491e-05, >> 1346 -9.891e-08, 2.584e-05, 3.696e-05, 8.651e-06, -3.601e-06, 1.647e-05, 4.536e-05, 9.954e-05, 8.922e-05, 0.0001026, >> 1347 4.094e-05, 3.788e-05, 1.578e-05, 2.731e-05, -6.035e-05, -9.112e-05, -8.846e-05, -0.0001361, -0.0001959, -0.0001883, >> 1348 -0.0002854, -0.0004129, -0.0004611, -0.0005523, -0.0005869, -0.0005008, -0.000659, -0.0007045, -0.0007322, -0.0008374, >> 1349 -0.0008731, -0.0009327, >> 1350 >> 1351 -0.0003427, -4.685e-05, 0.0007304, -0.0003158, -0.0004104, -0.001133, -0.0007987, -0.0001528, 8.976e-05, 8.63e-05, >> 1352 1.764e-05, -0.000136, -0.0002895, -0.0002618, -0.0002878, -0.0003813, 1.417e-05, -0.0004216, -0.0003859, -0.0001028, >> 1353 -0.0001617, -0.0002141, -0.0002178, 5.59e-05, 9.964e-07, 7.528e-05, 0.0002261, 4.241e-05, 0.0005255, 0.0002139, >> 1354 -5.821e-05, -2.661e-05, 0.0001039, 3.359e-05, 0.0004229, -0.0004872, 0.0001374, -2.79e-05, -1.319e-05, -0.0001077, >> 1355 -0.0001923, -0.0001189, -0.0001091, -8.486e-05, 7.506e-05, 0.0001053, 0.0004596, 0.000177, 4.805e-05, 3.97e-05, >> 1356 0.0004008, 0.0002194, 0.0001639, 0.0003285, 0.000219, 0.0001339, 6.323e-05, 2.013e-05, 2.568e-05, 4.346e-05, >> 1357 8.455e-05, 8.785e-05, 0.0001393, 9.907e-05, 0.0001003, 0.0001508, 0.0002189, 0.0003885, 0.0003603, 0.0003839, >> 1358 0.0003321, 0.0002207, 0.0001627, 0.0002282, 0.0002177, 0.0002156, 0.0002855, 0.0002361, 0.0007735, 0.0001157, >> 1359 -0.0001214, -0.0002944, -0.0003193, -0.0004025, -0.0002436, -7.573e-05, -0.0003741, -0.0003678, -0.0004839, -0.0003934, >> 1360 -0.0005817, -0.000726, >> 1361 >> 1362 -118, 40.37, 313.8, -147.3, -257.9, -142.4, 71.91, 31.12, 142.1, 98.92, >> 1363 112.3, 41.36, -47.15, -17.84, 46.46, -66.91, 141.3, -19.96, 84.66, 110.2, >> 1364 113.2, 108.7, 92.89, 127.3, 139.3, 187, 288.5, 233.4, 225.3, 284.6, >> 1365 344.5, 246.2, 359.7, 324.1, 455, 457.1, 481, 459.8, 447.9, 407.5, >> 1366 399.7, 457.7, 470.4, 511.8, 545.9, 581, 574.1, 638.6, 685.6, 719.6, >> 1367 740.8, 817.2, 808.3, 839.7, 866.2, 873.2, 879.3, 886.3, 902, 912.7, >> 1368 927.7, 942.1, 967.1, 962.2, 961.8, 993.4, 1006, 1060, 1046, 1061, >> 1369 1036, 1060, 1062, 1084, 1048, 1063, 1098, 1093, 1089, 1117, >> 1370 1085, 1044, 1033, 1027, 1051, 1150, 1064, 1078, 1090, 1140, >> 1371 1119, 1097, >> 1372 */ >> 1373 >> 1374 -511.3, -69.91, 1090, -471.2, -612.4, -1690, -1192, -228, 133.9, 128.8, >> 1375 28.71, -190.6, -408.7, -326.6, -378.5, -507.3, 93.63, -531, -459.2, -21.83, >> 1376 -74.93, -121.7, -122.8, 285.2, 217.4, 366.3, 598.7, 341.8, 1078, 634.2, >> 1377 280.5, 430.7, 663.5, 596.4, 1307, 6.814, 992.6, 887, 967.6, 868, >> 1378 775.9, 1034, 1050, 1204, 1458, 1541, 2186, 1806, 1676, 1718, >> 1379 2416, 2204, 2197, 2496, 2371, 2370, 2330, 2318, 2379, 2434, >> 1380 2513, 2533, 2650, 2650, 2684, 2788, 2868, 3157, 3150, 3196, >> 1381 3162, 3055, 3008, 3133, 3176, 3212, 3356, 3324, 4170, 3320, >> 1382 3109, 2941, 2973, 2858, 3088, 3447, 3134, 3121, 3086, 3199, >> 1383 3115, 2979, 1269 1384 1270 const G4double xzk[34] = { 11.7711, << 1385 }; 1271 13.3669, 15.5762, 17.1715, 18.7667, 20.85 << 1386 1272 34.3457, 37.4119, 40.3555, 42.3177, 44.77 << 1387 const G4double ntau[93] = { 1273 60.9586, 63.6567, 66.5998, 68.807, 71.872 << 1388 0.0, 1274 93.4549, 96.2753 << 1389 -251.1, 512.8, 1724, 649, 658.8, 594.1, 946.6, 969.2, 1154, 997.8, 1275 const G4double yzk[34] = { 0.70663, << 1390 939.3, 775.5, 619.9, 848.3, 973.4, 1035, 1252, 698.8, 1043, 1080, 1276 0.72033, 0.73651, 0.74647, 0.75518, 0.763 << 1391 957, 885.6, 772.1, 847.1, 799.7, 901.7, 1042, 880.8, 857.7, 968, 1277 0.80611, 0.8123, 0.8185, 0.82097, 0.82467 << 1392 850.4, 482.8, 781.4, 685, 1093, 847.4, 824.4, 751.5, 638, 489.2, 1278 0.84565, 0.84936, 0.85181, 0.85303, 0.855 << 1393 266.5, 371, 319.2, 356.6, 424.9, 405, 390.8, 610.6, 404.3, 444.6, 1279 0.86891, 0.87011 << 1394 439, 579, 466.4, 520.5, 551.1, 441.6, 328.8, 264.3, 260.9, 274, 1280 << 1395 264.8, 235.1, 290, 196, 178.2, 248.4, 224.3, 268.2, 239.5, 253.9, 1281 const G4double xzl[36] = { 15.5102, << 1396 219.2, 172.7, 169.5, 199, 53.35, 65.78, 120.2, 77.13, 32.76, 45.53, 1282 16.7347, 17.9592, 19.551, 21.0204, 22.612 << 1397 -148, -331.4, -386.4, -430.8, -361.1, -108.3, -382.4, -400.1, -458.4, -430.8, 1283 34.4898, 36.2041, 38.4082, 40.3674, 42.57 << 1398 -536.9, -627.6, 1284 59.3469, 61.9184, 64.6122, 67.4286, 71.46 << 1399 }; 1285 91.551, 94.2449, << 1400 1286 const G4double yzl[36] = { 0.29875, << 1401 for(i=0; i<93; i++) { 1287 0.31746, 0.33368, 0.35239, 0.36985, 0.387 << 1402 MSH[i] = mm[i]; 1288 0.4896, 0.50083, 0.51331, 0.52328, 0.5307 << 1403 TAU[i] = ntau[i]; 1289 0.58191, 0.5869, 0.59189, 0.60062, 0.6068 << 1404 } 1290 0.6368, 0.64054 << 1405 const G4double coseb[14] = {0.0,0.05,0.1,0.15,0.2,0.3,0.4,0.5,0.6,0.8, 1291 << 1406 1.0,1.2,1.5,2.0}; 1292 sThetaK = new G4PhysicsFreeVector(34, false << 1407 const G4double cosxi[14] = {1.0000, 0.9905, 0.9631, 0.9208, 0.8680, 1293 for(i=0; i<34; ++i) { sThetaK->PutValues(i, << 1408 0.7478, 0.6303, 0.5290, 0.4471, 0.3323, 1294 sThetaL = new G4PhysicsFreeVector(36, false << 1409 0.2610, 0.2145, 0.1696, 0.1261}; 1295 for(i=0; i<36; ++i) { sThetaL->PutValues(i, << 1410 for(i=0; i<14; i++) { >> 1411 COSEB[i] = coseb[i]; >> 1412 COSXI[i] = cosxi[i]; >> 1413 } 1296 } 1414 } 1297 1415 1298 //....oooOO0OOooo........oooOO0OOooo........o 1416 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1299 1417 1300 1418