51 G4double* G4QPionPlusNuclearCrossSection::lastLEN=0;
52 G4double* G4QPionPlusNuclearCrossSection::lastHEN=0;
53 G4int G4QPionPlusNuclearCrossSection::lastN=0;
54 G4int G4QPionPlusNuclearCrossSection::lastZ=0;
55 G4double G4QPionPlusNuclearCrossSection::lastP=0.;
56 G4double G4QPionPlusNuclearCrossSection::lastTH=0.;
57 G4double G4QPionPlusNuclearCrossSection::lastCS=0.;
58 G4int G4QPionPlusNuclearCrossSection::lastI=0;
59 std::vector<G4double*>* G4QPionPlusNuclearCrossSection::LEN =
new std::vector<G4double*>;
60 std::vector<G4double*>* G4QPionPlusNuclearCrossSection::HEN =
new std::vector<G4double*>;
66 return &theCrossSection;
71 G4int lens=LEN->size();
72 for(
G4int i=0; i<lens; ++i)
delete[] (*LEN)[i];
74 G4int hens=HEN->size();
75 for(
G4int i=0; i<hens; ++i)
delete[] (*HEN)[i];
86 static std::vector <G4int> colN;
87 static std::vector <G4int> colZ;
88 static std::vector <G4double> colP;
89 static std::vector <G4double> colTH;
90 static std::vector <G4double> colCS;
93 G4cout<<
"G4QPipCS::GetCS:>>>f="<<fCS<<
", p="<<pMom<<
", Z="<<tgZ<<
"("<<lastZ<<
") ,N="<<tgN
94 <<
"("<<lastN<<
"),PDG=211, thresh="<<lastTH<<
",Sz="<<colN.size()<<
G4endl;
96 if(PDG!=211)
G4cout<<
"-Warning-G4QPionPlusCS::GetCS:**Not a PiPlus**,PDG="<<PDG<<
G4endl;
98 if(tgN!=lastN || tgZ!=lastZ)
107 G4cout<<
"G4QPipCS::GetCS: the amount of records in the AMDB lastI="<<lastI<<
G4endl;
109 if(lastI)
for(
G4int i=0; i<lastI; i++)
111 if(colN[i]==tgN && colZ[i]==tgZ)
116 G4cout<<
"G4QPipCS::GetCS:*Found*P="<<pMom<<
",Threshold="<<lastTH<<
",j="<<j<<
G4endl;
121 G4cout<<
"G4QPipCS::GCS:Found,P="<<pMom<<
" < Threshold="<<lastTH<<
",CS=0"<<
G4endl;
139 G4cout<<
"G4QPipCS::G:UpdatDB P="<<pMom<<
",f="<<fCS<<
",I="<<lastI<<
",j="<<j<<
G4endl;
143 G4cout<<
"G4QPipNCS::GetCrosSec: *****> New (inDB) Calculated CS="<<lastCS<<
G4endl;
145 if(lastCS<=0. && pMom>lastTH)
148 G4cout<<
"G4QPipNCS::GetCS: New P="<<pMom<<
"(CS=0) > Threshold="<<lastTH<<
G4endl;
156 G4cout<<
"-->G4QPipNucCrossSec::GetCrosSec: pPDG=211, j="<<j<<
", N="<<colN[i]
157 <<
",Z["<<i<<
"]="<<colZ[i]<<
G4endl;
162 G4cout<<
"-?-G4QPipCS::GetCS:R,Z="<<tgZ<<
",N="<<tgN<<
",in="<<in<<
",j="<<j<<
" ?"<<
G4endl;
167 G4cout<<
"^^^G4QPipCS::GeCS:CalcNew P="<<pMom<<
", f="<<fCS<<
", lastI="<<lastI<<
G4endl;
176 G4cout<<
"G4QPipCrossSection::GetCrossSect:NewThresh="<<lastTH<<
",P="<<pMom<<
G4endl;
180 colP.push_back(pMom);
181 colTH.push_back(lastTH);
182 colCS.push_back(lastCS);
184 G4cout<<
"G4QPipNCS::GetCrosSec:lCS="<<lastCS<<
",lZ="<<lastN<<
",lN="<<lastZ<<
G4endl;
195 G4cout<<
"G4QPipNucCS::GetCS: Update lastI="<<lastI<<
",j="<<j<<
G4endl;
201 else if(pMom<=lastTH)
204 G4cout<<
"G4QPipCS::GetCS: Current P="<<pMom<<
" < Threshold="<<lastTH<<
", CS=0"<<
G4endl;
208 else if(std::fabs(lastP-pMom)<
tolerance*pMom)
219 G4cout<<
"-!-G4QPCS::GetCS:UseCur P="<<pMom<<
",f="<<fCS<<
",I="<<lastI<<
",j="<<j<<
G4endl;
235 static const G4double THmiG=THmin*.001;
238 static const G4int nL=105;
239 static const G4double Pmin=THmin+(nL-1)*dP;
241 static const G4int nH=224;
242 static const G4double milP=std::log(Pmin);
243 static const G4double malP=std::log(Pmax);
244 static const G4double dlP=(malP-milP)/(nH-1);
245 static const G4double milPG=std::log(.001*Pmin);
247 G4cout<<
"G4QPipNuCS::CalCS:N="<<targN<<
",Z="<<targZ<<
",P="<<Momentum<<
">"<<THmin<<
G4endl;
253 G4cout<<
"G4QPipNucCS::CalCS: A="<<A<<
", F="<<F<<
",I="<<I<<
",nL="<<nL<<
",nH="<<nH<<
G4endl;
259 G4int sync=LEN->size();
260 if(sync<=I)
G4cerr<<
"*!*G4QPiMinusNuclCS::CalcCrosSect:Sync="<<sync<<
"<="<<I<<
G4endl;
272 lastLEN[
n] = CrossSectionLin(targZ, targN, P);
278 lastHEN[
n] = CrossSectionLog(targZ, targN, lP);
282 G4cout<<
"-*->G4QPipNucCS::CalcCS:Tab for Z="<<targZ<<
", N="<<targN<<
",I="<<I<<
G4endl;
286 G4int sync=LEN->size();
289 G4cerr<<
"***G4QPiMinusNuclCS::CalcCrossSect: Sinc="<<sync<<
"#"<<I<<
", Z=" <<targZ
290 <<
", N="<<targN<<
", F="<<F<<
G4endl;
293 LEN->push_back(lastLEN);
294 HEN->push_back(lastHEN);
299 G4cout<<
"G4QPipNCS::CalcCS:lTH="<<lastTH<<
",Pi="<<Pmin<<
",dP="<<dP<<
",dlP="<<dlP<<
G4endl;
301 if (Momentum<lastTH)
return 0.;
302 else if (Momentum<Pmin)
305 G4cout<<
"G4QPipNCS::CalcCS:bLEN nL="<<nL<<
",TH="<<THmin<<
",dP="<<dP<<
G4endl;
310 G4cout<<
"G4QPipNuCS::CalCS: E="<<Momentum<<
",T="<<THmin<<
",dP="<<dP<<
G4endl;
313 else if (Momentum<Pmax)
317 G4cout<<
"G4QPipNucCS::CalcCS: before HEN nH="<<nH<<
", iE="<<milP<<
",dlP="<<dlP<<
G4endl;
324 sigma=CrossSectionFormula(targZ, targN, P, std::log(P));
327 G4cout<<
"G4QPionPlusNuclearCrossSection::CalcCS: CS="<<sigma<<
G4endl;
329 if(sigma<0.)
return 0.;
340 if(tZ<.99 || tN<0.)
return 0.;
341 else if(tZ==1 && tN==0)
return 300.;
343 G4double dE=tZ/(1.+std::pow(tA,third));
346 return std::sqrt(T*(tpM+T));
353 return CrossSectionFormula(tZ, tN, P, lP);
360 return CrossSectionFormula(tZ, tN, P, lP);
380 else if(tZ==1 && tN==1)
386 sigma=(.55*d*d+38.+23./std::sqrt(P))/(1.+.3/p2/p2)+18./(f*f+.1089)+.02/(g_value*g_value+.0025);
388 else if(tZ<97 && tN<152)
398 G4double c=41.*std::exp(al*.68)*(1.+44./a2)/(1.+8./a)/(1.+200./a2/a2);
404 sigma=(c+d*
d)/(1.+(.2-.009*sa)/p4)+f/(u*u+h*h)/(1.+r/p2);
406 G4cout<<
"G4QPiPlusNucCS::CSForm: A="<<a<<
",P="<<P<<
",CS="<<sigma<<
",c="<<c<<
",g="<<g_value
407 <<
",d="<<d<<
",r="<<r<<
",e="<<
e<<
",h="<<h<<
G4endl;
412 G4cerr<<
"-Warning-G4QPiPlusNuclearCroSect::CSForm:*Bad A* Z="<<tZ<<
", N="<<tN<<
G4endl;
415 if(sigma<0.)
return 0.;