48 fRadiusConst(1.08*
fermi),
49 fTotalXsc(0.0), fElasticXsc(0.0), fInelasticXsc(0.0), fProductionXsc(0.0),
93 if (hnXsc)
delete hnXsc;
135 return fInelasticXsc;
149 return fProductionXsc;
163 return fInelasticXsc;
177 return fProductionXsc;
220 if(fInelasticXsc > 0.)
222 ratio = (fInelasticXsc - fProductionXsc)/fInelasticXsc;
223 if(ratio < 0.) ratio = 0.;
239 G4bool applicable =
false;
245 if ( ( kineticEnergy >= fLowerLimit &&
247 ( theParticle == theAProton ||
248 theParticle == theGamma ||
249 theParticle == theKPlus ||
250 theParticle == theKMinus ||
251 theParticle == theK0L ||
252 theParticle == theK0S ||
253 theParticle == theSMinus ||
254 theParticle == theProton ||
255 theParticle == theNeutron ||
256 theParticle == thePiPlus ||
257 theParticle == thePiMinus ) ) ) applicable =
true;
276 G4double xsection, sigma, cofInelastic, cofTotal, nucleusSquare, ratio;
285 if( theParticle == theProton ||
286 theParticle == theNeutron ||
287 theParticle == thePiPlus ||
288 theParticle == thePiMinus )
303 else if( theParticle == theKPlus ||
304 theParticle == theKMinus ||
305 theParticle == theK0S ||
306 theParticle == theK0L )
333 nucleusSquare = cofTotal*
pi*R*R;
334 ratio = sigma/nucleusSquare;
336 xsection = nucleusSquare*std::log( 1. + ratio );
340 fTotalXsc = xsection;
344 fInelasticXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
348 fElasticXsc = fTotalXsc - fInelasticXsc;
350 if(fElasticXsc < 0.) fElasticXsc = 0.;
352 G4double difratio = ratio/(1.+ratio);
354 fDiffractionXsc = 0.5*nucleusSquare*( difratio - std::log( 1. + difratio ) );
359 sigma = Z*hpInXsc + N*hnInXsc;
361 ratio = sigma/nucleusSquare;
363 fProductionXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
367 if (fElasticXsc < 0.) fElasticXsc = 0.;
374 if ( theParticle != theAProton )
377 fInelasticXsc = sigma;
378 fElasticXsc = fTotalXsc - fInelasticXsc;
382 fElasticXsc = fTotalXsc - fInelasticXsc;
384 if (fElasticXsc < 0.) fElasticXsc = 0.;
397 G4double sigma, cofInelastic, cofTotal, nucleusSquare, ratio;
402 if( theParticle == theProton ||
403 theParticle == theNeutron ||
404 theParticle == thePiPlus ||
405 theParticle == thePiMinus )
417 nucleusSquare = cofTotal*
pi*R*R;
418 ratio = sigma/nucleusSquare;
420 fInelasticXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
422 G4double difratio = ratio/(1.+ratio);
424 fDiffractionXsc = 0.5*nucleusSquare*( difratio - std::log( 1. + difratio ) );
426 if (fInelasticXsc > 0.) ratio = fDiffractionXsc/fInelasticXsc;
439 G4double sigma, cofInelastic, cofTotal, nucleusSquare, ratio;
444 if( theParticle == theProton ||
445 theParticle == theNeutron ||
446 theParticle == thePiPlus ||
447 theParticle == thePiMinus )
459 nucleusSquare = cofTotal*
pi*R*R;
460 ratio = sigma/nucleusSquare;
462 fInelasticXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
465 ratio = sigma/nucleusSquare;
467 fProductionXsc = nucleusSquare*std::log( 1. + cofInelastic*ratio )/cofInelastic;
469 if (fInelasticXsc > fProductionXsc) ratio = (fInelasticXsc-fProductionXsc)/fInelasticXsc;
471 if ( ratio < 0. ) ratio = 0.;
515 proj_momentum /=
GeV;
521 if(theParticle == theGamma)
523 xsection = aa*(0.0677*std::pow(sMand,0.0808) + 0.129*std::pow(sMand,-0.4525));
525 else if(theParticle == theNeutron)
527 xsection = aa*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
529 else if(theParticle == theProton)
531 xsection = aa*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
535 else if(theParticle == theAProton)
537 xsection = aa*( 21.70*std::pow(sMand,0.0808) + 98.39*std::pow(sMand,-0.4525));
539 else if(theParticle == thePiPlus)
541 xsection = aa*(13.63*std::pow(sMand,0.0808) + 27.56*std::pow(sMand,-0.4525));
543 else if(theParticle == thePiMinus)
546 xsection = aa*(13.63*std::pow(sMand,0.0808) + 36.02*std::pow(sMand,-0.4525));
548 else if(theParticle == theKPlus)
550 xsection = aa*(11.82*std::pow(sMand,0.0808) + 8.15*std::pow(sMand,-0.4525));
552 else if(theParticle == theKMinus)
554 xsection = aa*(11.82*std::pow(sMand,0.0808) + 26.36*std::pow(sMand,-0.4525));
558 xsection = aa*(21.70*std::pow(sMand,0.0808) + 56.08*std::pow(sMand,-0.4525));
603 GetIonTable()->GetIonMass(Zt, At);
605 targ_mass = 0.939*
GeV;
625 if(theParticle == theNeutron)
627 xsection = zz*( 35.80 + B*std::pow(std::log(sMand/s0),2.)
628 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
629 xsection += nn*( 35.45 + B*std::pow(std::log(sMand/s0),2.)
630 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
632 else if(theParticle == theProton)
635 xsection = zz*( 35.45 + B*std::pow(std::log(sMand/s0),2.)
636 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
638 xsection += nn*( 35.80 + B*std::pow(std::log(sMand/s0),2.)
639 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
641 else if(theParticle == theAProton)
643 xsection = zz*( 35.45 + B*std::pow(std::log(sMand/s0),2.)
644 + 42.53*std::pow(sMand,-eta1) + 33.34*std::pow(sMand,-eta2));
646 xsection += nn*( 35.80 + B*std::pow(std::log(sMand/s0),2.)
647 + 40.15*std::pow(sMand,-eta1) + 30.*std::pow(sMand,-eta2));
649 else if(theParticle == thePiPlus)
651 xsection = aa*( 20.86 + B*std::pow(std::log(sMand/s0),2.)
652 + 19.24*std::pow(sMand,-eta1) - 6.03*std::pow(sMand,-eta2));
654 else if(theParticle == thePiMinus)
656 xsection = aa*( 20.86 + B*std::pow(std::log(sMand/s0),2.)
657 + 19.24*std::pow(sMand,-eta1) + 6.03*std::pow(sMand,-eta2));
659 else if(theParticle == theKPlus || theParticle == theK0L )
661 xsection = zz*( 17.91 + B*std::pow(std::log(sMand/s0),2.)
662 + 7.14*std::pow(sMand,-eta1) - 13.45*std::pow(sMand,-eta2));
664 xsection += nn*( 17.87 + B*std::pow(std::log(sMand/s0),2.)
665 + 5.17*std::pow(sMand,-eta1) - 7.23*std::pow(sMand,-eta2));
667 else if(theParticle == theKMinus || theParticle == theK0S )
669 xsection = zz*( 17.91 + B*std::pow(std::log(sMand/s0),2.)
670 + 7.14*std::pow(sMand,-eta1) + 13.45*std::pow(sMand,-eta2));
672 xsection += nn*( 17.87 + B*std::pow(std::log(sMand/s0),2.)
673 + 5.17*std::pow(sMand,-eta1) + 7.23*std::pow(sMand,-eta2));
675 else if(theParticle == theSMinus)
677 xsection = aa*( 35.20 + B*std::pow(std::log(sMand/s0),2.)
678 - 199.*std::pow(sMand,-eta1) + 264.*std::pow(sMand,-eta2));
680 else if(theParticle == theGamma)
682 xsection = aa*( 0.0 + B*std::pow(std::log(sMand/s0),2.)
683 + 0.032*std::pow(sMand,-eta1) - 0.0*std::pow(sMand,-eta2));
688 xsection = zz*( 35.45 + B*std::pow(std::log(sMand/s0),2.)
689 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
691 xsection += nn*( 35.80 + B*std::pow(std::log(sMand/s0),2.)
692 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
740 GetIonTable()->GetIonMass(Zt, At);
742 targ_mass = 0.939*
GeV;
751 proj_momentum /=
GeV;
766 if(theParticle == theNeutron)
768 if( proj_momentum >= 373.)
772 else if( proj_momentum >= 10.)
778 if(proj_momentum >= 10.)
781 A0 = 100. - B0*std::log(3.0e7);
783 xsection = A0 + B0*std::log(proj_energy) - 11
784 + 103*std::pow(2*0.93827*proj_energy + proj_mass*proj_mass+
785 0.93827*0.93827,-0.165);
793 if( proj_momentum < 0.73 )
795 hnXscv = 23 + 50*( std::pow( std::log(0.73/proj_momentum), 3.5 ) );
797 else if( proj_momentum < 1.05 )
799 hnXscv = 23 + 40*(std::log(proj_momentum/0.73))*
800 (std::log(proj_momentum/0.73));
805 75*(proj_momentum - 1.2)/(std::pow(proj_momentum,3.0) + 0.15);
809 if( proj_momentum < 0.8 )
811 hpXscv = 33+30*std::pow(std::log(proj_momentum/1.3),4.0);
813 else if( proj_momentum < 1.4 )
815 hpXscv = 33+30*std::pow(std::log(proj_momentum/0.95),2.0);
820 20.8*(std::pow(proj_momentum,2.0)-1.35)/
821 (std::pow(proj_momentum,2.50)+0.95);
823 xsection = hpXscv*zz + hnXscv*
nn;
826 else if(theParticle == theProton)
828 if( proj_momentum >= 373.)
832 else if( proj_momentum >= 10.)
838 if(proj_momentum >= 10.)
841 A0 = 100. - B0*std::log(3.0e7);
843 xsection = A0 + B0*std::log(proj_energy) - 11
844 + 103*std::pow(2*0.93827*proj_energy + proj_mass*proj_mass+
845 0.93827*0.93827,-0.165);
853 if( proj_momentum < 0.73 )
855 hpXscv = 23 + 50*( std::pow( std::log(0.73/proj_momentum), 3.5 ) );
857 else if( proj_momentum < 1.05 )
859 hpXscv = 23 + 40*(std::log(proj_momentum/0.73))*
860 (std::log(proj_momentum/0.73));
865 75*(proj_momentum - 1.2)/(std::pow(proj_momentum,3.0) + 0.15);
869 if( proj_momentum < 0.8 )
871 hnXscv = 33+30*std::pow(std::log(proj_momentum/1.3),4.0);
873 else if( proj_momentum < 1.4 )
875 hnXscv = 33+30*std::pow(std::log(proj_momentum/0.95),2.0);
880 20.8*(std::pow(proj_momentum,2.0)-1.35)/
881 (std::pow(proj_momentum,2.50)+0.95);
883 xsection = hpXscv*zz + hnXscv*
nn;
889 else if( theParticle == theAProton )
897 G4double logP = std::log(proj_momentum);
899 if( proj_momentum <= 1.0 )
901 xsection = zz*(65.55 + 53.84/(proj_momentum+1.e-6) );
905 xsection = zz*( 41.1 + 77.2*std::pow( proj_momentum, -0.68)
906 + 0.293*logP*logP - 1.82*logP );
910 xsection += nn*( 41.9 + 96.2*std::pow( proj_momentum, -0.99) - 0.154*logP);
914 fInelasticXsc = 38.0 + 38.0*std::pow( proj_momentum, -0.96)
919 else if( theParticle == thePiPlus )
921 if(proj_momentum < 0.4)
923 G4double Ex3 = 180*std::exp(-(proj_momentum-0.29)*(proj_momentum-0.29)/0.085/0.085);
926 else if( proj_momentum < 1.15 )
928 G4double Ex4 = 88*(std::log(proj_momentum/0.75))*(std::log(proj_momentum/0.75));
931 else if(proj_momentum < 3.5)
933 G4double Ex1 = 3.2*std::exp(-(proj_momentum-2.55)*(proj_momentum-2.55)/0.55/0.55);
934 G4double Ex2 = 12*std::exp(-(proj_momentum-1.47)*(proj_momentum-1.47)/0.225/0.225);
935 hpXscv = Ex1+Ex2+27.5;
939 hpXscv = 10.6+2.*std::log(proj_energy)+25*std::pow(proj_energy,-0.43);
943 if(proj_momentum < 0.37)
945 hnXscv = 28.0 + 40*std::exp(-(proj_momentum-0.29)*(proj_momentum-0.29)/0.07/0.07);
947 else if(proj_momentum<0.65)
949 hnXscv = 26+110*(std::log(proj_momentum/0.48))*(std::log(proj_momentum/0.48));
951 else if(proj_momentum<1.3)
954 10*std::exp(-(proj_momentum-0.72)*(proj_momentum-0.72)/0.06/0.06)+
955 24*std::exp(-(proj_momentum-1.015)*(proj_momentum-1.015)/0.075/0.075);
957 else if(proj_momentum<3.0)
959 hnXscv = 36.1+0.079-4.313*std::log(proj_momentum)+
960 3*std::exp(-(proj_momentum-2.1)*(proj_momentum-2.1)/0.4/0.4)+
961 1.5*std::exp(-(proj_momentum-1.4)*(proj_momentum-1.4)/0.12/0.12);
965 hnXscv = 10.6+2*std::log(proj_energy)+30*std::pow(proj_energy,-0.43);
967 xsection = hpXscv*zz + hnXscv*
nn;
969 else if(theParticle == thePiMinus)
973 if(proj_momentum < 0.4)
975 G4double Ex3 = 180*std::exp(-(proj_momentum-0.29)*(proj_momentum-0.29)/0.085/0.085);
978 else if(proj_momentum < 1.15)
980 G4double Ex4 = 88*(std::log(proj_momentum/0.75))*(std::log(proj_momentum/0.75));
983 else if(proj_momentum < 3.5)
985 G4double Ex1 = 3.2*std::exp(-(proj_momentum-2.55)*(proj_momentum-2.55)/0.55/0.55);
986 G4double Ex2 = 12*std::exp(-(proj_momentum-1.47)*(proj_momentum-1.47)/0.225/0.225);
987 hnXscv = Ex1+Ex2+27.5;
991 hnXscv = 10.6+2.*std::log(proj_energy)+25*std::pow(proj_energy,-0.43);
995 if(proj_momentum < 0.37)
997 hpXscv = 28.0 + 40*std::exp(-(proj_momentum-0.29)*(proj_momentum-0.29)/0.07/0.07);
999 else if(proj_momentum<0.65)
1001 hpXscv = 26+110*(std::log(proj_momentum/0.48))*(std::log(proj_momentum/0.48));
1003 else if(proj_momentum<1.3)
1006 10*std::exp(-(proj_momentum-0.72)*(proj_momentum-0.72)/0.06/0.06)+
1007 24*std::exp(-(proj_momentum-1.015)*(proj_momentum-1.015)/0.075/0.075);
1009 else if(proj_momentum<3.0)
1011 hpXscv = 36.1+0.079-4.313*std::log(proj_momentum)+
1012 3*std::exp(-(proj_momentum-2.1)*(proj_momentum-2.1)/0.4/0.4)+
1013 1.5*std::exp(-(proj_momentum-1.4)*(proj_momentum-1.4)/0.12/0.12);
1017 hpXscv = 10.6+2*std::log(proj_energy)+30*std::pow(proj_energy,-0.43);
1019 xsection = hpXscv*zz + hnXscv*
nn;
1021 else if(theParticle == theKPlus)
1023 xsection = zz*( 17.91 + B*std::pow(std::log(sMand/s0),2.)
1024 + 7.14*std::pow(sMand,-eta1) - 13.45*std::pow(sMand,-eta2));
1026 xsection += nn*( 17.87 + B*std::pow(std::log(sMand/s0),2.)
1027 + 5.17*std::pow(sMand,-eta1) - 7.23*std::pow(sMand,-eta2));
1029 else if(theParticle == theKMinus)
1031 xsection = zz*( 17.91 + B*std::pow(std::log(sMand/s0),2.)
1032 + 7.14*std::pow(sMand,-eta1) + 13.45*std::pow(sMand,-eta2));
1034 xsection += nn*( 17.87 + B*std::pow(std::log(sMand/s0),2.)
1035 + 5.17*std::pow(sMand,-eta1) + 7.23*std::pow(sMand,-eta2));
1037 else if(theParticle == theSMinus)
1039 xsection = aa*( 35.20 + B*std::pow(std::log(sMand/s0),2.)
1040 - 199.*std::pow(sMand,-eta1) + 264.*std::pow(sMand,-eta2));
1042 else if(theParticle == theGamma)
1044 xsection = aa*( 0.0 + B*std::pow(std::log(sMand/s0),2.)
1045 + 0.032*std::pow(sMand,-eta1) - 0.0*std::pow(sMand,-eta2));
1050 xsection = zz*( 35.45 + B*std::pow(std::log(sMand/s0),2.)
1051 + 42.53*std::pow(sMand,-eta1) - 33.34*std::pow(sMand,-eta2));
1053 xsection += nn*( 35.80 + B*std::pow(std::log(sMand/s0),2.)
1054 + 40.15*std::pow(sMand,-eta1) - 30.*std::pow(sMand,-eta2));
1064 G4double Tkin, logTkin, xsc, xscP, xscN;
1074 logTkin = std::log(Tkin);
1076 if( theParticle == theKPlus )
1081 else if( theParticle == theKMinus )
1091 xsc = xscP*Zt + xscN*Nt;
1121 if( hadron == theKPlus )
1132 return sumInelastic;
1145 G4int absPDGcode = std::abs(PDGcode);
1155 G4double LogPlab = std::log( Plab );
1156 G4double sqrLogPlab = LogPlab * LogPlab;
1162 G4double NumberOfTargetNeutrons = NumberOfTargetNucleons - NumberOfTargetProtons;
1164 if(NumberOfTargetNeutrons < 0.0) NumberOfTargetNeutrons = 0.0;
1166 G4double Xtotal, Xelastic, Xinelastic;
1168 if( absPDGcode > 1000 )
1170 G4double XtotPP = 48.0 + 0. *std::pow(Plab, 0. ) +
1171 0.522*sqrLogPlab - 4.51*LogPlab;
1173 G4double XtotPN = 47.3 + 0. *std::pow(Plab, 0. ) +
1174 0.513*sqrLogPlab - 4.27*LogPlab;
1176 G4double XelPP = 11.9 + 26.9*std::pow(Plab,-1.21) +
1177 0.169*sqrLogPlab - 1.85*LogPlab;
1179 G4double XelPN = 11.9 + 26.9*std::pow(Plab,-1.21) +
1180 0.169*sqrLogPlab - 1.85*LogPlab;
1182 Xtotal = (NumberOfTargetProtons * XtotPP +
1183 NumberOfTargetNeutrons * XtotPN);
1185 Xelastic = (NumberOfTargetProtons * XelPP +
1186 NumberOfTargetNeutrons * XelPN);
1188 else if( PDGcode == 211 )
1190 G4double XtotPiP = 16.4 + 19.3 *std::pow(Plab,-0.42) +
1191 0.19 *sqrLogPlab - 0.0 *LogPlab;
1193 G4double XtotPiN = 33.0 + 14.0 *std::pow(Plab,-1.36) +
1194 0.456*sqrLogPlab - 4.03*LogPlab;
1196 G4double XelPiP = 0.0 + 11.4*std::pow(Plab,-0.40) +
1197 0.079*sqrLogPlab - 0.0 *LogPlab;
1199 G4double XelPiN = 1.76 + 11.2*std::pow(Plab,-0.64) +
1200 0.043*sqrLogPlab - 0.0 *LogPlab;
1202 Xtotal = ( NumberOfTargetProtons * XtotPiP +
1203 NumberOfTargetNeutrons * XtotPiN );
1205 Xelastic = ( NumberOfTargetProtons * XelPiP +
1206 NumberOfTargetNeutrons * XelPiN );
1208 else if( PDGcode == -211 )
1210 G4double XtotPiP = 33.0 + 14.0 *std::pow(Plab,-1.36) +
1211 0.456*sqrLogPlab - 4.03*LogPlab;
1213 G4double XtotPiN = 16.4 + 19.3 *std::pow(Plab,-0.42) +
1214 0.19 *sqrLogPlab - 0.0 *LogPlab;
1216 G4double XelPiP = 1.76 + 11.2*std::pow(Plab,-0.64) +
1217 0.043*sqrLogPlab - 0.0 *LogPlab;
1219 G4double XelPiN = 0.0 + 11.4*std::pow(Plab,-0.40) +
1220 0.079*sqrLogPlab - 0.0 *LogPlab;
1222 Xtotal = ( NumberOfTargetProtons * XtotPiP +
1223 NumberOfTargetNeutrons * XtotPiN );
1225 Xelastic = ( NumberOfTargetProtons * XelPiP +
1226 NumberOfTargetNeutrons * XelPiN );
1228 else if( PDGcode == 111 )
1230 G4double XtotPiP =(16.4 + 19.3 *std::pow(Plab,-0.42) +
1231 0.19 *sqrLogPlab - 0.0 *LogPlab +
1232 33.0 + 14.0 *std::pow(Plab,-1.36) +
1233 0.456*sqrLogPlab - 4.03*LogPlab)/2;
1235 G4double XtotPiN =(33.0 + 14.0 *std::pow(Plab,-1.36) +
1236 0.456*sqrLogPlab - 4.03*LogPlab +
1237 16.4 + 19.3 *std::pow(Plab,-0.42) +
1238 0.19 *sqrLogPlab - 0.0 *LogPlab)/2;
1240 G4double XelPiP =( 0.0 + 11.4*std::pow(Plab,-0.40) +
1241 0.079*sqrLogPlab - 0.0 *LogPlab +
1242 1.76 + 11.2*std::pow(Plab,-0.64) +
1243 0.043*sqrLogPlab - 0.0 *LogPlab)/2;
1245 G4double XelPiN =( 1.76 + 11.2*std::pow(Plab,-0.64) +
1246 0.043*sqrLogPlab - 0.0 *LogPlab +
1247 0.0 + 11.4*std::pow(Plab,-0.40) +
1248 0.079*sqrLogPlab - 0.0 *LogPlab)/2;
1250 Xtotal = ( NumberOfTargetProtons * XtotPiP +
1251 NumberOfTargetNeutrons * XtotPiN );
1253 Xelastic = ( NumberOfTargetProtons * XelPiP +
1254 NumberOfTargetNeutrons * XelPiN );
1256 else if( PDGcode == 321 )
1258 G4double XtotKP = 18.1 + 0. *std::pow(Plab, 0. ) +
1259 0.26 *sqrLogPlab - 1.0 *LogPlab;
1260 G4double XtotKN = 18.7 + 0. *std::pow(Plab, 0. ) +
1261 0.21 *sqrLogPlab - 0.89*LogPlab;
1263 G4double XelKP = 5.0 + 8.1*std::pow(Plab,-1.8 ) +
1264 0.16 *sqrLogPlab - 1.3 *LogPlab;
1266 G4double XelKN = 7.3 + 0. *std::pow(Plab,-0. ) +
1267 0.29 *sqrLogPlab - 2.4 *LogPlab;
1269 Xtotal = ( NumberOfTargetProtons * XtotKP +
1270 NumberOfTargetNeutrons * XtotKN );
1272 Xelastic = ( NumberOfTargetProtons * XelKP +
1273 NumberOfTargetNeutrons * XelKN );
1275 else if( PDGcode ==-321 )
1277 G4double XtotKP = 32.1 + 0. *std::pow(Plab, 0. ) +
1278 0.66 *sqrLogPlab - 5.6 *LogPlab;
1279 G4double XtotKN = 25.2 + 0. *std::pow(Plab, 0. ) +
1280 0.38 *sqrLogPlab - 2.9 *LogPlab;
1282 G4double XelKP = 7.3 + 0. *std::pow(Plab,-0. ) +
1283 0.29 *sqrLogPlab - 2.4 *LogPlab;
1285 G4double XelKN = 5.0 + 8.1*std::pow(Plab,-1.8 ) +
1286 0.16 *sqrLogPlab - 1.3 *LogPlab;
1288 Xtotal = ( NumberOfTargetProtons * XtotKP +
1289 NumberOfTargetNeutrons * XtotKN );
1291 Xelastic = ( NumberOfTargetProtons * XelKP +
1292 NumberOfTargetNeutrons * XelKN );
1294 else if( PDGcode == 311 )
1296 G4double XtotKP = ( 18.1 + 0. *std::pow(Plab, 0. ) +
1297 0.26 *sqrLogPlab - 1.0 *LogPlab +
1298 32.1 + 0. *std::pow(Plab, 0. ) +
1299 0.66 *sqrLogPlab - 5.6 *LogPlab)/2;
1301 G4double XtotKN = ( 18.7 + 0. *std::pow(Plab, 0. ) +
1302 0.21 *sqrLogPlab - 0.89*LogPlab +
1303 25.2 + 0. *std::pow(Plab, 0. ) +
1304 0.38 *sqrLogPlab - 2.9 *LogPlab)/2;
1306 G4double XelKP = ( 5.0 + 8.1*std::pow(Plab,-1.8 )
1307 + 0.16 *sqrLogPlab - 1.3 *LogPlab +
1308 7.3 + 0. *std::pow(Plab,-0. ) +
1309 0.29 *sqrLogPlab - 2.4 *LogPlab)/2;
1311 G4double XelKN = ( 7.3 + 0. *std::pow(Plab,-0. ) +
1312 0.29 *sqrLogPlab - 2.4 *LogPlab +
1313 5.0 + 8.1*std::pow(Plab,-1.8 ) +
1314 0.16 *sqrLogPlab - 1.3 *LogPlab)/2;
1316 Xtotal = ( NumberOfTargetProtons * XtotKP +
1317 NumberOfTargetNeutrons * XtotKN );
1319 Xelastic = ( NumberOfTargetProtons * XelKP +
1320 NumberOfTargetNeutrons * XelKN );
1324 G4double XtotPP = 48.0 + 0. *std::pow(Plab, 0. ) +
1325 0.522*sqrLogPlab - 4.51*LogPlab;
1327 G4double XtotPN = 47.3 + 0. *std::pow(Plab, 0. ) +
1328 0.513*sqrLogPlab - 4.27*LogPlab;
1330 G4double XelPP = 11.9 + 26.9*std::pow(Plab,-1.21) +
1331 0.169*sqrLogPlab - 1.85*LogPlab;
1332 G4double XelPN = 11.9 + 26.9*std::pow(Plab,-1.21) +
1333 0.169*sqrLogPlab - 1.85*LogPlab;
1335 Xtotal = ( NumberOfTargetProtons * XtotPP +
1336 NumberOfTargetNeutrons * XtotPN );
1338 Xelastic = ( NumberOfTargetProtons * XelPP +
1339 NumberOfTargetNeutrons * XelPN );
1341 Xinelastic = Xtotal - Xelastic;
1343 if( Xinelastic < 0.) Xinelastic = 0.;
1376 R = fRadiusConst*cubicrAt;
1392 R *= ( a1 + b1*std::exp( -(At - meanA)/tauA1) );
1396 R *= ( 1.0 + b2*( 1. - std::exp( (At - meanA)/tauA2) ) );
1400 R *= ( 1.0 + b3*( 1. - std::exp( (At - meanA)/tauA3) ) );
1432 R = fRadiusConst*cubicrAt;
1439 R *= ( 0.8 + 0.2*std::exp( -(
G4double(At) - meanA)/tauA) );
1443 R *= ( 1.0 + 0.1*( 1. - std::exp( (
G4double(At) - meanA)/tauA) ) );
1457 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
1458 G4double Ecm = std::sqrt ( mp * mp + mt * mt + 2 * Elab * mt );
1473 G4double Elab = std::sqrt ( mp * mp + Plab * Plab );
1474 G4double sMand = mp*mp + mt*mt + 2*Elab*mt ;
1485 outFile <<
"G4ComponentGGHadronNucleusXsc calculates total, inelastic and\n"
1486 <<
"elastic cross sections for hadron-nucleus cross sections using\n"
1487 <<
"the Glauber model with Gribov corrections. It is valid for all\n"
1488 <<
"targets except hydrogen, and for incident p, pbar, n, sigma-,\n"
1489 <<
"pi+, pi-, K+, K- and gammas with energies above 3 GeV. This is\n"
1490 <<
"a cross section component which is to be used to build a cross\n"
1499 const G4double G4ComponentGGHadronNucleusXsc::fNeutronBarCorrectionTot[93] = {
1501 1.0, 1.0, 1.42517e+00,
1502 1.082002e+00, 1.116171e+00, 1.078747e+00, 1.061315e+00,
1503 1.058205e+00, 1.082663e+00, 1.068500e+00, 1.076912e+00, 1.083475e+00, 1.079117e+00,
1504 1.071856e+00, 1.071990e+00, 1.073774e+00, 1.079356e+00, 1.081314e+00, 1.082056e+00,
1505 1.090772e+00, 1.096776e+00, 1.095828e+00, 1.097678e+00, 1.099157e+00, 1.103677e+00,
1506 1.105132e+00, 1.109806e+00, 1.110816e+00, 1.117378e+00, 1.115165e+00, 1.115710e+00,
1507 1.111855e+00, 1.110482e+00, 1.110112e+00, 1.106676e+00, 1.108706e+00, 1.105549e+00,
1508 1.106318e+00, 1.106242e+00, 1.107672e+00, 1.107342e+00, 1.108119e+00, 1.106655e+00,
1509 1.102588e+00, 1.096657e+00, 1.092920e+00, 1.086629e+00, 1.083592e+00, 1.076030e+00,
1510 1.083777e+00, 1.089460e+00, 1.086545e+00, 1.079924e+00, 1.082218e+00, 1.077798e+00,
1511 1.077062e+00, 1.072825e+00, 1.072241e+00, 1.072104e+00, 1.072490e+00, 1.069829e+00,
1512 1.070398e+00, 1.065458e+00, 1.064968e+00, 1.060524e+00, 1.060048e+00, 1.057620e+00,
1513 1.056428e+00, 1.055366e+00, 1.055017e+00, 1.052304e+00, 1.051767e+00, 1.049728e+00,
1514 1.048745e+00, 1.047399e+00, 1.045876e+00, 1.042972e+00, 1.041824e+00, 1.039993e+00,
1515 1.039021e+00, 1.036627e+00, 1.034176e+00, 1.032526e+00, 1.033633e+00, 1.036107e+00,
1516 1.037803e+00, 1.031266e+00, 1.032991e+00, 1.033284e+00, 1.035015e+00, 1.033945e+00,
1517 1.037075e+00, 1.034721e+00
1521 const G4double G4ComponentGGHadronNucleusXsc::fNeutronBarCorrectionIn[93] = {
1523 1.0, 1.0, 1.167421e+00, 1.156250e+00, 1.205364e+00, 1.154225e+00, 1.120391e+00,
1524 1.124632e+00, 1.129460e+00, 1.107863e+00, 1.102152e+00, 1.104593e+00, 1.100285e+00,
1525 1.098450e+00, 1.092677e+00, 1.101124e+00, 1.106461e+00, 1.115049e+00, 1.123903e+00,
1526 1.126661e+00, 1.131259e+00, 1.133949e+00, 1.134185e+00, 1.133767e+00, 1.132813e+00,
1527 1.131515e+00, 1.144338e+00,
1528 1.134171e+00, 1.139206e+00, 1.148474e+00,
1530 1.140725e+00, 1.140100e+00, 1.139848e+00, 1.137674e+00, 1.138645e+00, 1.136339e+00,
1531 1.136439e+00, 1.135946e+00, 1.136431e+00, 1.135702e+00, 1.135703e+00, 1.134113e+00,
1532 1.131935e+00, 1.128381e+00, 1.126373e+00, 1.122453e+00, 1.120908e+00, 1.115953e+00,
1533 1.115947e+00, 1.114426e+00, 1.111749e+00, 1.106207e+00, 1.107494e+00, 1.103622e+00,
1534 1.102576e+00, 1.098816e+00, 1.097889e+00, 1.097306e+00, 1.097130e+00, 1.094578e+00,
1535 1.094552e+00, 1.090222e+00, 1.089358e+00, 1.085409e+00, 1.084560e+00, 1.082182e+00,
1536 1.080773e+00, 1.079464e+00, 1.078724e+00, 1.076121e+00, 1.075235e+00, 1.073159e+00,
1537 1.071920e+00, 1.070395e+00, 1.069503e+00, 1.067525e+00, 1.066919e+00, 1.065779e+00,
1538 1.065319e+00, 1.063730e+00, 1.062092e+00, 1.061085e+00, 1.059908e+00, 1.059815e+00,
1539 1.059109e+00, 1.051920e+00, 1.051258e+00, 1.049473e+00, 1.048823e+00, 1.045984e+00,
1540 1.046435e+00, 1.042614e+00
1544 const G4double G4ComponentGGHadronNucleusXsc::fProtonBarCorrectionTot[93] = {
1547 1.118515e+00, 1.082000e+00, 1.116169e+00, 1.078745e+00, 1.061313e+00, 1.058203e+00,
1548 1.082661e+00, 1.068498e+00, 1.076910e+00, 1.083474e+00, 1.079115e+00, 1.071854e+00,
1549 1.071988e+00, 1.073772e+00, 1.079355e+00, 1.081312e+00, 1.082054e+00, 1.090770e+00,
1550 1.096774e+00, 1.095827e+00, 1.097677e+00, 1.099156e+00, 1.103676e+00, 1.105130e+00,
1551 1.109805e+00, 1.110814e+00, 1.117377e+00, 1.115163e+00, 1.115708e+00, 1.111853e+00,
1552 1.110480e+00, 1.110111e+00, 1.106674e+00, 1.108705e+00, 1.105548e+00, 1.106317e+00,
1553 1.106241e+00, 1.107671e+00, 1.107341e+00, 1.108118e+00, 1.106654e+00, 1.102586e+00,
1554 1.096655e+00, 1.092918e+00, 1.086628e+00, 1.083590e+00, 1.076028e+00, 1.083776e+00,
1555 1.089458e+00, 1.086543e+00, 1.079923e+00, 1.082216e+00, 1.077797e+00, 1.077061e+00,
1556 1.072824e+00, 1.072239e+00, 1.072103e+00, 1.072488e+00, 1.069828e+00, 1.070396e+00,
1557 1.065456e+00, 1.064966e+00, 1.060523e+00, 1.060047e+00, 1.057618e+00, 1.056427e+00,
1558 1.055365e+00, 1.055016e+00, 1.052303e+00, 1.051766e+00, 1.049727e+00, 1.048743e+00,
1559 1.047397e+00, 1.045875e+00, 1.042971e+00, 1.041823e+00, 1.039992e+00, 1.039019e+00,
1560 1.036626e+00, 1.034175e+00, 1.032525e+00, 1.033632e+00, 1.036106e+00, 1.037802e+00,
1561 1.031265e+00, 1.032990e+00, 1.033283e+00, 1.035014e+00, 1.033944e+00, 1.037074e+00,
1566 const G4double G4ComponentGGHadronNucleusXsc::fProtonBarCorrectionIn[93] = {
1570 1.156248e+00, 1.205362e+00, 1.154224e+00, 1.120390e+00, 1.124630e+00,
1571 1.129459e+00, 1.107861e+00, 1.102151e+00, 1.104591e+00, 1.100284e+00, 1.098449e+00,
1572 1.092675e+00, 1.101122e+00, 1.106460e+00, 1.115048e+00, 1.123902e+00, 1.126659e+00,
1573 1.131258e+00, 1.133948e+00, 1.134183e+00, 1.133766e+00, 1.132812e+00, 1.131514e+00,
1576 1.134170e+00, 1.139205e+00, 1.151472e+00,
1577 1.142188e+00, 1.140724e+00,
1578 1.140099e+00, 1.139847e+00, 1.137672e+00, 1.138644e+00, 1.136338e+00, 1.136438e+00,
1579 1.135945e+00, 1.136429e+00, 1.135701e+00, 1.135702e+00, 1.134112e+00, 1.131934e+00,
1580 1.128380e+00, 1.126371e+00, 1.122452e+00, 1.120907e+00, 1.115952e+00, 1.115946e+00,
1581 1.114425e+00, 1.111748e+00, 1.106205e+00, 1.107493e+00, 1.103621e+00, 1.102575e+00,
1582 1.098815e+00, 1.097888e+00, 1.097305e+00, 1.097129e+00, 1.094577e+00, 1.094551e+00,
1583 1.090221e+00, 1.089357e+00, 1.085408e+00, 1.084559e+00, 1.082181e+00, 1.080772e+00,
1584 1.079463e+00, 1.078723e+00, 1.076120e+00, 1.075234e+00, 1.073158e+00, 1.071919e+00,
1585 1.070394e+00, 1.069502e+00, 1.067524e+00, 1.066918e+00, 1.065778e+00, 1.065318e+00,
1586 1.063729e+00, 1.062091e+00, 1.061084e+00, 1.059907e+00, 1.059814e+00, 1.059108e+00,
1587 1.051919e+00, 1.051257e+00, 1.049472e+00, 1.048822e+00, 1.045983e+00, 1.046434e+00,
1593 const G4double G4ComponentGGHadronNucleusXsc::fPionPlusBarCorrectionTot[93] = {
1596 1.075927e+00, 1.074407e+00, 1.126098e+00, 1.100127e+00, 1.089742e+00, 1.083536e+00,
1597 1.089988e+00, 1.103566e+00, 1.096922e+00, 1.126573e+00, 1.132734e+00, 1.136512e+00,
1598 1.136629e+00, 1.133086e+00, 1.132428e+00, 1.129299e+00, 1.125622e+00, 1.126992e+00,
1599 1.127840e+00, 1.162670e+00, 1.160392e+00, 1.157864e+00, 1.157227e+00, 1.154627e+00,
1600 1.192555e+00, 1.197243e+00, 1.197911e+00, 1.200326e+00, 1.220053e+00, 1.215019e+00,
1601 1.211703e+00, 1.209080e+00, 1.204248e+00, 1.203328e+00, 1.198671e+00, 1.196840e+00,
1602 1.194392e+00, 1.193037e+00, 1.190408e+00, 1.188583e+00, 1.206127e+00, 1.210028e+00,
1603 1.206434e+00, 1.204456e+00, 1.200547e+00, 1.199058e+00, 1.200174e+00, 1.200276e+00,
1604 1.198912e+00, 1.213048e+00, 1.207160e+00, 1.208020e+00, 1.203814e+00, 1.202380e+00,
1605 1.198306e+00, 1.197002e+00, 1.196027e+00, 1.195449e+00, 1.192563e+00, 1.192135e+00,
1606 1.187556e+00, 1.186308e+00, 1.182124e+00, 1.180900e+00, 1.178224e+00, 1.176471e+00,
1607 1.174811e+00, 1.173702e+00, 1.170827e+00, 1.169581e+00, 1.167205e+00, 1.165626e+00,
1608 1.180244e+00, 1.177626e+00, 1.175121e+00, 1.173903e+00, 1.172192e+00, 1.171128e+00,
1609 1.168997e+00, 1.166826e+00, 1.164130e+00, 1.165412e+00, 1.165504e+00, 1.165020e+00,
1610 1.158462e+00, 1.158014e+00, 1.156519e+00, 1.156081e+00, 1.153602e+00, 1.154190e+00,
1615 const G4double G4ComponentGGHadronNucleusXsc::fPionPlusBarCorrectionIn[93] = {
1618 1.140246e+00, 1.097872e+00, 1.104301e+00, 1.068722e+00, 1.056495e+00, 1.062622e+00,
1619 1.047987e+00, 1.037032e+00, 1.035686e+00, 1.042870e+00, 1.052222e+00, 1.075100e+00,
1620 1.084480e+00, 1.078286e+00, 1.081488e+00, 1.089713e+00, 1.099105e+00, 1.098003e+00,
1621 1.102175e+00, 1.117707e+00, 1.121734e+00, 1.125229e+00, 1.126457e+00, 1.128905e+00,
1622 1.163312e+00, 1.126263e+00, 1.126459e+00, 1.135191e+00, 1.116986e+00, 1.117184e+00,
1623 1.117037e+00, 1.116777e+00, 1.115858e+00, 1.115745e+00, 1.114489e+00, 1.113993e+00,
1624 1.113226e+00, 1.112818e+00, 1.111890e+00, 1.111238e+00, 1.111209e+00, 1.111775e+00,
1625 1.110256e+00, 1.109414e+00, 1.107647e+00, 1.106980e+00, 1.106096e+00, 1.107331e+00,
1626 1.107849e+00, 1.106407e+00, 1.103426e+00, 1.103896e+00, 1.101756e+00, 1.101031e+00,
1627 1.098915e+00, 1.098260e+00, 1.097768e+00, 1.097487e+00, 1.095964e+00, 1.095773e+00,
1628 1.093348e+00, 1.092687e+00, 1.090465e+00, 1.089821e+00, 1.088394e+00, 1.087462e+00,
1629 1.086571e+00, 1.085997e+00, 1.084451e+00, 1.083798e+00, 1.082513e+00, 1.081670e+00,
1630 1.080735e+00, 1.075659e+00, 1.074341e+00, 1.073689e+00, 1.072787e+00, 1.072237e+00,
1631 1.071107e+00, 1.069955e+00, 1.074856e+00, 1.065873e+00, 1.065938e+00, 1.065694e+00,
1632 1.062192e+00, 1.061967e+00, 1.061180e+00, 1.060960e+00, 1.059646e+00, 1.059975e+00,
1638 const G4double G4ComponentGGHadronNucleusXsc::fPionMinusBarCorrectionTot[93] = {
1641 1.3956e+00, 1.077959e+00, 1.129145e+00, 1.102088e+00, 1.089765e+00, 1.083542e+00,
1642 1.089995e+00, 1.104895e+00, 1.097154e+00, 1.127663e+00, 1.133063e+00, 1.137425e+00,
1643 1.136724e+00, 1.133859e+00, 1.132498e+00, 1.130276e+00, 1.127896e+00, 1.127656e+00,
1644 1.127905e+00, 1.164210e+00, 1.162259e+00, 1.160075e+00, 1.158978e+00, 1.156649e+00,
1645 1.194157e+00, 1.199177e+00, 1.198983e+00, 1.202325e+00, 1.221967e+00, 1.217548e+00,
1646 1.214389e+00, 1.211760e+00, 1.207335e+00, 1.206081e+00, 1.201766e+00, 1.199779e+00,
1647 1.197283e+00, 1.195706e+00, 1.193071e+00, 1.191115e+00, 1.208838e+00, 1.212681e+00,
1648 1.209235e+00, 1.207163e+00, 1.203451e+00, 1.201807e+00, 1.203283e+00, 1.203388e+00,
1649 1.202244e+00, 1.216509e+00, 1.211066e+00, 1.211504e+00, 1.207539e+00, 1.205991e+00,
1650 1.202143e+00, 1.200724e+00, 1.199595e+00, 1.198815e+00, 1.196025e+00, 1.195390e+00,
1651 1.191137e+00, 1.189791e+00, 1.185888e+00, 1.184575e+00, 1.181996e+00, 1.180229e+00,
1652 1.178545e+00, 1.177355e+00, 1.174616e+00, 1.173312e+00, 1.171016e+00, 1.169424e+00,
1653 1.184120e+00, 1.181478e+00, 1.179085e+00, 1.177817e+00, 1.176124e+00, 1.175003e+00,
1654 1.172947e+00, 1.170858e+00, 1.168170e+00, 1.169397e+00, 1.169304e+00, 1.168706e+00,
1655 1.162774e+00, 1.162217e+00, 1.160740e+00, 1.160196e+00, 1.157857e+00, 1.158220e+00,
1660 const G4double G4ComponentGGHadronNucleusXsc::fPionMinusBarCorrectionIn[93] = {
1663 1.463e+00, 1.100898e+00, 1.106773e+00, 1.070289e+00, 1.040514e+00, 1.062628e+00,
1664 1.047992e+00, 1.038041e+00, 1.035862e+00, 1.043679e+00, 1.052466e+00, 1.065780e+00,
1665 1.070551e+00, 1.078869e+00, 1.081541e+00, 1.090455e+00, 1.100847e+00, 1.098511e+00,
1666 1.102226e+00, 1.118865e+00, 1.123143e+00, 1.126904e+00, 1.127785e+00, 1.130444e+00,
1667 1.148502e+00, 1.127678e+00, 1.127244e+00, 1.123634e+00, 1.118347e+00, 1.118988e+00,
1668 1.118957e+00, 1.118696e+00, 1.118074e+00, 1.117722e+00, 1.116717e+00, 1.116111e+00,
1669 1.115311e+00, 1.114745e+00, 1.113814e+00, 1.113069e+00, 1.113141e+00, 1.113660e+00,
1670 1.112249e+00, 1.111343e+00, 1.109718e+00, 1.108942e+00, 1.108310e+00, 1.109549e+00,
1671 1.110227e+00, 1.108846e+00, 1.106183e+00, 1.106354e+00, 1.104388e+00, 1.103583e+00,
1672 1.101632e+00, 1.100896e+00, 1.100296e+00, 1.099873e+00, 1.098420e+00, 1.098082e+00,
1673 1.095892e+00, 1.095162e+00, 1.093144e+00, 1.092438e+00, 1.091083e+00, 1.090142e+00,
1674 1.089236e+00, 1.088604e+00, 1.087159e+00, 1.086465e+00, 1.085239e+00, 1.084388e+00,
1675 1.083473e+00, 1.078373e+00, 1.077136e+00, 1.076450e+00, 1.075561e+00, 1.074973e+00,
1676 1.073898e+00, 1.072806e+00, 1.067706e+00, 1.068684e+00, 1.068618e+00, 1.068294e+00,
1677 1.065241e+00, 1.064939e+00, 1.064166e+00, 1.063872e+00, 1.062659e+00, 1.062828e+00,
G4double GetRatioQE(const G4DynamicParticle *, G4int At, G4int Zt)
G4double GetNucleusRadius(const G4DynamicParticle *, const G4Element *)
G4double GetHadronNucleonXscPDG(const G4DynamicParticle *, const G4Element *)
G4double GetKmNeutronTotXscVector(G4double logEnergy)
virtual G4double GetProductionElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
G4double GetKpProtonTotXscVector(G4double logEnergy)
static G4AntiOmegaMinus * AntiOmegaMinus()
G4double GetKineticEnergy() const
G4double GetTotalEnergy() const
G4double CalcMandelstamS(const G4double, const G4double, const G4double)
static G4OmegaMinus * OmegaMinus()
static G4KaonZeroLong * KaonZeroLong()
G4ComponentGGHadronNucleusXsc()
G4double GetRatioSD(const G4DynamicParticle *, G4int At, G4int Zt)
G4int GetPDGEncoding() const
G4ParticleDefinition * GetDefinition() const
static G4AntiSigmaPlus * AntiSigmaPlus()
virtual ~G4ComponentGGHadronNucleusXsc()
G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
static G4SigmaZero * SigmaZero()
G4double GetHNinelasticXscVU(const G4DynamicParticle *, G4int At, G4int Zt)
static G4KaonMinus * KaonMinus()
G4double GetHadronNucleonXscNS(const G4DynamicParticle *, const G4ParticleDefinition *)
virtual G4double GetInelasticIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
static G4AntiSigmaMinus * AntiSigmaMinus()
static G4XiZero * XiZero()
G4double GetHadronNucleonXscNS(const G4DynamicParticle *, const G4Element *)
G4double GetKaonNucleonXscGG(const G4DynamicParticle *, const G4ParticleDefinition *)
static G4KaonZeroShort * KaonZeroShort()
static G4AntiProton * AntiProton()
static G4XiMinus * XiMinus()
static G4AntiXiMinus * AntiXiMinus()
static G4Triton * Triton()
static G4Proton * Proton()
static G4PionPlus * PionPlus()
static G4Neutron * Neutron()
virtual G4double GetInelasticElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
G4double GetHadronNucleonXsc(const G4DynamicParticle *, const G4Element *)
static G4PionZero * PionZero()
G4double GetHNinelasticXsc(const G4DynamicParticle *, const G4Element *)
static G4Deuteron * Deuteron()
G4double GetParticleBarCorIn(const G4ParticleDefinition *theParticle, G4int Z)
static G4SigmaMinus * SigmaMinus()
virtual void CrossSectionDescription(std::ostream &) const
static G4ParticleTable * GetParticleTable()
static G4AntiLambda * AntiLambda()
static G4PionMinus * PionMinus()
static G4AntiSigmaZero * AntiSigmaZero()
G4double GetKmProtonTotXscVector(G4double logEnergy)
virtual G4double GetTotalIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
virtual G4double GetElasticIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
static G4AntiXiZero * AntiXiZero()
G4double CalculateEcmValue(const G4double, const G4double, const G4double)
G4bool IsIsoApplicable(const G4DynamicParticle *aDP, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0)
static G4SigmaPlus * SigmaPlus()
static G4Lambda * Lambda()
virtual G4double GetTotalElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
static G4KaonPlus * KaonPlus()
virtual G4double GetElasticElementCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4double A)
G4double GetKaonNucleonXscVector(const G4DynamicParticle *, G4int At, G4int Zt)
G4ThreeVector G4ParticleMomentum
virtual G4double ComputeQuasiElasticRatio(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)
G4double GetParticleBarCorTot(const G4ParticleDefinition *theParticle, G4int Z)
static G4AntiNeutron * AntiNeutron()
G4double GetInelasticHadronNucleonXsc()
G4ThreeVector GetMomentum() const
G4double GetKpNeutronTotXscVector(G4double logEnergy)
virtual G4double GetProductionIsotopeCrossSection(const G4ParticleDefinition *aParticle, G4double kinEnergy, G4int Z, G4int A)