198{
199
200
201
203
205
209
211 {
213 }
214 else
215 {
217 {
219 }
220 else
221 {
222 G4cout <<
"*** WARNING in G4ecpssrBaseKxsModel::CalculateCrossSection : we can treat only Proton or Alpha incident particles " <<
G4endl;
223 return 0;
224 }
225 }
226
227 if (verboseLevel>0)
G4cout <<
" massIncident=" << massIncident<<
G4endl;
228
230
231 if (verboseLevel>0)
G4cout <<
" kBindingEnergy=" << kBindingEnergy/eV<<
G4endl;
232
234
235 if (verboseLevel>0)
G4cout <<
" massTarget=" << massTarget<<
G4endl;
236
237 G4double systemMass =((massIncident*massTarget)/(massIncident+massTarget))/electron_mass_c2;
238
239 if (verboseLevel>0)
G4cout <<
" systemMass=" << systemMass<<
G4endl;
240
242
243
244 G4double screenedzTarget = zTarget-zkshell;
245
246
247 const G4double rydbergMeV= 13.6056923e-6;
248
249 G4double tetaK = kBindingEnergy/((screenedzTarget*screenedzTarget)*rydbergMeV);
250
251
252 if (verboseLevel>0)
G4cout <<
" tetaK=" << tetaK<<
G4endl;
253
254 G4double velocity =(2./(tetaK*screenedzTarget))*std::pow(((energyIncident*electron_mass_c2)/(massIncident*rydbergMeV)),0.5);
255
256
257
258
259 if (verboseLevel>0)
G4cout <<
" velocity=" << velocity<<
G4endl;
260
261 const G4double bohrPow2Barn=(Bohr_radius*Bohr_radius)/barn ;
262
263 if (verboseLevel>0)
G4cout <<
" bohrPow2Barn=" << bohrPow2Barn<<
G4endl;
264
265 G4double sigma0 = 8.*
pi*(zIncident*zIncident)*bohrPow2Barn*std::pow(screenedzTarget,-4.);
266
267
268
269 if (verboseLevel>0)
G4cout <<
" sigma0=" << sigma0<<
G4endl;
270
271 const G4double kAnalyticalApproximation= 1.5;
272 G4double x = kAnalyticalApproximation/velocity;
273
274
275
277
279
280
281
282
283 if ((0.< x) && (x <= 0.035))
284 {
285 electrIonizationEnergy= 0.75*
pi*(std::log(1./(x*x))-1.);
286 }
287 else
288 {
289 if ( (0.035 < x) && (x <=3.))
290 {
291 electrIonizationEnergy =std::exp(-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));
292 }
293
294 else
295 {
296 if ( (3.< x) && (x<=11.))
297 {
298 electrIonizationEnergy =2.*std::exp(-2.*x)/std::pow(x,1.6);
299 }
300
301 else electrIonizationEnergy =0.;
302 }
303 }
304
305 if (verboseLevel>0)
G4cout <<
" electrIonizationEnergy=" << electrIonizationEnergy<<
G4endl;
306
307 G4double hFunction =(electrIonizationEnergy*2.)/(tetaK*std::pow(velocity,3));
308
309
310 if (verboseLevel>0)
G4cout <<
" hFunction=" << hFunction<<
G4endl;
311
312 G4double gFunction = (1.+(9.*velocity)+(31.*velocity*velocity)+(98.*std::pow(velocity,3.))+(12.*std::pow(velocity,4.))+(25.*std::pow(velocity,5.))
313 +(4.2*std::pow(velocity,6.))+(0.515*std::pow(velocity,7.)))/std::pow(1.+velocity,9.);
314
315
316 if (verboseLevel>0)
G4cout <<
" gFunction=" << gFunction<<
G4endl;
317
318
319
320 G4double sigmaPSS = 1.+(((2.*zIncident)/(screenedzTarget*tetaK))*(gFunction-hFunction));
321
322
323
324
325 if (verboseLevel>0)
G4cout <<
" sigmaPSS=" << sigmaPSS<<
G4endl;
326
327 if (verboseLevel>0)
G4cout <<
" sigmaPSS*tetaK=" << sigmaPSS*tetaK<<
G4endl;
328
329
330
331 const G4double cNaturalUnit= 1/fine_structure_const;
332
333 if (verboseLevel>0)
G4cout <<
" cNaturalUnit=" << cNaturalUnit<<
G4endl;
334
335 G4double ykFormula=0.4*(screenedzTarget/cNaturalUnit)*(screenedzTarget/cNaturalUnit)/(velocity/sigmaPSS);
336
337
338
339
340 if (verboseLevel>0)
G4cout <<
" ykFormula=" << ykFormula<<
G4endl;
341
342 G4double relativityCorrection = std::pow((1.+(1.1*ykFormula*ykFormula)),0.5)+ykFormula;
343
344
345
346 if (verboseLevel>0)
G4cout <<
" relativityCorrection=" << relativityCorrection<<
G4endl;
347
348 G4double reducedVelocity = velocity*std::pow(relativityCorrection,0.5);
349
350
351
352
353 if (verboseLevel>0)
G4cout <<
" reducedVelocity=" << reducedVelocity<<
G4endl;
354
355 G4double etaOverTheta2 = (energyIncident*electron_mass_c2)/(massIncident*rydbergMeV*screenedzTarget*screenedzTarget)
356 /(sigmaPSS*tetaK)/(sigmaPSS*tetaK);
357
358
359
360 if (verboseLevel>0)
G4cout <<
" etaOverTheta2=" << etaOverTheta2<<
G4endl;
361
363
364
365
366 if ( velocity < 1. )
367
368
369
370
371
372 {
373 if (verboseLevel>0)
G4cout <<
" Notice : FK is computed from low velocity formula" <<
G4endl;
374
375 universalFunction = (std::pow(2.,9.)/45.)*std::pow(reducedVelocity/sigmaPSS,8.)*std::pow((1.+(1.72*(reducedVelocity/sigmaPSS)*(reducedVelocity/sigmaPSS))),-4.);
376
377
378 if (verboseLevel>0)
G4cout <<
" universalFunction by Brandt 1981 =" << universalFunction<<
G4endl;
379
380 }
381
382 else
383
384 {
385
386 if ( etaOverTheta2 > 86.6 && (sigmaPSS*tetaK) > 0.4 && (sigmaPSS*tetaK) < 2.9996 )
387 {
388
389
390 if (verboseLevel>0)
G4cout <<
" Notice : FK is computed from high velocity formula" <<
G4endl;
391
392 if (verboseLevel>0)
G4cout <<
" sigmaPSS*tetaK=" << sigmaPSS*tetaK <<
G4endl;
393
397
401
402 G4double etaK = (energyIncident*electron_mass_c2)/(massIncident*rydbergMeV*screenedzTarget*screenedzTarget);
403
404
405 if (verboseLevel>0)
G4cout <<
" etaK=" << etaK <<
G4endl;
406
407 G4double etaT = (sigmaPSS*tetaK)*(sigmaPSS*tetaK)*(86.6);
408
409
410 if (verboseLevel>0)
G4cout <<
" etaT=" << etaT <<
G4endl;
411
412 G4double fKT = FunctionFK((sigmaPSS*tetaK),86.6)*(etaT/(sigmaPSS*tetaK));
413
414
415 if (FunctionFK((sigmaPSS*tetaK),86.6)<=0.)
416 {
418 "*** WARNING in G4ecpssrBaseKxsModel::CalculateCrossSection : unable to interpolate FK function in high velocity region ! ***" <<
G4endl;
419 return 0;
420 }
421
422 if (verboseLevel>0)
G4cout <<
" FunctionFK=" << FunctionFK((sigmaPSS*tetaK),86.6) <<
G4endl;
423
425
426 G4double GK = C2/(4*etaK) +
C3/(32*etaK*etaK);
427
429
431
433
435
437
439
441
442 G4double universalFunction3= fKK/(etaK/tetaK);
443
444
445 if (verboseLevel>0)
G4cout <<
" universalFunction3=" << universalFunction3 <<
G4endl;
446
447 universalFunction=universalFunction3;
448
449 }
450
451 else if ( etaOverTheta2 >= 1.e-3 && etaOverTheta2 <= 86.6 && (sigmaPSS*tetaK) >= 0.4 && (sigmaPSS*tetaK) <= 2.9996 )
452
453 {
454
455
456 if (verboseLevel>0)
G4cout <<
" Notice : FK is computed from INTERPOLATED data" <<
G4endl;
457
458 G4double universalFunction2 = FunctionFK((sigmaPSS*tetaK),etaOverTheta2);
459
460 if (universalFunction2<=0)
461 {
463 "*** WARNING : G4ecpssrBaseKxsModel::CalculateCrossSection is unable to interpolate FK function in medium velocity region ! ***" <<
G4endl;
464 return 0;
465 }
466
467 if (verboseLevel>0)
G4cout <<
" universalFunction2=" << universalFunction2 <<
" for theta=" << sigmaPSS*tetaK <<
" and etaOverTheta2=" << etaOverTheta2 <<
G4endl;
468
469 universalFunction=universalFunction2;
470 }
471
472 }
473
474
475
476 G4double sigmaPSSR = (sigma0/(sigmaPSS*tetaK))*universalFunction;
477
478
479 if (verboseLevel>0)
G4cout <<
" sigmaPSSR=" << sigmaPSSR<<
G4endl;
480
481
482
483 G4double pssDeltaK = (4./(systemMass*sigmaPSS*tetaK))*(sigmaPSS/velocity)*(sigmaPSS/velocity);
484
485
486
487 if (verboseLevel>0)
G4cout <<
" pssDeltaK=" << pssDeltaK<<
G4endl;
488
489 if (pssDeltaK>1) return 0.;
490
491 G4double energyLoss = std::pow(1-pssDeltaK,0.5);
492
493
494
495 if (verboseLevel>0)
G4cout <<
" energyLoss=" << energyLoss<<
G4endl;
496
497 G4double energyLossFunction = (std::pow(2.,-9)/8.)*((((9.*energyLoss)-1.)*std::pow(1.+energyLoss,9.))+(((9.*energyLoss)+1.)*std::pow(1.-energyLoss,9.)));
498
499
500
501 if (verboseLevel>0)
G4cout <<
" energyLossFunction=" << energyLossFunction<<
G4endl;
502
503
504
505 G4double coulombDeflection = (4.*
pi*zIncident/systemMass)*std::pow(tetaK*sigmaPSS,-2.)*std::pow(velocity/sigmaPSS,-3.)*(zTarget/screenedzTarget);
506
507
508 if (verboseLevel>0)
G4cout <<
" cParameter-short=" << coulombDeflection<<
G4endl;
509
510 G4double cParameter = 2.*coulombDeflection/(energyLoss*(energyLoss+1.));
511
512
513 if (verboseLevel>0)
G4cout <<
" cParameter-full=" << cParameter<<
G4endl;
514
516
517
519
520 if (verboseLevel>0)
G4cout <<
" coulombDeflectionFunction =" << coulombDeflectionFunction <<
G4endl;
521
522
523
525
526 crossSection = energyLossFunction* coulombDeflectionFunction*sigmaPSSR;
527
528
529
530
531
532 if (crossSection >= 0) {
533 return crossSection * barn;
534 }
535 else {return 0;}
536
537}
G4DLLIMPORT 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)