44 ResidualA = ResidualZ = theA = theZ = FragmentA = 0;
45 ResidualAthrd = FragmentAthrd = 0.0;
61 G4double G4DeuteronEvaporationProbability::CCoeficient(
G4int aZ)
76 C = ((((0.15417e-06*aZ) - 0.29875e-04)*aZ + 0.21071e-02)*aZ - 0.66612e-01)*aZ + 0.98375;
91 G4DeuteronEvaporationProbability::CrossSection(
const G4Fragment & fragment,
G4double K)
102 if (
OPTxs==0) {std::ostringstream errOs;
103 errOs <<
"We should'n be here (OPT =0) at evaporation cross section calculation (deuterons)!!"
107 if(
OPTxs==1 ||
OPTxs==2)
return G4DeuteronEvaporationProbability::GetOpt12( K);
108 else if (
OPTxs==3 ||
OPTxs==4)
return G4DeuteronEvaporationProbability::GetOpt34( K);
110 std::ostringstream errOs;
111 errOs <<
"BAD Deuteron CROSS SECTION OPTION AT EVAPORATION!!" <<
G4endl;
126 if (K > 50*
MeV) { Kc = 50*
MeV; }
128 G4double landa ,mu ,nu ,
p , Ec,q,r,ji,xs;
142 Ec = 1.44*theZ*ResidualZ/(1.5*ResidualAthrd+delta);
143 p = p0 + p1/Ec + p2/(Ec*Ec);
144 landa = landa0*ResidualA + landa1;
147 nu = resmu1*(nu0 + nu1*Ec + nu2*(Ec*Ec));
148 q = landa - nu/(Ec*Ec) - 2*p*Ec;
149 r = mu + 2*nu/Ec + p*(Ec*Ec);
152 if(Kc < Ec) { xs = p*Kc*Kc + q*Kc + r;}
153 else {xs = p*(Kc - ji)*(Kc - ji) + landa*Kc + mu + nu*(2 - Kc/ji)/ji ;}
155 if (xs <0.0) {xs=0.0;}
165 G4double landa, mu, nu,
p ,signor(1.),sig;
187 ec = 1.44 * theZ * ResidualZ / (1.7*ResidualAthrd+ra);
189 p = p0 + p1/ec + p2/ecsq;
190 landa = landa0*ResidualA + landa1;
193 nu = a* (nu0+nu1*ec+nu2*ecsq);
195 if (xnulam > spill) { xnulam=0.; }
196 if (xnulam >= flow) { etest = 1.2 *std::sqrt(xnulam); }
198 a = -2.*p*ec + landa - nu/ecsq;
199 b = p*ecsq + mu + 2.*nu/ec;
202 if (cut > 0.) { ecut = std::sqrt(cut); }
203 ecut = (ecut-
a) / (p+p);
209 if (cut < 0.) { ecut2 = ecut; }
210 elab = K * FragmentA /
G4double(ResidualA);
214 if (elab > ecut2) { sig = (p*elab*elab+a*elab+
b) * signor; }
217 sig = (landa*elab+mu+nu/elab) * signor;
219 if (xnulam < flow || elab < etest) {
return sig; }
220 geom = std::sqrt(theA*K);
221 geom = 1.23*ResidualAthrd + ra + 4.573/geom;
222 geom = 31.416 * geom * geom;
virtual ~G4DeuteronEvaporationProbability()
G4DeuteronEvaporationProbability()
G4double Z13(G4int Z) const
T max(const T t1, const T t2)
brief Return the largest of the two arguments
G4double powZ(G4int Z, G4double y) const