44 fRadiusConst(1.08*
fermi),
45 fTotalXsc(0.0), fElasticXsc(0.0), fInelasticXsc(0.0), fProductionXsc(0.0),
108 return fInelasticXsc;
146 if(fInelasticXsc > 0.)
148 ratio = (fInelasticXsc - fProductionXsc)/fInelasticXsc;
149 if(ratio < 0.) ratio = 0.;
159 outFile <<
"G4ComponentGGNuclNuclXsc calculates total, inelastic and\n"
160 <<
"elastic cross sections for nucleus-nucleus collisions using\n"
161 <<
"the Glauber model with Gribov corrections. It is valid for\n"
162 <<
"all incident energies above 100 keV./n";
171 G4bool applicable =
false;
174 if (kineticEnergy >= fLowerLimit && Z > 1) applicable =
true;
222 if( pN < 0. ) pN = 0.;
225 if( tN < 0. ) tN = 0.;
249 nucleusSquare = cofTotal*
pi*( pR*pR + tR*tR );
251 ratio = sigma/nucleusSquare;
252 xsection = nucleusSquare*std::log( 1. + ratio );
253 fTotalXsc = xsection;
256 fInelasticXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
259 fElasticXsc = fTotalXsc - fInelasticXsc;
272 sigma = (pZ*tZ+pN*tN)*ppInXsc + (pZ*tN+pN*tZ)*npInXsc;
274 ratio = sigma/nucleusSquare;
275 fProductionXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
277 if (fElasticXsc < 0.) fElasticXsc = 0.;
286 return fInelasticXsc;
306 G4double totEcm = std::sqrt(pM*pM + tM*tM + 2.*pElab*tM);
318 if( totTcm <= bC ) ratio = 0.;
319 else ratio = 1. - bC/totTcm;
322 if( ratio < 0.) ratio = 0.;
336 G4double sigma, cofInelastic = 2.4, cofTotal = 2.0, nucleusSquare, ratio;
345 if( pN < 0. ) pN = 0.;
348 if( tN < 0. ) tN = 0.;
356 nucleusSquare = cofTotal*
pi*( pR*pR + tR*tR );
357 ratio = sigma/nucleusSquare;
358 fInelasticXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
359 G4double difratio = ratio/(1.+ratio);
361 fDiffractionXsc = 0.5*nucleusSquare*( difratio - std::log( 1. + difratio ) );
363 if (fInelasticXsc > 0.) ratio = fDiffractionXsc/fInelasticXsc;
376 G4double sigma, cofInelastic = 2.4, cofTotal = 2.0, nucleusSquare, ratio;
385 if( pN < 0. ) pN = 0.;
388 if( tN < 0. ) tN = 0.;
396 nucleusSquare = cofTotal*
pi*( pR*pR + tR*tR );
397 ratio = sigma/nucleusSquare;
398 fInelasticXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
401 ratio = sigma/nucleusSquare;
402 fProductionXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
404 if (fInelasticXsc > fProductionXsc) ratio = (fInelasticXsc-fProductionXsc)/fInelasticXsc;
406 if ( ratio < 0. ) ratio = 0.;
444 GetIonTable()->GetIonMass(Zt, At);
445 targ_mass = 0.939*
GeV;
452 proj_momentum /=
GeV;
455 if(pParticle == theNeutron)
457 xsection =
G4double(At)*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
459 else if(pParticle == theProton)
461 xsection =
G4double(At)*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
495 if(pParticle == theNeutron)
499 xsection = ( 35.80 + B*std::pow(std::log(sMand/s0),2.)
500 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
504 xsection = (35.45 + B*std::pow(std::log(sMand/s0),2.)
505 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
508 else if(pParticle == theProton)
512 xsection = (35.45 + B*std::pow(std::log(sMand/s0),2.)
513 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
518 xsection = (35.80 + B*std::pow(std::log(sMand/s0),2.)
519 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
547 G4double proj_energy = proj_mass + pTkin;
548 G4double proj_momentum = std::sqrt(pTkin*(pTkin+2*proj_mass));
553 proj_momentum /=
GeV;
564 if( proj_momentum >= 373.)
568 else if( proj_momentum >= 10. )
574 if (proj_momentum >= 10.) {
576 A0 = 100. - B0*std::log(3.0e7);
578 xsection = A0 + B0*std::log(proj_energy) - 11
579 + 103*std::pow(2*0.93827*proj_energy + proj_mass*proj_mass+
580 0.93827*0.93827,-0.165);
585 if(pParticle == tParticle)
587 if( proj_momentum < 0.73 )
589 hnXscv = 23 + 50*( std::pow( std::log(0.73/proj_momentum), 3.5 ) );
591 else if( proj_momentum < 1.05 )
593 hnXscv = 23 + 40*(std::log(proj_momentum/0.73))*
594 (std::log(proj_momentum/0.73));
599 75*(proj_momentum - 1.2)/(std::pow(proj_momentum,3.0) + 0.15);
605 if( proj_momentum < 0.8 )
607 hpXscv = 33+30*std::pow(std::log(proj_momentum/1.3),4.0);
609 else if( proj_momentum < 1.4 )
611 hpXscv = 33+30*std::pow(std::log(proj_momentum/0.95),2.0);
616 20.8*(std::pow(proj_momentum,2.0)-1.35)/
617 (std::pow(proj_momentum,2.50)+0.95);
635 G4int absPDGcode = std::abs(PDGcode);
644 G4double LogPlab = std::log( Plab );
645 G4double sqrLogPlab = LogPlab * LogPlab;
649 G4double NumberOfTargetProtons = Zt;
650 G4double NumberOfTargetNucleons = At;
651 G4double NumberOfTargetNeutrons = NumberOfTargetNucleons - NumberOfTargetProtons;
653 if(NumberOfTargetNeutrons < 0.) NumberOfTargetNeutrons = 0.;
655 G4double Xtotal = 0., Xelastic = 0., Xinelastic =0.;
657 if( absPDGcode > 1000 )
659 G4double XtotPP = 48.0 + 0. *std::pow(Plab, 0. ) +
660 0.522*sqrLogPlab - 4.51*LogPlab;
662 G4double XtotPN = 47.3 + 0. *std::pow(Plab, 0. ) +
663 0.513*sqrLogPlab - 4.27*LogPlab;
665 G4double XelPP = 11.9 + 26.9*std::pow(Plab,-1.21) +
666 0.169*sqrLogPlab - 1.85*LogPlab;
668 G4double XelPN = 11.9 + 26.9*std::pow(Plab,-1.21) +
669 0.169*sqrLogPlab - 1.85*LogPlab;
671 Xtotal = ( NumberOfTargetProtons * XtotPP +
672 NumberOfTargetNeutrons * XtotPN );
674 Xelastic = ( NumberOfTargetProtons * XelPP +
675 NumberOfTargetNeutrons * XelPN );
678 Xinelastic = Xtotal - Xelastic;
679 if(Xinelastic < 0.) Xinelastic = 0.;
694 G4double cubicrAt = std::pow (At, oneThird);
697 R = fRadiusConst*cubicrAt;
712 R *= ( a1 + b1*std::exp( -(At - meanA)/tauA1) );
716 R *= ( 1.0 + b2*( 1. - std::exp( (At - meanA)/tauA2) ) );
720 R *= ( 1.0 + b3*( 1. - std::exp( (At - meanA)/tauA3) ) );
746 G4double cubicrAt = std::pow (At, oneThird);
749 R = fRadiusConst*cubicrAt;
756 R *= ( 0.8 + 0.2*std::exp( -(At - meanA)/tauA) );
760 R *= ( 1.0 + 0.1*( 1. - std::exp( (At - meanA)/tauA) ) );
775 G4double R, r0, a11, a12, a13, a2, a3;
787 if (std::abs(A-1.) < 0.5)
return 0.89*
fermi;
788 else if(std::abs(A-2.) < 0.5)
return 2.13*
fermi;
789 else if(std::abs(Z-1.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.80*
fermi;
791 else if(std::abs(Z-2.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.96*
fermi;
792 else if(std::abs(Z-2.) < 0.5 && std::abs(A-4.) < 0.5)
return 1.68*
fermi;
794 else if(std::abs(Z-3.) < 0.5)
return 2.40*
fermi;
795 else if(std::abs(Z-4.) < 0.5)
return 2.51*
fermi;
797 else if( 10. < A && A <= 16. ) r0 = a11*( 1 - std::pow(A, -2./3.) )*
fermi;
798 else if( 15. < A && A <= 20. ) r0 = a12*( 1 - std::pow(A, -2./3.) )*
fermi;
799 else if( 20. < A && A <= 30. ) r0 = a13*( 1 - std::pow(A, -2./3.) )*
fermi;
802 R = r0*std::pow( A, 1./3. );
808 R = r0*std::pow(A, 0.27);
822 if (std::abs(A-1.) < 0.5)
return 0.89*
fermi;
823 else if(std::abs(A-2.) < 0.5)
return 2.13*
fermi;
824 else if(std::abs(Z-1.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.80*
fermi;
826 else if(std::abs(Z-2.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.96*
fermi;
827 else if(std::abs(Z-2.) < 0.5 && std::abs(A-4.) < 0.5)
return 1.68*
fermi;
829 else if(std::abs(Z-3.) < 0.5)
return 2.40*
fermi;
830 else if(std::abs(Z-4.) < 0.5)
return 2.51*
fermi;
832 else return 1.24*std::pow(A, 0.28 )*
fermi;
844 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
845 G4double Ecm = std::sqrt ( mp * mp + mt * mt + 2 * Elab * mt );
861 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
862 G4double sMand = mp*mp + mt*mt + 2*Elab*mt ;
G4double GetNucleusRadiusGG(G4double At)
G4double GetKineticEnergy() const
G4double GetTotalEnergy() const
G4double GetNucleusRadius(const G4DynamicParticle *, const G4Element *)
G4int GetPDGEncoding() const
virtual G4double GetInelasticElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
G4ParticleDefinition * GetDefinition() const
G4ComponentGGNuclNuclXsc()
virtual G4double GetTotalElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
virtual ~G4ComponentGGNuclNuclXsc()
static G4NistManager * Instance()
G4double GetHadronNucleonXscNS(const G4DynamicParticle *, const G4ParticleDefinition *)
G4IonTable * GetIonTable() const
G4double GetHadronNucleonXscPDG(G4ParticleDefinition *, G4double sMand, G4ParticleDefinition *)
virtual void CrossSectionDescription(std::ostream &) const
G4double CalcMandelstamS(const G4double, const G4double, const G4double)
G4double GetIonMass(G4int Z, G4int A, G4int L=0, G4int lvl=0) const
static G4Proton * Proton()
G4double GetHadronNucleonXsc(const G4DynamicParticle *, const G4Element *)
G4double GetNucleusRadiusRMS(G4double Zt, G4double At)
static G4Neutron * Neutron()
G4double GetRatioQE(const G4DynamicParticle *, G4double At, G4double Zt)
void SetKineticEnergy(G4double aEnergy)
G4double CalculateEcmValue(const G4double, const G4double, const G4double)
G4double GetPDGMass() const
static G4ParticleTable * GetParticleTable()
G4double GetRatioSD(const G4DynamicParticle *, G4double At, G4double Zt)
virtual G4double GetTotalIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
G4double GetHadronNucleonXscNS(G4ParticleDefinition *, G4double pTkin, G4ParticleDefinition *)
G4double GetHNinelasticXscVU(const G4DynamicParticle *, G4int At, G4int Zt)
G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *)
void SetDefinition(const G4ParticleDefinition *aParticleDefinition)
virtual G4double GetInelasticIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
G4double GetPDGCharge() const
G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *)
G4double GetNucleusRadiusDE(G4double Zt, G4double At)
G4double GetCoulombBarier(const G4DynamicParticle *, G4double Z, G4double A, G4double pR, G4double tR)
virtual G4double GetElasticIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
virtual G4double GetElasticElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
G4double GetInelasticHadronNucleonXsc()
G4ThreeVector GetMomentum() const
virtual G4double ComputeQuasiElasticRatio(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
G4int GetBaryonNumber() const
G4double GetZandACrossSection(const G4DynamicParticle *, G4int Z, G4int A)