49 const G4int G4QProtonElasticCrossSection::nPoints=128;
50 const G4int G4QProtonElasticCrossSection::nLast=nPoints-1;
51 G4double G4QProtonElasticCrossSection::lPMin=-8.;
52 G4double G4QProtonElasticCrossSection::lPMax= 8.;
53 G4double G4QProtonElasticCrossSection::dlnP=(lPMax-lPMin)/nLast;
54 G4bool G4QProtonElasticCrossSection::onlyCS=
true;
55 G4double G4QProtonElasticCrossSection::lastSIG=0.;
56 G4double G4QProtonElasticCrossSection::lastLP=-10.;
57 G4double G4QProtonElasticCrossSection::lastTM=0.;
58 G4double G4QProtonElasticCrossSection::theSS=0.;
59 G4double G4QProtonElasticCrossSection::theS1=0.;
60 G4double G4QProtonElasticCrossSection::theB1=0.;
61 G4double G4QProtonElasticCrossSection::theS2=0.;
62 G4double G4QProtonElasticCrossSection::theB2=0.;
63 G4double G4QProtonElasticCrossSection::theS3=0.;
64 G4double G4QProtonElasticCrossSection::theB3=0.;
65 G4double G4QProtonElasticCrossSection::theS4=0.;
66 G4double G4QProtonElasticCrossSection::theB4=0.;
67 G4int G4QProtonElasticCrossSection::lastTZ=0;
68 G4int G4QProtonElasticCrossSection::lastTN=0;
69 G4double G4QProtonElasticCrossSection::lastPIN=0.;
70 G4double* G4QProtonElasticCrossSection::lastCST=0;
71 G4double* G4QProtonElasticCrossSection::lastPAR=0;
72 G4double* G4QProtonElasticCrossSection::lastSST=0;
73 G4double* G4QProtonElasticCrossSection::lastS1T=0;
74 G4double* G4QProtonElasticCrossSection::lastB1T=0;
75 G4double* G4QProtonElasticCrossSection::lastS2T=0;
76 G4double* G4QProtonElasticCrossSection::lastB2T=0;
77 G4double* G4QProtonElasticCrossSection::lastS3T=0;
78 G4double* G4QProtonElasticCrossSection::lastB3T=0;
79 G4double* G4QProtonElasticCrossSection::lastS4T=0;
80 G4double* G4QProtonElasticCrossSection::lastB4T=0;
81 G4int G4QProtonElasticCrossSection::lastN=0;
82 G4int G4QProtonElasticCrossSection::lastZ=0;
83 G4double G4QProtonElasticCrossSection::lastP=0.;
84 G4double G4QProtonElasticCrossSection::lastTH=0.;
85 G4double G4QProtonElasticCrossSection::lastCS=0.;
86 G4int G4QProtonElasticCrossSection::lastI=0;
88 std::vector<G4double*> G4QProtonElasticCrossSection::PAR;
89 std::vector<G4double*> G4QProtonElasticCrossSection::CST;
90 std::vector<G4double*> G4QProtonElasticCrossSection::SST;
91 std::vector<G4double*> G4QProtonElasticCrossSection::S1T;
92 std::vector<G4double*> G4QProtonElasticCrossSection::B1T;
93 std::vector<G4double*> G4QProtonElasticCrossSection::S2T;
94 std::vector<G4double*> G4QProtonElasticCrossSection::B2T;
95 std::vector<G4double*> G4QProtonElasticCrossSection::S3T;
96 std::vector<G4double*> G4QProtonElasticCrossSection::B3T;
97 std::vector<G4double*> G4QProtonElasticCrossSection::S4T;
98 std::vector<G4double*> G4QProtonElasticCrossSection::B4T;
106 std::vector<G4double*>::iterator pos;
107 for (pos=CST.begin(); pos<CST.end(); pos++)
110 for (pos=PAR.begin(); pos<PAR.end(); pos++)
113 for (pos=SST.begin(); pos<SST.end(); pos++)
116 for (pos=S1T.begin(); pos<S1T.end(); pos++)
119 for (pos=B1T.begin(); pos<B1T.end(); pos++)
122 for (pos=S2T.begin(); pos<S2T.end(); pos++)
125 for (pos=B2T.begin(); pos<B2T.end(); pos++)
128 for (pos=S3T.begin(); pos<S3T.end(); pos++)
131 for (pos=B3T.begin(); pos<B3T.end(); pos++)
134 for (pos=S4T.begin(); pos<S4T.end(); pos++)
137 for (pos=B4T.begin(); pos<B4T.end(); pos++)
146 return &theCrossSection;
154 static std::vector <G4int> colN;
155 static std::vector <G4int> colZ;
156 static std::vector <G4double> colP;
157 static std::vector <G4double> colTH;
158 static std::vector <G4double> colCS;
163 G4cout<<
"G4QPElCS::GetCS:>>> f="<<fCS<<
", p="<<pMom<<
", Z="<<tgZ<<
"("<<lastZ<<
") ,N="
164 <<tgN<<
"("<<lastN<<
"), T="<<pEn<<
"("<<lastTH<<
")"<<
",Sz="<<colN.size()<<
G4endl;
169 G4cout<<
"*Warning*G4QProtonElCS::GetCS: *** Found pPDG="<<pPDG<<
" =--=> CS=0"<<
G4endl;
178 if(lastI)
for(
G4int i=0; i<lastI; i++)
180 if(colN[i]==tgN && colZ[i]==tgZ)
185 G4cout<<
"G4QElCS::GetCS:*Found* P="<<pMom<<
",Threshold="<<lastTH<<
",i="<<i<<
G4endl;
191 G4cout<<
"G4QElCS::GetCS:Found T="<<pEn<<
" < Threshold="<<lastTH<<
",CS=0"<<
G4endl;
210 G4cout<<
"G4QElCS::G:UpdateDB P="<<pMom<<
",f="<<fCS<<
",I="<<lastI<<
",i="<<i<<
G4endl;
214 G4cout<<
"G4QElCS::GetCrosSec: *****> New (inDB) Calculated CS="<<lastCS<<
G4endl;
217 if(lastCS<=0. && pEn>lastTH)
220 G4cout<<
"G4QElCS::GetCS: New T="<<pEn<<
"(CS=0) > Threshold="<<lastTH<<
G4endl;
227 G4cout<<
"---G4QElCrossSec::GetCrosSec:pPDG="<<pPDG<<
",i="<<i<<
",N="<<colN[i]
228 <<
",Z["<<i<<
"]="<<colZ[i]<<
G4endl;
235 G4cout<<
"G4QElCS::GetCrosSec:CalcNew P="<<pMom<<
",f="<<fCS<<
",lastI="<<lastI<<
G4endl;
243 G4cout<<
"G4QElCrossSection::GetCrossSect: NewThresh="<<lastTH<<
",T="<<pEn<<
G4endl;
248 G4cout<<
"G4QElCS::GetCS: First T="<<pEn<<
"(CS=0) > Threshold="<<lastTH<<
G4endl;
254 G4cout<<
"G4QElCS::GetCrosSec: New CS="<<lastCS<<
",lZ="<<lastN<<
",lN="<<lastZ<<
G4endl;
259 colP.push_back(pMom);
260 colTH.push_back(lastTH);
261 colCS.push_back(lastCS);
279 G4cout<<
"G4QElCS::GetCrSec:***End***, onlyCS="<<onlyCS<<
G4endl;
290 static std::vector <G4double> PIN;
295 G4cout<<
"G4QProtonElasticCrossS::CalcCS:->onlyCS="<<onlyCS<<
",F="<<F<<
",p="<<pIU<<
G4endl;
297 lastLP=std::log(pMom);
315 G4cout<<
"G4QElasticCS::CalcCS: DB is updated for I="<<I<<
",*,PIN4="<<PIN[4]<<
G4endl;
319 G4cout<<
"G4QProtonElasticCrossS::CalcCS:*read*, LP="<<lastLP<<
",PIN="<<lastPIN<<
G4endl;
321 if(lastLP>lastPIN && lastLP<lPMax)
323 lastPIN=GetPTables(lastLP,lastPIN,PDG,tgZ,tgN);
325 G4cout<<
"G4QElCS::CalcCS:*updated(I)*,LP="<<lastLP<<
"<IN["<<I<<
"]="<<lastPIN<<
G4endl;
345 G4cout<<
"G4QProtonElasticCrossS::CalcCS:*ini*,lastLP="<<lastLP<<
",min="<<lPMin<<
G4endl;
347 lastPIN = GetPTables(lastLP,lPMin,PDG,tgZ,tgN);
349 G4cout<<
"G4QProtElCS::CCS:i,Z="<<tgZ<<
",N="<<tgN<<
",PDG="<<PDG<<
",LP"<<lastPIN<<
G4endl;
351 PIN.push_back(lastPIN);
352 PAR.push_back(lastPAR);
353 CST.push_back(lastCST);
354 SST.push_back(lastSST);
355 S1T.push_back(lastS1T);
356 B1T.push_back(lastB1T);
357 S2T.push_back(lastS2T);
358 B2T.push_back(lastB2T);
359 S3T.push_back(lastS3T);
360 B3T.push_back(lastB3T);
361 S4T.push_back(lastS4T);
362 B4T.push_back(lastB4T);
366 G4cout<<
"G4QElCS::CalcCS:?update?,LP="<<lastLP<<
",IN="<<lastPIN<<
",ML="<<lPMax<<
G4endl;
368 if(lastLP>lastPIN && lastLP<lPMax)
370 lastPIN = GetPTables(lastLP,lastPIN,PDG,tgZ,tgN);
372 G4cout<<
"G4QElCS::CalcCS: *updated(O)*, LP="<<lastLP<<
" < IN="<<lastPIN<<
G4endl;
376 G4cout<<
"G4QElastCS::CalcCS: lastLP="<<lastLP<<
",lPM="<<lPMin<<
",lPIN="<<lastPIN<<
G4endl;
378 if(!onlyCS) lastTM=GetQ2max(PDG, tgZ, tgN, pMom);
380 G4cout<<
"G4QElasticCrosSec::CalcCS:oCS="<<onlyCS<<
",-t="<<lastTM<<
", p="<<lastLP<<
G4endl;
382 if(lastLP>lPMin && lastLP<=lastPIN)
386 G4double shift=(lastLP-lPMin)/dlnP+.000001;
387 G4int blast=
static_cast<int>(shift);
388 if(blast<0 || blast>=nLast)
G4cout<<
"G4QEleastCS::CCS:b="<<blast<<
","<<nLast<<
G4endl;
389 lastSIG = lastCST[blast];
392 theSS = lastSST[blast];
393 theS1 = lastS1T[blast];
394 theB1 = lastB1T[blast];
395 theS2 = lastS2T[blast];
396 theB2 = lastB2T[blast];
397 theS3 = lastS3T[blast];
398 theB3 = lastB3T[blast];
399 theS4 = lastS4T[blast];
400 theB4 = lastB4T[blast];
403 G4cout<<
"G4QProtonElasticCrossS::CalculateCS:(E) S1="<<theS1<<
", B1="<<theB1<<
G4endl;
409 G4int blast=
static_cast<int>(shift);
411 if(blast>=nLast) blast=nLast-1;
415 lastSIG= SIGL+shift*(lastCST[lastL]-SIGL);
417 G4cout<<
"G4QElCS::CalcCrossSection: Sig="<<lastSIG<<
", P="<<pMom<<
", Z="<<tgZ<<
", N="
418 <<tgN<<
", PDG="<<PDG<<
", onlyCS="<<onlyCS<<
G4endl;
423 theSS=SSTL+shift*(lastSST[lastL]-SSTL);
425 theS1=S1TL+shift*(lastS1T[lastL]-S1TL);
428 G4cout<<
"G4QElCS::CalcCrossSection:bl="<<blast<<
",ls="<<lastL<<
",SL="<<S1TL<<
",SU="
429 <<lastS1T[lastL]<<
",BL="<<B1TL<<
",BU="<<lastB1T[lastL]<<
G4endl;
431 theB1=B1TL+shift*(lastB1T[lastL]-B1TL);
433 theS2=S2TL+shift*(lastS2T[lastL]-S2TL);
435 theB2=B2TL+shift*(lastB2T[lastL]-B2TL);
437 theS3=S3TL+shift*(lastS3T[lastL]-S3TL);
439 G4cout<<
"G4QElCS::CCS: s3l="<<S3TL<<
",sh3="<<shift<<
",s3h="<<lastS3T[lastL]<<
",b="
440 <<blast<<
",l="<<lastL<<
G4endl;
443 theB3=B3TL+shift*(lastB3T[lastL]-B3TL);
445 theS4=S4TL+shift*(lastS4T[lastL]-S4TL);
447 G4cout<<
"G4QElCS::CCS: s4l="<<S4TL<<
",sh4="<<shift<<
",s4h="<<lastS4T[lastL]<<
",b="
448 <<blast<<
",l="<<lastL<<
G4endl;
451 theB4=B4TL+shift*(lastB4T[lastL]-B4TL);
454 G4cout<<
"G4QProtonElasticCrossS::CalculateCS:(I) S1="<<theS1<<
", B1="<<theB1<<
G4endl;
458 else lastSIG=GetTabValues(lastLP, PDG, tgZ, tgN);
459 if(lastSIG<0.) lastSIG = 0.;
461 G4cout<<
"G4QProtonElasticCrossSection::CalculateCS: END, onlyCS="<<onlyCS<<
G4endl;
472 const G4int n_npel=24;
473 const G4int n_ppel=32;
475 G4double np_el[n_npel]={12.,.05,.0001,5.,.35,6.75,.14,19.,.6,6.75,.14,13.,.14,.6,.00013,
476 75.,.001,7.2,4.32,.012,2.5,0.0,12.,.34};
479 G4double pp_el[n_ppel]={2.865,18.9,.6461,3.,9.,.425,.4276,.0022,5.,74.,3.,3.4,.2,.17,
480 .001,8.,.055,3.64,5.e-5,4000.,1500.,.46,1.2e6,3.5e6,5.e-5,1.e10,
481 8.5e8,1.e10,1.1,3.4e6,6.8e6,0.};
497 if(lastPAR[nLast]!=pwd)
499 if ( tgZ == 0 && tgN == 1 )
501 for (
G4int ip=0; ip<n_npel; ip++) lastPAR[ip]=np_el[ip];
504 else if ( tgZ == 1 && tgN == 0 )
506 for (
G4int ip=0; ip<n_ppel; ip++) lastPAR[ip]=pp_el[ip];
530 lastPAR[0]=5./(1.+22./asa);
531 lastPAR[1]=4.8*std::pow(a,1.14)/(1.+3.6/a3);
532 lastPAR[2]=1./(1.+4.E-3*a4)+2.E-6*a3/(1.+1.3E-6*a3);
534 lastPAR[4]=3.E-8*a3/(1.+4.E-7*a4);
535 lastPAR[5]=.07*asa/(1.+.009*a2);
536 lastPAR[6]=(3.+3.E-16*a20)/(1.+a20*(2.E-16/a+3.E-19*a));
537 lastPAR[7]=(5.E-9*a4*sa+.27/
a)/(1.+5.E16/a20)/(1.+6.E-9*a4)+.015/a2;
538 lastPAR[8]=(.001*a+.07/
a)/(1.+5.E13/a16+5.E-7*a3)+.0003/sa;
545 lastPAR[10]=1.2e7*a8+380*a17;
546 lastPAR[11]=.7/(1.+4.e-12*a16);
547 lastPAR[12]=2.5/a8/(a4+1.e-16*a32);
549 lastPAR[14]=1.2*a2+2.3;
552 lastPAR[16]=.01/(1.+.0024*a5);
554 lastPAR[18]=9.e-7/(1.+.035*a5);
555 lastPAR[19]=(42.+2.7e-11*a16)/(1.+.14*a);
559 lastPAR[22]=2.4e-3*a8/(1.+2.6e-4*a7);
560 lastPAR[23]=3.5e-36*a32*a8/(1.+5.e-15*a32/
a);
562 lastPAR[24]=1.e5/(a8+2.5e12/a16);
563 lastPAR[25]=8.e7/(a12+1.e-27*a28*a28);
564 lastPAR[26]=.0006*a3;
566 lastPAR[27]=10.+4.e-8*a12*
a;
571 lastPAR[31]=1./(1.+.0001*a8);
572 lastPAR[32]=1.5e-4/(1.+5.e-6*a12);
576 lastPAR[35]=2.e-7*a4;
580 lastPAR[38]=1.e8*std::exp(.32*asa);
581 lastPAR[39]=20.*std::exp(.45*asa);
582 lastPAR[40]=7.e3+2.4e6/a5;
583 lastPAR[41]=2.5e5*std::exp(.085*a3);
586 lastPAR[43]=920.+.03*a8*a3;
587 lastPAR[44]=93.+.0023*a12;
589 G4cout<<
"G4QElCS::CalcCS:la "<<lastPAR[38]<<
", "<<lastPAR[39]<<
", "<<lastPAR[40]
590 <<
", "<<lastPAR[42]<<
", "<<lastPAR[43]<<
", "<<lastPAR[44]<<
G4endl;
601 lastPAR[ 9]=4.5*std::pow(a,1.15);
602 lastPAR[10]=.06*std::pow(a,.6);
603 lastPAR[11]=.6*a/(1.+2.e15/a16);
604 lastPAR[12]=.17/(a+9.e5/a3+1.5e33/a32);
605 lastPAR[13]=(.001+7.e-11*a5)/(1.+4.4
e-11*a5);
606 lastPAR[14]=(p1a10*p1a10+2.e-29)/(1.+2.
e-22*a12);
608 lastPAR[15]=400./a12+2.e-22*a9;
609 lastPAR[16]=1.e-32*a12/(1.+5.e22/a14);
610 lastPAR[17]=1000./a2+9.5*sa*ssa;
611 lastPAR[18]=4.e-6*a*asa+1.e11/a16;
612 lastPAR[19]=(120./a+.002*a2)/(1.+2.e14/a16);
613 lastPAR[20]=9.+100./
a;
615 lastPAR[21]=.002*a3+3.e7/a6;
616 lastPAR[22]=7.e-15*a4*asa;
617 lastPAR[23]=9000./a4;
619 lastPAR[24]=.0011*asa/(1.+3.e34/a32/a4);
620 lastPAR[25]=1.e-5*a2+2.e14/a16;
621 lastPAR[26]=1.2e-11*a2/(1.+1.5e19/a12);
622 lastPAR[27]=.016*asa/(1.+5.e16/a16);
624 lastPAR[28]=.002*a4/(1.+7.e7/std::pow(a-6.83,14));
625 lastPAR[29]=2.e6/a6+7.2/std::pow(a,.11);
626 lastPAR[30]=11.*a3/(1.+7.e23/a16/a8);
627 lastPAR[31]=100./asa;
629 lastPAR[32]=(.1+4.4e-5*a2)/(1.+5.e5/a4);
630 lastPAR[33]=3.5e-4*a2/(1.+1.e8/a8);
631 lastPAR[34]=1.3+3.e5/a4;
632 lastPAR[35]=500./(a2+50.)+3;
633 lastPAR[36]=1.e-9/a+s4a16*s4a16;
635 lastPAR[37]=.4*asa+3.e-9*a6;
636 lastPAR[38]=.0005*a5;
640 lastPAR[41]=.05+.005*
a;
641 lastPAR[42]=7.e-8/sa;
645 lastPAR[46]=3.e32/(a32+1.e32);
649 lastPAR[49]=7.e3*a/(sa+1.);
650 lastPAR[50]=900.*sa/(1.+500./a3);
652 G4cout<<
"G4QElCS::CalcCS:ha "<<lastPAR[41]<<
", "<<lastPAR[42]<<
", "<<lastPAR[43]
653 <<
", "<<lastPAR[44]<<
", "<<lastPAR[45]<<
", "<<lastPAR[46]<<
G4endl;
657 lastPAR[51]=1.e15+2.e27/a4/(1.+2.e-18*a16);
664 lastCST[0]=GetTabValues(lp, PDG, tgZ, tgN);
676 G4cout<<
"G4QProtonElasticCrossSection::GetPTables:ip=0(init), lp="<<lp<<
",S1="<<theS1
677 <<
",B1="<<theB1<<
",S2="<<theS2<<
",B2="<<theB3<<
",S3="<<theS3
678 <<
",B3="<<theB3<<
",S4="<<theS4<<
",B4="<<theB4<<
G4endl;
683 G4int ini =
static_cast<int>((ILP-lPMin+.000001)/dlnP)+1;
687 G4int fin =
static_cast<int>((LP-lPMin)/dlnP)+1;
688 if(fin>=nPoints) fin=nLast;
697 lastCST[ip]=GetTabValues(lp, PDG, tgZ, tgN);
709 G4cout<<
"G4QProtonElasticCrossSection::GetPTables:ip="<<ip<<
",lp="<<lp<<
",S1="
710 <<theS1<<
",B1="<<theB1<<
",S2="<<theS2<<
",B2="<<theB2<<
",S3="
711 <<theS3<<
",B3="<<theB3<<
",S4="<<theS4<<
",B4="<<theB4<<
G4endl;
716 else G4cout<<
"*Warning*G4QProtonElasticCrossSection::GetPTables: PDG="<<PDG<<
", Z="
717 <<tgZ<<
", N="<<tgN<<
", i="<<ini<<
" > fin="<<fin<<
", LP="<<LP<<
" > ILP="
718 <<ILP<<
" nothing is done!"<<
G4endl;
720 else G4cout<<
"*Warning*G4QProtonElasticCrossSection::GetPTables: PDG="<<PDG<<
", Z="
721 <<tgZ<<
", N="<<tgN<<
", i="<<ini<<
">= max="<<nPoints<<
", LP="<<LP
722 <<
" > ILP="<<ILP<<
", lPMax="<<lPMax<<
" nothing is done!"<<
G4endl;
725 else G4cout<<
"*Warning*G4QProtonElasticCrossSection::GetPTables:PDG="<<PDG<<
", Z="<<tgZ
726 <<
", N="<<tgN<<
", LP="<<LP<<
" <= ILP="<<ILP<<
" nothing is done!"<<
G4endl;
735 ed <<
"PDG = " << PDG <<
", Z = " << tgZ <<
", N = " << tgN
736 <<
", while it is defined only for PDG=2212 (p)" <<
G4endl;
737 G4Exception(
"G4QProtonElasticCrossSection::GetPTables()",
"HAD_CHPS_0000",
751 G4cout<<
"G4QProtElCS::GetExcT: F="<<onlyCS<<
",Z="<<tgZ<<
",N="<<tgN<<
",PDG="<<PDG<<
G4endl;
753 if(PDG!=2212)
G4cout<<
"**Warning*G4QProtonElasticCrossSection::GetExT:PDG="<<PDG<<
G4endl;
754 if(onlyCS)
G4cout<<
"**Warning*G4QProtonElasticCrossSection::GetExchanT:onlyCS=1"<<
G4endl;
760 G4cout<<
"G4QElasticCS::GetExchangeT: TM="<<lastTM<<
",S1="<<theS1<<
",B1="<<theB1<<
",S2="
761 <<theS2<<
",B2="<<theB2<<
",S3="<<theS3<<
",B3="<<theB3<<
",GeV2="<<GeVSQ<<
G4endl;
766 G4double ts1=-std::log(1.-R1)/theB1;
767 G4double ds1=std::fabs(ts1-lastTM)/lastTM;
769 G4cout<<
"*Warning*G4QElCS::GetExT:1p "<<ts1<<
"#"<<lastTM<<
",d="<<ds1
770 <<
",R1="<<R1<<
",E1="<<E1<<
G4endl;
773 G4double R2=(1.-std::exp(-E2*E2*E2));
775 G4double ts2=std::pow(-std::log(1.-R2),.333333333)/theB2;
776 G4double ds2=std::fabs(ts2-lastTM)/lastTM;
778 G4cout<<
"*Warning*G4QElCS::GetExT:2p "<<ts2<<
"#"<<lastTM<<
",d="<<ds2
779 <<
",R2="<<R2<<
",E2="<<E2<<
G4endl;
784 G4double ts3=-std::log(1.-R3)/theB3;
785 G4double ds3=std::fabs(ts3-lastTM)/lastTM;
787 G4cout<<
"*Warning*G4QElCS::GetExT:3p "<<ts3<<
"#"<<lastTM<<
",d="<<ds3
788 <<
",R3="<<R1<<
",E3="<<E3<<
G4endl;
799 q2=-std::log(1.-ran)/theB1;
805 q2=-std::log(1.-ran);
807 q2=std::pow(q2,third)/theB2;
813 q2=-std::log(1.-ran)/theB3;
820 G4cout<<
"G4QElCS::GetExT: a="<<a<<
",t="<<lastTM<<
",S1="<<theS1<<
",B1="<<theB1<<
",SS="
821 <<theSS<<
",S2="<<theS2<<
",B2="<<theB2<<
",S3="<<theS3<<
",B3="<<theB3<<
",S4="
822 <<theS4<<
",B4="<<theB4<<
G4endl;
824 G4double E1=lastTM*(theB1+lastTM*theSS);
828 G4double ts1=-std::log(1.-R1)/theB1;
829 if(std::fabs(tss)>1.
e-7) ts1=(std::sqrt(theB1*(theB1+(tss+tss)*ts1))-theB1)/tss;
832 G4cout<<
"*Warning*G4QElCS::GetExT:1a "<<ts1<<
"#"<<lastTM<<
",d="<<ds1
833 <<
",R1="<<R1<<
",E1="<<E1<<
G4endl;
840 G4double ts2=-std::log(1.-R2)/theB2;
841 if(a<6.5)ts2=std::pow(ts2,third);
842 else ts2=std::pow(ts2,fifth);
843 G4double ds2=std::fabs(ts2-lastTM)/lastTM;
845 G4cout<<
"*Warning*G4QElCS::GetExT:2a "<<ts2<<
"#"<<lastTM<<
",d="<<ds2
846 <<
",R2="<<R2<<
",E2="<<E2<<
G4endl;
849 if(a>6.5)E3*=tm2*tm2*tm2;
852 G4double ts3=-std::log(1.-R3)/theB3;
853 if(a>6.5)ts3=std::pow(ts3,sevth);
854 G4double ds3=std::fabs(ts3-lastTM)/lastTM;
856 G4cout<<
"*Warning*G4QElCS::GetExT:3a "<<ts3<<
"#"<<lastTM<<
",d="<<ds3
857 <<
",R3="<<R3<<
",E3="<<E3<<
G4endl;
862 G4double ts4=-std::log(1.-R4)/theB4;
863 G4double ds4=std::fabs(ts4-lastTM)/lastTM;
865 G4cout<<
"*Warning*G4QElCS::GetExT:4a "<<ts4<<
"#"<<lastTM<<
",d="<<ds4
866 <<
",R4="<<R4<<
",E4="<<E4<<
G4endl;
876 G4cout<<
"G4QElCS::GtExT:1="<<I1<<
",2="<<I2<<
",3="<<I3<<
",4="<<I4<<
",r="<<rand<<
G4endl;
882 q2=-std::log(1.-ran)/theB1;
883 if(std::fabs(tss)>1.
e-7) q2=(std::sqrt(theB1*(theB1+(tss+tss)*q2))-theB1)/tss;
885 G4cout<<
"G4QElCS::GetExT:Q2="<<q2<<
",ss="<<tss/2<<
",b1="<<theB1<<
",t1="<<ts1<<
G4endl;
892 q2=-std::log(1.-ran)/theB2;
894 if(a<6.5) q2=std::pow(q2,third);
895 else q2=std::pow(q2,fifth);
897 G4cout<<
"G4QElCS::GetExT: Q2="<<q2<<
", r2="<<R2<<
", b2="<<theB2<<
",t2="<<ts2<<
G4endl;
904 q2=-std::log(1.-ran)/theB3;
906 if(a>6.5) q2=std::pow(q2,sevth);
908 G4cout<<
"G4QElCS::GetExT:Q2="<<q2<<
", r3="<<R2<<
", b3="<<theB2<<
",t3="<<ts2<<
G4endl;
915 q2=-std::log(1.-ran)/theB4;
916 if(a<6.5) q2=lastTM-q2;
918 G4cout<<
"G4QElCS::GetExT:Q2="<<q2<<
",m="<<lastTM<<
",b4="<<theB3<<
",t4="<<ts3<<
G4endl;
923 if(!(q2>=-1.||q2<=1.))
G4cout<<
"*NAN*G4QElasticCrossSect::GetExchangeT: -t="<<q2<<
G4endl;
927 G4cout<<
"*Warning*G4QElasticCrossSect::GetExT:-t="<<q2<<
">"<<lastTM<<
G4endl;
939 G4cout<<
"G4QElasticCS::GetSlope:"<<onlyCS<<
", Z="<<tgZ<<
",N="<<tgN<<
",PDG="<<PDG<<
G4endl;
941 if(onlyCS)
G4cout<<
"*Warning*G4QProtonElasticCrossSection::GetSlope:onlyCS=true"<<
G4endl;
942 if(lastLP<-4.3)
return 0.;
949 ed <<
"PDG = " << PDG <<
", Z = " << tgZ <<
", N = " << tgN
950 <<
", while it is defined only for PDG=2212 (p)" <<
G4endl;
951 G4Exception(
"G4QProtonElasticCrossSection::GetSlope()",
"HAD_CHPS_0000",
954 if(theB1<0.) theB1=0.;
955 if(!(theB1>=-1.||theB1<=1.))
G4cout<<
"*NAN*G4QElasticCrossSect::Getslope:"<<theB1<<
G4endl;
963 return lastTM*HGeVSQ;
970 if(PDG!=2212)
G4cout<<
"*Warning*G4QProtonElasticCrossSection::GetTabV:PDG="<<PDG<<
G4endl;
973 G4cout<<
"*Warning*G4QProtonElCS::GetTabValue: (1-92) No isotopes for Z="<<tgZ<<
G4endl;
991 G4cout<<
"G4QElasticCS::GetTabVal: lp="<<lp<<
",Z="<<tgZ<<
",N="<<tgN<<
",PDG="<<PDG<<
G4endl;
998 if ( tgZ == 1 && tgN == 0 )
1003 theS1=(lastPAR[9]+lastPAR[10]*dl2*dl2)/(1.+lastPAR[11]/p4/p)+
1004 (lastPAR[12]/p2+lastPAR[13]*
p)/(p4+lastPAR[14]*sp);
1005 theB1=lastPAR[15]*std::pow(p,lastPAR[16])/(1.+lastPAR[17]/p3);
1006 theS2=lastPAR[18]+lastPAR[19]/(p4+lastPAR[20]*
p);
1007 theB2=lastPAR[21]+lastPAR[22]/(p4+lastPAR[23]/
sp);
1008 theS3=lastPAR[24]+lastPAR[25]/(p4*p4+lastPAR[26]*p2+lastPAR[27]);
1009 theB3=lastPAR[28]+lastPAR[29]/(p4+lastPAR[30]);
1013 G4cout<<
"G4QElasticCS::GetTableValues:(pp) TM="<<lastTM<<
",S1="<<theS1<<
",B1="<<theB1
1014 <<
",S2="<<theS2<<
",B2="<<theB2<<
",S3="<<theS1<<
",B3="<<theB1<<
G4endl;
1018 return lastPAR[0]/p2s/(1.+lastPAR[7]/p2s)+(lastPAR[1]+lastPAR[2]*dl1*dl1+lastPAR[4]/p)
1019 /(1.+lastPAR[5]*lp)/(1.+lastPAR[6]/p4);
1037 theS1=lastPAR[9]/(1.+lastPAR[10]*p4*pa)+lastPAR[11]/(p4+lastPAR[12]*p4/pa2)+
1038 (lastPAR[13]*dl*dl+lastPAR[14])/(1.+lastPAR[15]/p2);
1039 theB1=(lastPAR[16]+lastPAR[17]*p2)/(p4+lastPAR[18]/pah)+lastPAR[19];
1040 theSS=lastPAR[20]/(1.+lastPAR[21]/p2)+lastPAR[22]/(p6/pa+lastPAR[23]/p16);
1041 theS2=lastPAR[24]/(pa/p2+lastPAR[25]/p4)+lastPAR[26];
1042 theB2=lastPAR[27]*std::pow(p,lastPAR[28])+lastPAR[29]/(p8+lastPAR[30]/p16);
1043 theS3=lastPAR[31]/(pa*p+lastPAR[32]/pa)+lastPAR[33];
1044 theB3=lastPAR[34]/(p3+lastPAR[35]/p6)+lastPAR[36]/(1.+lastPAR[37]/p2);
1045 theS4=p2*(pah*lastPAR[38]*std::exp(-pah*lastPAR[39])+
1046 lastPAR[40]/(1.+lastPAR[41]*std::pow(p,lastPAR[42])));
1047 theB4=lastPAR[43]*pa/p2/(1.+pa*lastPAR[44]);
1049 G4cout<<
"G4QElCS::GetTabV: lA, p="<<p<<
",S1="<<theS1<<
",B1="<<theB1<<
",SS="<<theSS
1050 <<
",S2="<<theS2<<
",B2="<<theB2<<
",S3="<<theS3<<
",B3="<<theB3<<
",S4="<<theS4
1056 theS1=lastPAR[9]/(1.+lastPAR[10]/p4)+lastPAR[11]/(p4+lastPAR[12]/p2)+
1057 lastPAR[13]/(p5+lastPAR[14]/p16);
1058 theB1=(lastPAR[15]/p8+lastPAR[19])/(p+lastPAR[16]/std::pow(p,lastPAR[20]))+
1059 lastPAR[17]/(1.+lastPAR[18]/p4);
1060 theSS=lastPAR[21]/(p4/std::pow(p,lastPAR[23])+lastPAR[22]/p4);
1061 theS2=lastPAR[24]/p4/(std::pow(p,lastPAR[25])+lastPAR[26]/p12)+lastPAR[27];
1062 theB2=lastPAR[28]/std::pow(p,lastPAR[29])+lastPAR[30]/std::pow(p,lastPAR[31]);
1063 theS3=lastPAR[32]/std::pow(p,lastPAR[35])/(1.+lastPAR[36]/p12)+
1064 lastPAR[33]/(1.+lastPAR[34]/p6);
1065 theB3=lastPAR[37]/p8+lastPAR[38]/p2+lastPAR[39]/(1.+lastPAR[40]/p8);
1066 theS4=(lastPAR[41]/p4+lastPAR[46]/
p)/(1.+lastPAR[42]/p10)+
1067 (lastPAR[43]+lastPAR[44]*dl*dl)/(1.+lastPAR[45]/p12);
1068 theB4=lastPAR[47]/(1.+lastPAR[48]/
p)+lastPAR[49]*p4/(1.+lastPAR[50]*p5);
1070 G4cout<<
"G4QElCS::GetTabV: hA, p="<<p<<
",S1="<<theS1<<
",B1="<<theB1<<
",SS="<<theSS
1071 <<
",S2="<<theS2<<
",B2="<<theB2<<
",S3="<<theS3<<
",B3="<<theB3<<
",S4="<<theS4
1077 G4cout<<
"G4QElCS::GetTabV: PDG="<<PDG<<
",P="<<p<<
",N="<<tgN<<
",Z="<<tgZ<<
G4endl;
1080 return (lastPAR[0]*dl*dl+lastPAR[1])/(1.+lastPAR[2]/p+lastPAR[5]/p6)+
1081 lastPAR[3]/(p3+lastPAR[4]/p3)+lastPAR[7]/(p4+std::pow((lastPAR[8]/p),lastPAR[6]));
1097 static const G4double mProt2= mProt*mProt;
1101 if(tgZ==1 && tgN==0)
1103 G4double tMid=std::sqrt(pP2+mProt2)*mProt-mProt2;
1110 G4double s_value=dmt*std::sqrt(pP2+mProt2)+mProt2+mt*mt;
1111 return dmt*dmt*pP2/s_value;
1119 ed <<
"PDG = " << PDG <<
", Z = " << tgZ <<
", N = " << tgN
1120 <<
", while it is defined only for p projectiles & Z_target>0" <<
G4endl;
1121 G4Exception(
"G4QProtonElasticCrossSection::GetQ2max()",
"HAD_CHPS_0000",