48 fUpperLimit(100000*
GeV), fLowerLimit(0.1*
MeV),
49 fRadiusConst(1.08*
fermi),
50 fTotalXsc(0.0), fElasticXsc(0.0), fInelasticXsc(0.0), fProductionXsc(0.0),
51 fDiffractionXsc(0.0), fHadronNucleonXsc(0.0)
67 outFile <<
"G4GGNuclNuclCrossSection calculates total, inelastic and\n"
68 <<
"elastic cross sections for nucleus-nucleus collisions using\n"
69 <<
"the Glauber model with Gribov corrections. It is valid for\n"
70 <<
"all incident energies above 100 keV./n";
128 if( pN < 0. ) pN = 0.;
131 if( tN < 0. ) tN = 0.;
163 nucleusSquare = cofTotal*
pi*( pR*pR + tR*tR );
165 ratio = sigma/nucleusSquare;
166 xsection = nucleusSquare*std::log( 1. + ratio );
167 fTotalXsc = xsection;
170 fInelasticXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
173 fElasticXsc = fTotalXsc - fInelasticXsc;
186 sigma = (pZ*tZ+pN*tN)*ppInXsc + (pZ*tN+pN*tZ)*npInXsc;
188 ratio = sigma/nucleusSquare;
189 fProductionXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
191 if (fElasticXsc < 0.) fElasticXsc = 0.;
201 return fInelasticXsc;
221 G4double totEcm = std::sqrt(pM*pM + tM*tM + 2.*pElab*tM);
233 if( totTcm <= bC ) ratio = 0.;
234 else ratio = 1. - bC/totTcm;
237 if( ratio < 0.) ratio = 0.;
251 G4double sigma, cofInelastic = 2.4, cofTotal = 2.0, nucleusSquare, ratio;
260 if( pN < 0. ) pN = 0.;
263 if( tN < 0. ) tN = 0.;
271 nucleusSquare = cofTotal*
pi*( pR*pR + tR*tR );
272 ratio = sigma/nucleusSquare;
273 fInelasticXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
274 G4double difratio = ratio/(1.+ratio);
276 fDiffractionXsc = 0.5*nucleusSquare*( difratio - std::log( 1. + difratio ) );
278 if (fInelasticXsc > 0.) ratio = fDiffractionXsc/fInelasticXsc;
291 G4double sigma, cofInelastic = 2.4, cofTotal = 2.0, nucleusSquare, ratio;
300 if( pN < 0. ) pN = 0.;
303 if( tN < 0. ) tN = 0.;
311 nucleusSquare = cofTotal*
pi*( pR*pR + tR*tR );
312 ratio = sigma/nucleusSquare;
313 fInelasticXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
316 ratio = sigma/nucleusSquare;
317 fProductionXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
319 if (fInelasticXsc > fProductionXsc) ratio = (fInelasticXsc-fProductionXsc)/fInelasticXsc;
321 if ( ratio < 0. ) ratio = 0.;
359 GetIonTable()->GetIonMass(Zt, At);
360 targ_mass = 0.939*
GeV;
367 proj_momentum /=
GeV;
370 if(pParticle == theNeutron)
372 xsection =
G4double(At)*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
374 else if(pParticle == theProton)
376 xsection =
G4double(At)*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
410 if(pParticle == theNeutron)
414 xsection = ( 35.80 + B*std::pow(std::log(sMand/s0),2.)
415 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
419 xsection = (35.45 + B*std::pow(std::log(sMand/s0),2.)
420 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
423 else if(pParticle == theProton)
427 xsection = (35.45 + B*std::pow(std::log(sMand/s0),2.)
428 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
433 xsection = (35.80 + B*std::pow(std::log(sMand/s0),2.)
434 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
462 G4double proj_energy = proj_mass + pTkin;
463 G4double proj_momentum = std::sqrt(pTkin*(pTkin+2*proj_mass));
468 proj_momentum /=
GeV;
479 if( proj_momentum >= 373.)
483 else if( proj_momentum >= 10. )
489 if (proj_momentum >= 10.) {
491 A0 = 100. - B0*std::log(3.0e7);
493 xsection = A0 + B0*std::log(proj_energy) - 11
494 + 103*std::pow(2*0.93827*proj_energy + proj_mass*proj_mass+
495 0.93827*0.93827,-0.165);
500 if(pParticle == tParticle)
502 if( proj_momentum < 0.73 )
504 hnXscv = 23 + 50*( std::pow( std::log(0.73/proj_momentum), 3.5 ) );
506 else if( proj_momentum < 1.05 )
508 hnXscv = 23 + 40*(std::log(proj_momentum/0.73))*
509 (std::log(proj_momentum/0.73));
514 75*(proj_momentum - 1.2)/(std::pow(proj_momentum,3.0) + 0.15);
520 if( proj_momentum < 0.8 )
522 hpXscv = 33+30*std::pow(std::log(proj_momentum/1.3),4.0);
524 else if( proj_momentum < 1.4 )
526 hpXscv = 33+30*std::pow(std::log(proj_momentum/0.95),2.0);
531 20.8*(std::pow(proj_momentum,2.0)-1.35)/
532 (std::pow(proj_momentum,2.50)+0.95);
550 G4int absPDGcode = std::abs(PDGcode);
559 G4double LogPlab = std::log( Plab );
560 G4double sqrLogPlab = LogPlab * LogPlab;
564 G4double NumberOfTargetProtons = Zt;
565 G4double NumberOfTargetNucleons = At;
566 G4double NumberOfTargetNeutrons = NumberOfTargetNucleons - NumberOfTargetProtons;
568 if(NumberOfTargetNeutrons < 0.) NumberOfTargetNeutrons = 0.;
570 G4double Xtotal = 0., Xelastic = 0., Xinelastic =0.;
572 if( absPDGcode > 1000 )
574 G4double XtotPP = 48.0 + 0. *std::pow(Plab, 0. ) +
575 0.522*sqrLogPlab - 4.51*LogPlab;
577 G4double XtotPN = 47.3 + 0. *std::pow(Plab, 0. ) +
578 0.513*sqrLogPlab - 4.27*LogPlab;
580 G4double XelPP = 11.9 + 26.9*std::pow(Plab,-1.21) +
581 0.169*sqrLogPlab - 1.85*LogPlab;
583 G4double XelPN = 11.9 + 26.9*std::pow(Plab,-1.21) +
584 0.169*sqrLogPlab - 1.85*LogPlab;
586 Xtotal = ( NumberOfTargetProtons * XtotPP +
587 NumberOfTargetNeutrons * XtotPN );
589 Xelastic = ( NumberOfTargetProtons * XelPP +
590 NumberOfTargetNeutrons * XelPN );
593 Xinelastic = Xtotal - Xelastic;
594 if(Xinelastic < 0.) Xinelastic = 0.;
609 G4double cubicrAt = std::pow (At, oneThird);
612 R = fRadiusConst*cubicrAt;
627 R *= ( a1 + b1*std::exp( -(At - meanA)/tauA1) );
631 R *= ( 1.0 + b2*( 1. - std::exp( (At - meanA)/tauA2) ) );
635 R *= ( 1.0 + b3*( 1. - std::exp( (At - meanA)/tauA3) ) );
661 G4double cubicrAt = std::pow (At, oneThird);
664 R = fRadiusConst*cubicrAt;
671 R *= ( 0.8 + 0.2*std::exp( -(At - meanA)/tauA) );
675 R *= ( 1.0 + 0.1*( 1. - std::exp( (At - meanA)/tauA) ) );
690 G4double R, r0, a11, a12, a13, a2, a3;
702 if (std::abs(A-1.) < 0.5)
return 0.89*
fermi;
703 else if(std::abs(A-2.) < 0.5)
return 2.13*
fermi;
704 else if(std::abs(Z-1.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.80*
fermi;
706 else if(std::abs(Z-2.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.96*
fermi;
707 else if(std::abs(Z-2.) < 0.5 && std::abs(A-4.) < 0.5)
return 1.68*
fermi;
709 else if(std::abs(Z-3.) < 0.5)
return 2.40*
fermi;
710 else if(std::abs(Z-4.) < 0.5)
return 2.51*
fermi;
712 else if( 10. < A && A <= 16. ) r0 = a11*( 1 - std::pow(A, -2./3.) )*
fermi;
713 else if( 15. < A && A <= 20. ) r0 = a12*( 1 - std::pow(A, -2./3.) )*
fermi;
714 else if( 20. < A && A <= 30. ) r0 = a13*( 1 - std::pow(A, -2./3.) )*
fermi;
717 R = r0*std::pow( A, 1./3. );
723 R = r0*std::pow(A, 0.27);
737 if (std::abs(A-1.) < 0.5)
return 0.89*
fermi;
738 else if(std::abs(A-2.) < 0.5)
return 2.13*
fermi;
739 else if(std::abs(Z-1.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.80*
fermi;
741 else if(std::abs(Z-2.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.96*
fermi;
742 else if(std::abs(Z-2.) < 0.5 && std::abs(A-4.) < 0.5)
return 1.68*
fermi;
744 else if(std::abs(Z-3.) < 0.5)
return 2.40*
fermi;
745 else if(std::abs(Z-4.) < 0.5)
return 2.51*
fermi;
747 else return 1.24*std::pow(A, 0.28 )*
fermi;
759 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
760 G4double Ecm = std::sqrt ( mp * mp + mt * mt + 2 * Elab * mt );
776 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
777 G4double sMand = mp*mp + mt*mt + 2*Elab*mt ;