190{
191
193
195
199
201 {
203 }
204 else
205 {
207 {
209 }
210 else
211 {
212 G4cout <<
"*** WARNING in G4ecpssrBaseKxsModel::CalculateCrossSection : we can treat only Proton or Alpha incident particles " <<
G4endl;
213 return 0;
214 }
215 }
216
217 if (verboseLevel>0)
G4cout <<
" massIncident=" << massIncident<<
G4endl;
218
220
221 if (verboseLevel>0)
G4cout <<
" kBindingEnergy=" << kBindingEnergy/eV<<
G4endl;
222
224
225 if (verboseLevel>0)
G4cout <<
" massTarget=" << massTarget<<
G4endl;
226
227 G4double systemMass =((massIncident*massTarget)/(massIncident+massTarget))/electron_mass_c2;
228
229 if (verboseLevel>0)
G4cout <<
" systemMass=" << systemMass<<
G4endl;
230
232
233
234 G4double screenedzTarget = zTarget-zkshell;
235
236
237 constexpr G4double rydbergMeV= 13.6056923e-6;
238
239 G4double tetaK = kBindingEnergy/((screenedzTarget*screenedzTarget)*rydbergMeV);
240
241
242 if (verboseLevel>0)
G4cout <<
" tetaK=" << tetaK<<
G4endl;
243
244 G4double velocity =(2./(tetaK*screenedzTarget))*std::pow(((energyIncident*electron_mass_c2)/(massIncident*rydbergMeV)),0.5);
245
246
247
248
249 if (verboseLevel>0)
G4cout <<
" velocity=" << velocity<<
G4endl;
250
251 const G4double bohrPow2Barn=(Bohr_radius*Bohr_radius)/barn ;
252
253 if (verboseLevel>0)
G4cout <<
" bohrPow2Barn=" << bohrPow2Barn<<
G4endl;
254
255 G4double sigma0 = 8.*
pi*(zIncident*zIncident)*bohrPow2Barn*std::pow(screenedzTarget,-4.);
256
257
258
259 if (verboseLevel>0)
G4cout <<
" sigma0=" << sigma0<<
G4endl;
260
261 const G4double kAnalyticalApproximation= 1.5;
262 G4double x = kAnalyticalApproximation/velocity;
263
264
265
267
269
270
271
272
273 if ((0.< x) && (x <= 0.035))
274 {
275 electrIonizationEnergy= 0.75*
pi*(std::log(1./(x*x))-1.);
276 }
277 else
278 {
279 if ( (0.035 < x) && (x <=3.))
280 {
281 electrIonizationEnergy =
G4Exp(-2.*x)/(0.031+(0.213*std::pow(x,0.5))+(0.005*x)-(0.069*std::pow(x,3./2.))+(0.324*x*x));
282 }
283
284 else
285 {
286 if ( (3.< x) && (x<=11.))
287 {
288 electrIonizationEnergy =2.*
G4Exp(-2.*x)/std::pow(x,1.6);
289 }
290
291 else electrIonizationEnergy =0.;
292 }
293 }
294
295 if (verboseLevel>0)
G4cout <<
" electrIonizationEnergy=" << electrIonizationEnergy<<
G4endl;
296
297 G4double hFunction =(electrIonizationEnergy*2.)/(tetaK*std::pow(velocity,3));
298
299
300 if (verboseLevel>0)
G4cout <<
" hFunction=" << hFunction<<
G4endl;
301
302 G4double gFunction = (1.+(9.*velocity)+(31.*velocity*velocity)+(98.*std::pow(velocity,3.))+(12.*std::pow(velocity,4.))+(25.*std::pow(velocity,5.))
303 +(4.2*std::pow(velocity,6.))+(0.515*std::pow(velocity,7.)))/std::pow(1.+velocity,9.);
304
305
306 if (verboseLevel>0)
G4cout <<
" gFunction=" << gFunction<<
G4endl;
307
308
309
310 G4double sigmaPSS = 1.+(((2.*zIncident)/(screenedzTarget*tetaK))*(gFunction-hFunction));
311
312
313
314
315 if (verboseLevel>0)
G4cout <<
" sigmaPSS=" << sigmaPSS<<
G4endl;
316
317 if (verboseLevel>0)
G4cout <<
" sigmaPSS*tetaK=" << sigmaPSS*tetaK<<
G4endl;
318
319
320
321 const G4double cNaturalUnit= 1/fine_structure_const;
322
323 if (verboseLevel>0)
G4cout <<
" cNaturalUnit=" << cNaturalUnit<<
G4endl;
324
325 G4double ykFormula=0.4*(screenedzTarget/cNaturalUnit)*(screenedzTarget/cNaturalUnit)/(velocity/sigmaPSS);
326
327
328
329
330 if (verboseLevel>0)
G4cout <<
" ykFormula=" << ykFormula<<
G4endl;
331
332 G4double relativityCorrection = std::pow((1.+(1.1*ykFormula*ykFormula)),0.5)+ykFormula;
333
334
335
336 if (verboseLevel>0)
G4cout <<
" relativityCorrection=" << relativityCorrection<<
G4endl;
337
338 G4double reducedVelocity = velocity*std::pow(relativityCorrection,0.5);
339
340
341
342
343 if (verboseLevel>0)
G4cout <<
" reducedVelocity=" << reducedVelocity<<
G4endl;
344
345 G4double etaOverTheta2 = (energyIncident*electron_mass_c2)/(massIncident*rydbergMeV*screenedzTarget*screenedzTarget)
346 /(sigmaPSS*tetaK)/(sigmaPSS*tetaK);
347
348
349
350 if (verboseLevel>0)
G4cout <<
" etaOverTheta2=" << etaOverTheta2<<
G4endl;
351
353
354
355
356 if ( velocity < 1. )
357
358
359
360
361
362 {
363 if (verboseLevel>0)
G4cout <<
" Notice : FK is computed from low velocity formula" <<
G4endl;
364
365 universalFunction = (std::pow(2.,9.)/45.)*std::pow(reducedVelocity/sigmaPSS,8.)*std::pow((1.+(1.72*(reducedVelocity/sigmaPSS)*(reducedVelocity/sigmaPSS))),-4.);
366
367
368 if (verboseLevel>0)
G4cout <<
" universalFunction by Brandt 1981 =" << universalFunction<<
G4endl;
369
370 }
371 else
372 {
373
374 if ( etaOverTheta2 > 86.6 && (sigmaPSS*tetaK) > 0.4 && (sigmaPSS*tetaK) < 2.9996 )
375 {
376
377
378 if (verboseLevel>0)
G4cout <<
" Notice : FK is computed from high velocity formula" <<
G4endl;
379
380 if (verboseLevel>0)
G4cout <<
" sigmaPSS*tetaK=" << sigmaPSS*tetaK <<
G4endl;
381
385
389
390 G4double etaK = (energyIncident*electron_mass_c2)/(massIncident*rydbergMeV*screenedzTarget*screenedzTarget);
391
392
393 if (verboseLevel>0)
G4cout <<
" etaK=" << etaK <<
G4endl;
394
395 G4double etaT = (sigmaPSS*tetaK)*(sigmaPSS*tetaK)*(86.6);
396
397
398 if (verboseLevel>0)
G4cout <<
" etaT=" << etaT <<
G4endl;
399
400 G4double fKT = FunctionFK((sigmaPSS*tetaK),86.6)*(etaT/(sigmaPSS*tetaK));
401
402
403 if (FunctionFK((sigmaPSS*tetaK),86.6)<=0.)
404 {
406 "*** WARNING in G4ecpssrBaseKxsModel::CalculateCrossSection : unable to interpolate FK function in high velocity region ! ***" <<
G4endl;
407 return 0;
408 }
409
410 if (verboseLevel>0)
G4cout <<
" FunctionFK=" << FunctionFK((sigmaPSS*tetaK),86.6) <<
G4endl;
411
413
415
417
419
421
423
425
427
429
430 G4double universalFunction3= fKK/(etaK/tetaK);
431
432
433 if (verboseLevel>0)
G4cout <<
" universalFunction3=" << universalFunction3 <<
G4endl;
434
435 universalFunction=universalFunction3;
436
437 }
438 else if ( etaOverTheta2 >= 1.e-3 && etaOverTheta2 <= 86.6 && (sigmaPSS*tetaK) >= 0.4 && (sigmaPSS*tetaK) <= 2.9996 )
439 {
440
441
442 if (verboseLevel>0)
G4cout <<
" Notice : FK is computed from INTERPOLATED data" <<
G4endl;
443
444 G4double universalFunction2 = FunctionFK((sigmaPSS*tetaK),etaOverTheta2);
445
446 if (universalFunction2<=0)
447 {
449 "*** WARNING : G4ecpssrBaseKxsModel::CalculateCrossSection is unable to interpolate FK function in medium velocity region ! ***" <<
G4endl;
450 return 0;
451 }
452
453 if (verboseLevel>0)
G4cout <<
" universalFunction2=" << universalFunction2 <<
" for theta=" << sigmaPSS*tetaK <<
" and etaOverTheta2=" << etaOverTheta2 <<
G4endl;
454
455 universalFunction=universalFunction2;
456 }
457
458 }
459
460
461
462 G4double sigmaPSSR = (sigma0/(sigmaPSS*tetaK))*universalFunction;
463
464
465 if (verboseLevel>0)
G4cout <<
" sigmaPSSR=" << sigmaPSSR<<
G4endl;
466
467
468
469 G4double pssDeltaK = (4./(systemMass*sigmaPSS*tetaK))*(sigmaPSS/velocity)*(sigmaPSS/velocity);
470
471
472
473 if (verboseLevel>0)
G4cout <<
" pssDeltaK=" << pssDeltaK<<
G4endl;
474
475 if (pssDeltaK>1) return 0.;
476
477 G4double energyLoss = std::pow(1-pssDeltaK,0.5);
478
479
480
481 if (verboseLevel>0)
G4cout <<
" energyLoss=" << energyLoss<<
G4endl;
482
483 G4double energyLossFunction = (std::pow(2.,-9)/8.)*((((9.*energyLoss)-1.)*std::pow(1.+energyLoss,9.))+(((9.*energyLoss)+1.)*std::pow(1.-energyLoss,9.)));
484
485
486
487 if (verboseLevel>0)
G4cout <<
" energyLossFunction=" << energyLossFunction<<
G4endl;
488
489
490
491 G4double coulombDeflection = (4.*
pi*zIncident/systemMass)*std::pow(tetaK*sigmaPSS,-2.)*std::pow(velocity/sigmaPSS,-3.)*(zTarget/screenedzTarget);
492
493
494 if (verboseLevel>0)
G4cout <<
" cParameter-short=" << coulombDeflection<<
G4endl;
495
496 G4double cParameter = 2.*coulombDeflection/(energyLoss*(energyLoss+1.));
497
498
499 if (verboseLevel>0)
G4cout <<
" cParameter-full=" << cParameter<<
G4endl;
500
502
503
505
506 if (verboseLevel>0)
G4cout <<
" coulombDeflectionFunction =" << coulombDeflectionFunction <<
G4endl;
507
508
509
511
512 crossSection = energyLossFunction* coulombDeflectionFunction*sigmaPSSR;
513
514
515
516
517
518 if (crossSection >= 0) {
519 return crossSection * barn;
520 }
521 else {return 0;}
522
523}
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
G4GLOB_DLL std::ostream G4cout
G4double BindingEnergy() const
G4AtomicShell * Shell(G4int Z, size_t shellIndex) const
static G4AtomicTransitionManager * Instance()
virtual G4double FindValue(G4double e, G4int componentId=0) const
static G4NistManager * Instance()
G4double GetAtomicMassAmu(const G4String &symb) const
G4double GetPDGMass() const
G4double GetPDGCharge() const
static G4Proton * Proton()
G4double ExpIntFunction(G4int n, G4double x)