42 fUpperLimit(100000*GeV), fLowerLimit(0.1*MeV),
43 fRadiusConst(1.08*fermi),
44 fTotalXsc(0.0), fElasticXsc(0.0), fInelasticXsc(0.0), fProductionXsc(0.0),
45 fDiffractionXsc(0.0), fHadronNucleonXsc(0.0)
109 return fInelasticXsc;
152 if(fInelasticXsc > 0.)
154 ratio = (fInelasticXsc - fProductionXsc)/fInelasticXsc;
155 if(ratio < 0.) ratio = 0.;
165 outFile <<
"G4ComponentGGNuclNuclXsc calculates total, inelastic and\n"
166 <<
"elastic cross sections for nucleus-nucleus collisions using\n"
167 <<
"the Glauber model with Gribov corrections. It is valid for\n"
168 <<
"all incident energies above 100 keV./n";
177 G4bool applicable =
false;
180 if (kineticEnergy >= fLowerLimit && Z > 1) applicable =
true;
228 if( pN < 0. ) pN = 0.;
231 if( tN < 0. ) tN = 0.;
260 nucleusSquare = cofTotal*pi*( pR*pR + tR*tR );
262 ratio = sigma/nucleusSquare;
263 xsection = nucleusSquare*std::log( 1. + ratio );
264 fTotalXsc = xsection;
267 fInelasticXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
270 fElasticXsc = fTotalXsc - fInelasticXsc;
283 sigma = (pZ*tZ+pN*tN)*ppInXsc + (pZ*tN+pN*tZ)*npInXsc;
285 ratio = sigma/nucleusSquare;
286 fProductionXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
288 if (fElasticXsc < 0.) fElasticXsc = 0.;
297 return fInelasticXsc;
317 G4double totEcm = std::sqrt(pM*pM + tM*tM + 2.*pElab*tM);
322 G4double bC = fine_structure_const*hbarc*pZ*tZ;
329 if( totTcm <= bC ) ratio = 0.;
330 else ratio = 1. - bC/totTcm;
333 if( ratio < 0.) ratio = 0.;
347 G4double sigma, cofInelastic = 2.4, cofTotal = 2.0, nucleusSquare, ratio;
356 if( pN < 0. ) pN = 0.;
359 if( tN < 0. ) tN = 0.;
367 nucleusSquare = cofTotal*pi*( pR*pR + tR*tR );
368 ratio = sigma/nucleusSquare;
369 fInelasticXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
370 G4double difratio = ratio/(1.+ratio);
372 fDiffractionXsc = 0.5*nucleusSquare*( difratio - std::log( 1. + difratio ) );
374 if (fInelasticXsc > 0.) ratio = fDiffractionXsc/fInelasticXsc;
387 G4double sigma, cofInelastic = 2.4, cofTotal = 2.0, nucleusSquare, ratio;
396 if( pN < 0. ) pN = 0.;
399 if( tN < 0. ) tN = 0.;
407 nucleusSquare = cofTotal*pi*( pR*pR + tR*tR );
408 ratio = sigma/nucleusSquare;
409 fInelasticXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
412 ratio = sigma/nucleusSquare;
413 fProductionXsc = nucleusSquare*std::log(1. + cofInelastic*ratio)/cofInelastic;
415 if (fInelasticXsc > fProductionXsc) ratio = (fInelasticXsc-fProductionXsc)/fInelasticXsc;
417 if ( ratio < 0. ) ratio = 0.;
455 GetIonTable()->GetIonMass(Zt, At);
456 targ_mass = 0.939*GeV;
463 proj_momentum /= GeV;
466 if(pParticle == theNeutron)
468 xsection =
G4double(At)*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
470 else if(pParticle == theProton)
472 xsection =
G4double(At)*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
475 xsection *= millibarn;
494 G4bool proton = (tParticle == theProton);
506 if(pParticle == theNeutron)
510 xsection = ( 35.80 + B*std::pow(std::log(sMand/s0),2.)
511 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
515 xsection = (35.45 + B*std::pow(std::log(sMand/s0),2.)
516 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
519 else if(pParticle == theProton)
523 xsection = (35.45 + B*std::pow(std::log(sMand/s0),2.)
524 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
529 xsection = (35.80 + B*std::pow(std::log(sMand/s0),2.)
530 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
533 xsection *= millibarn;
558 G4double proj_energy = proj_mass + pTkin;
559 G4double proj_momentum = std::sqrt(pTkin*(pTkin+2*proj_mass));
564 proj_momentum /= GeV;
575 if( proj_momentum >= 373.)
579 else if( proj_momentum >= 10. )
585 if (proj_momentum >= 10.) {
587 A0 = 100. - B0*std::log(3.0e7);
589 xsection = A0 + B0*std::log(proj_energy) - 11
590 + 103*std::pow(2*0.93827*proj_energy + proj_mass*proj_mass+
591 0.93827*0.93827,-0.165);
596 if(pParticle == tParticle)
598 if( proj_momentum < 0.73 )
600 hnXscv = 23 + 50*( std::pow( std::log(0.73/proj_momentum), 3.5 ) );
602 else if( proj_momentum < 1.05 )
604 hnXscv = 23 + 40*(std::log(proj_momentum/0.73))*
605 (std::log(proj_momentum/0.73));
610 75*(proj_momentum - 1.2)/(std::pow(proj_momentum,3.0) + 0.15);
616 if( proj_momentum < 0.8 )
618 hpXscv = 33+30*std::pow(std::log(proj_momentum/1.3),4.0);
620 else if( proj_momentum < 1.4 )
622 hpXscv = 33+30*std::pow(std::log(proj_momentum/0.95),2.0);
627 20.8*(std::pow(proj_momentum,2.0)-1.35)/
628 (std::pow(proj_momentum,2.50)+0.95);
633 xsection *= millibarn;
646 G4int absPDGcode = std::abs(PDGcode);
655 G4double LogPlab = std::log( Plab );
656 G4double sqrLogPlab = LogPlab * LogPlab;
660 G4double NumberOfTargetProtons = Zt;
661 G4double NumberOfTargetNucleons = At;
662 G4double NumberOfTargetNeutrons = NumberOfTargetNucleons - NumberOfTargetProtons;
664 if(NumberOfTargetNeutrons < 0.) NumberOfTargetNeutrons = 0.;
666 G4double Xtotal = 0., Xelastic = 0., Xinelastic =0.;
668 if( absPDGcode > 1000 )
670 G4double XtotPP = 48.0 + 0. *std::pow(Plab, 0. ) +
671 0.522*sqrLogPlab - 4.51*LogPlab;
673 G4double XtotPN = 47.3 + 0. *std::pow(Plab, 0. ) +
674 0.513*sqrLogPlab - 4.27*LogPlab;
676 G4double XelPP = 11.9 + 26.9*std::pow(Plab,-1.21) +
677 0.169*sqrLogPlab - 1.85*LogPlab;
679 G4double XelPN = 11.9 + 26.9*std::pow(Plab,-1.21) +
680 0.169*sqrLogPlab - 1.85*LogPlab;
682 Xtotal = ( NumberOfTargetProtons * XtotPP +
683 NumberOfTargetNeutrons * XtotPN );
685 Xelastic = ( NumberOfTargetProtons * XelPP +
686 NumberOfTargetNeutrons * XelPN );
689 Xinelastic = Xtotal - Xelastic;
690 if(Xinelastic < 0.) Xinelastic = 0.;
692 return Xinelastic*= millibarn;
705 G4double cubicrAt = std::pow (At, oneThird);
708 R = fRadiusConst*cubicrAt;
723 R *= ( a1 + b1*std::exp( -(At - meanA)/tauA1) );
727 R *= ( 1.0 + b2*( 1. - std::exp( (At - meanA)/tauA2) ) );
731 R *= ( 1.0 + b3*( 1. - std::exp( (At - meanA)/tauA3) ) );
757 G4double cubicrAt = std::pow (At, oneThird);
760 R = fRadiusConst*cubicrAt;
767 R *= ( 0.8 + 0.2*std::exp( -(At - meanA)/tauA) );
771 R *= ( 1.0 + 0.1*( 1. - std::exp( (At - meanA)/tauA) ) );
786 G4double R, r0, a11, a12, a13, a2, a3;
798 if (std::abs(A-1.) < 0.5)
return 0.89*fermi;
799 else if(std::abs(A-2.) < 0.5)
return 2.13*fermi;
800 else if(std::abs(Z-1.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.80*fermi;
802 else if(std::abs(Z-2.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.96*fermi;
803 else if(std::abs(Z-2.) < 0.5 && std::abs(A-4.) < 0.5)
return 1.68*fermi;
805 else if(std::abs(Z-3.) < 0.5)
return 2.40*fermi;
806 else if(std::abs(Z-4.) < 0.5)
return 2.51*fermi;
808 else if( 10. < A && A <= 16. ) r0 = a11*( 1 - std::pow(A, -2./3.) )*fermi;
809 else if( 15. < A && A <= 20. ) r0 = a12*( 1 - std::pow(A, -2./3.) )*fermi;
810 else if( 20. < A && A <= 30. ) r0 = a13*( 1 - std::pow(A, -2./3.) )*fermi;
813 R = r0*std::pow( A, 1./3. );
819 R = r0*std::pow(A, 0.27);
833 if (std::abs(A-1.) < 0.5)
return 0.89*fermi;
834 else if(std::abs(A-2.) < 0.5)
return 2.13*fermi;
835 else if(std::abs(Z-1.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.80*fermi;
837 else if(std::abs(Z-2.) < 0.5 && std::abs(A-3.) < 0.5)
return 1.96*fermi;
838 else if(std::abs(Z-2.) < 0.5 && std::abs(A-4.) < 0.5)
return 1.68*fermi;
840 else if(std::abs(Z-3.) < 0.5)
return 2.40*fermi;
841 else if(std::abs(Z-4.) < 0.5)
return 2.51*fermi;
843 else return 1.24*std::pow(A, 0.28 )*fermi;
855 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
856 G4double Ecm = std::sqrt ( mp * mp + mt * mt + 2 * Elab * mt );
872 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
873 G4double sMand = mp*mp + mt*mt + 2*Elab*mt ;
G4ThreeVector G4ParticleMomentum
virtual G4double GetInelasticElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
G4double GetHadronNucleonXscPDG(G4ParticleDefinition *, G4double sMand, G4ParticleDefinition *)
G4double CalculateEcmValue(const G4double, const G4double, const G4double)
virtual G4double ComputeQuasiElasticRatio(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
virtual ~G4ComponentGGNuclNuclXsc()
G4double CalcMandelstamS(const G4double, const G4double, const G4double)
G4double GetNucleusRadiusGG(G4double At)
G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *)
G4double GetNucleusRadius(const G4DynamicParticle *, const G4Element *)
G4double GetHadronNucleonXsc(const G4DynamicParticle *, const G4Element *)
G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *)
G4double GetRatioQE(const G4DynamicParticle *, G4double At, G4double Zt)
G4double GetRatioSD(const G4DynamicParticle *, G4double At, G4double Zt)
virtual G4double GetTotalElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
virtual G4double GetInelasticIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
G4ComponentGGNuclNuclXsc()
G4double GetNucleusRadiusRMS(G4double Zt, G4double At)
virtual G4double GetElasticElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
virtual G4double GetTotalIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
G4double GetNucleusRadiusDE(G4double Zt, G4double At)
G4double GetZandACrossSection(const G4DynamicParticle *, G4int Z, G4int A)
G4double GetHadronNucleonXscNS(G4ParticleDefinition *, G4double pTkin, G4ParticleDefinition *)
G4double GetHNinelasticXscVU(const G4DynamicParticle *, G4int At, G4int Zt)
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 void CrossSectionDescription(std::ostream &) const
G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
G4double GetTotalEnergy() const
G4ThreeVector GetMomentum() const
G4double GetHadronNucleonXscNS(const G4DynamicParticle *, const G4ParticleDefinition *)
G4double GetInelasticHadronNucleonXsc()
G4double GetIonMass(G4int Z, G4int A, G4int L=0) const
!! Only ground states are supported now
static G4Neutron * Neutron()
static G4NistManager * Instance()
G4double GetPDGMass() const
G4int GetPDGEncoding() const
G4double GetPDGCharge() const
G4int GetBaryonNumber() const
static G4ParticleTable * GetParticleTable()
G4IonTable * GetIonTable()
static G4Proton * Proton()