51 G4double* G4QAntiBaryonNuclearCrossSection::lastLEN=0;
52 G4double* G4QAntiBaryonNuclearCrossSection::lastHEN=0;
53 G4int G4QAntiBaryonNuclearCrossSection::lastN=0;
54 G4int G4QAntiBaryonNuclearCrossSection::lastZ=0;
55 G4double G4QAntiBaryonNuclearCrossSection::lastP=0.;
56 G4double G4QAntiBaryonNuclearCrossSection::lastTH=0.;
57 G4double G4QAntiBaryonNuclearCrossSection::lastCS=0.;
58 G4int G4QAntiBaryonNuclearCrossSection::lastI=0;
59 std::vector<G4double*>* G4QAntiBaryonNuclearCrossSection::LEN =
new std::vector<G4double*>;
60 std::vector<G4double*>* G4QAntiBaryonNuclearCrossSection::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<<
"G4QaBCS::GetCS:>>> f="<<fCS<<
", p="<<pMom<<
", Z="<<tgZ<<
"("<<lastZ<<
") ,N="<<tgN
94 <<
"("<<lastN<<
"),PDG="<<PDG<<
", thresh="<<lastTH<<
",Sz="<<colN.size()<<
G4endl;
96 if(PDG>-2111 || PDG==-3112 || PDG==-3312 || PDG==-3334)
97 G4cout<<
"-Warning-G4QAntiBaryonCS::GetCS: Not Negat/Zero AntiBaryon,PDG="<<PDG<<
G4endl;
99 if(tgN!=lastN || tgZ!=lastZ)
108 G4cout<<
"G4QaBarNucCS::GetCS: the amount of records in the AMDB lastI="<<lastI<<
G4endl;
110 if(lastI)
for(
G4int i=0; i<lastI; i++)
112 if(colN[i]==tgN && colZ[i]==tgZ)
117 G4cout<<
"G4QaBCS::GetCS:*Found* P="<<pMom<<
",Threshold="<<lastTH<<
",j="<<j<<
G4endl;
122 G4cout<<
"G4QPCS::GetCS:Found,P="<<pMom<<
" < Threshold="<<lastTH<<
",CS=0"<<
G4endl;
140 G4cout<<
"G4QaBCS::G:UpdatDB P="<<pMom<<
",f="<<fCS<<
",lI="<<lastI<<
",j="<<j<<
G4endl;
144 G4cout<<
"G4QaBCS::GetCrosSec: *****> New (inDB) Calculated CS="<<lastCS<<
G4endl;
146 if(lastCS<=0. && pMom>lastTH)
149 G4cout<<
"G4QaBNucCS::GetCS: New P="<<pMom<<
"(CS=0) > Threshold="<<lastTH<<
G4endl;
157 G4cout<<
"-->G4QaBNucCrossSec::GetCrosSec: pPDG="<<PDG<<
", j="<<j<<
", N="<<colN[i]
158 <<
",Z["<<i<<
"]="<<colZ[i]<<
G4endl;
163 G4cout<<
"-?-G4QaBCS::GetCS:RC Z="<<tgZ<<
",N="<<tgN<<
",in="<<in<<
",j="<<j<<
" ?"<<
G4endl;
168 G4cout<<
"^^^G4QaBCS::GetCS:CalcNew P="<<pMom<<
", f="<<fCS<<
", lastI="<<lastI<<
G4endl;
177 G4cout<<
"G4QaBCrossSection::GetCrossSect: NewThresh="<<lastTH<<
",P="<<pMom<<
G4endl;
181 colP.push_back(pMom);
182 colTH.push_back(lastTH);
183 colCS.push_back(lastCS);
185 G4cout<<
"G4QaBCS::GetCrosSec:recCS="<<lastCS<<
",lZ="<<lastN<<
",lN="<<lastZ<<
G4endl;
196 G4cout<<
"G4QAntiBaryNucCrossSection::GetCS: Update lastI="<<lastI<<
",j="<<j<<
G4endl;
202 else if(pMom<=lastTH)
205 G4cout<<
"G4QaBNCS::GetCS: Current P="<<pMom<<
" < Threshold="<<lastTH<<
", CS=0"<<
G4endl;
209 else if(std::fabs(lastP-pMom)<
tolerance*pMom)
220 G4cout<<
"-!-G4QPCS::GetCS:UseCur P="<<pMom<<
",f="<<fCS<<
",I="<<lastI<<
",j="<<j<<
G4endl;
236 static const G4double THmiG=THmin*.001;
239 static const G4int nL=105;
240 static const G4double Pmin=THmin+(nL-1)*dP;
242 static const G4int nH=224;
243 static const G4double milP=std::log(Pmin);
244 static const G4double malP=std::log(Pmax);
245 static const G4double dlP=(malP-milP)/(nH-1);
246 static const G4double milPG=std::log(.001*Pmin);
248 G4cout<<
"G4QaBarNCS::CalCS:N="<<targN<<
",Z="<<targZ<<
",P="<<Momentum<<
">"<<THmin<<
G4endl;
254 G4cout<<
"G4QaBarNucCS::CalCS: A="<<A<<
",F="<<F<<
",I="<<I<<
",nL="<<nL<<
",nH="<<nH<<
G4endl;
260 G4int sync=LEN->size();
261 if(sync<=I)
G4cerr<<
"*!*G4QPiMinusNuclCS::CalcCrosSect:Sync="<<sync<<
"<="<<I<<
G4endl;
273 lastLEN[
n] = CrossSectionLin(targZ, targN, P);
279 lastHEN[
n] = CrossSectionLog(targZ, targN, lP);
283 G4cout<<
"-*->G4QaBarNucCS::CalcCS:Tab for Z="<<targZ<<
",N="<<targN<<
",I="<<I<<
G4endl;
287 G4int sync=LEN->size();
290 G4cerr<<
"***G4QPiMinusNuclCS::CalcCrossSect: Sinc="<<sync<<
"#"<<I<<
", Z=" <<targZ
291 <<
", N="<<targN<<
", F="<<F<<
G4endl;
294 LEN->push_back(lastLEN);
295 HEN->push_back(lastHEN);
300 G4cout<<
"G4QaBNCS::CalcCS:lTH="<<lastTH<<
",Pmi="<<Pmin<<
",dP="<<dP<<
",dlP="<<dlP<<
G4endl;
302 if (Momentum<lastTH)
return 0.;
303 else if (Momentum<Pmin)
306 G4cout<<
"G4QaBNCS::CalcCS:bLEN nL="<<nL<<
",TH="<<THmin<<
",dP="<<dP<<
G4endl;
311 G4cout<<
"G4QaBNuCS::CalcCS: E="<<Momentum<<
",T="<<THmin<<
",dP="<<dP<<
G4endl;
314 else if (Momentum<Pmax)
318 G4cout<<
"G4QaBarNucCS::CalcCS: before HEN nH="<<nH<<
",iE="<<milP<<
",dlP="<<dlP<<
G4endl;
325 sigma=CrossSectionFormula(targZ, targN, P, std::log(P));
328 G4cout<<
"G4QAntiBaryonNuclearCrossSection::CalcCS: CS="<<sigma<<
G4endl;
330 if(sigma<0.)
return 0.;
338 return CrossSectionFormula(tZ, tN, P, lP);
345 return CrossSectionFormula(tZ, tN, P, lP);
360 sigma=(To-El)+.2443*ld2+31.48;
362 else if(tZ==1 && tN==1)
365 sigma=0.6*r*r+67.+90.*std::exp(-lP*.666);
367 else if(tZ<97 && tN<152)
376 G4double c=(170.+3600./a2s)/(1.+65./a2s)+40.*std::pow(a,0.712)/(1.+12.2/
a)/(1.+34./a2);
377 G4double r=(170.+0.01*a3)/(1.+a3/28000.);
380 G4cout<<
"G4QAntiBarNucCS::CSForm: A="<<a<<
",P="<<P<<
",CS="<<sigma<<
",c="<<c<<
",g="<<
g
381 <<
",d="<<d<<
",r="<<r<<
",e="<<
e<<
",h="<<h<<
G4endl;
386 G4cerr<<
"-Warning-G4QAntiBarNuclearCroSect::CSForm:*Bad A* Z="<<tZ<<
", N="<<tN<<
G4endl;
389 if(sigma<0.)
return 0.;