102 if ( Z < 0.9999 )
return xSection;
103 if ( GammaEnergy < 0.01*
keV )
return xSection;
106 static const G4double a = 20.0 ,
b = 230.0 ,
c = 440.0;
109 d1= 2.7965e-1*
barn, d2=-1.8300e-1*
barn, d3= 6.7527 *
barn, d4=-1.9798e+1*
barn,
110 e1= 1.9756e-5*
barn, e2=-1.0205e-2*
barn, e3=-7.3913e-2*
barn, e4= 2.7079e-2*
barn,
113 G4double p1Z = Z*(d1 + e1*Z + f1*Z*
Z), p2Z = Z*(d2 + e2*Z + f2*Z*Z),
114 p3Z = Z*(d3 + e3*Z + f3*Z*
Z), p4Z = Z*(d4 + e4*Z + f4*Z*Z);
117 if (Z < 1.5) T0 = 40.0*
keV;
120 xSection = p1Z*std::log(1.+2.*X)/X
121 + (p2Z + p3Z*X + p4Z*X*
X)/(1. + a*X +
b*X*X +
c*X*X*X);
124 if (GammaEnergy < T0) {
128 + (p2Z + p3Z*X + p4Z*X*
X)/(1. + a*X +
b*X*X +
c*X*X*X);
129 G4double c1 = -T0*(sigma-xSection)/(xSection*dT0);
131 if (Z > 1.5) c2 = 0.375-0.0556*log(Z);
133 xSection *= exp(-y*(c1+c2*y));
161 eMomDir *= std::sqrt(eMomentumC2);
183 G4double epsilon, epsilonsq, onecost, sint2, greject ;
188 G4double alpha2 = 0.5*(1.- epsilon0sq);
195 epsilonsq = epsilon*epsilon;
201 epsilon = sqrt(epsilonsq);
204 onecost = (1.- epsilon)/(epsilon*E0_m);
205 sint2 = onecost*(2.-onecost);
206 greject = 1. - epsilon*sint2/(1.+ epsilonsq);
217 G4double dirx = sinTeta*cos(Phi), diry = sinTeta*sin(Phi), dirz = cosTeta;
224 gamDirection1.
rotateUz(gamDirection0);
225 G4double gamEnergy1 = epsilon*gamEnergy0;
226 gamDirection1 *= gamEnergy1;
234 G4double eKinEnergy = gamEnergy0 - gamEnergy1;
235 G4ThreeVector eDirection = gamEnergy0*gamDirection0 - gamEnergy1*gamDirection1;
236 eDirection = eDirection.
unit();
237 G4double eFinalMom = std::sqrt(eKinEnergy*(eKinEnergy+2*electron_mass_c2));
238 eDirection *= eFinalMom;
241 gamma4vfinal.
boost(bst);
244 gamDirection1 = gamma4vfinal.
vect();
245 gamEnergy1 = gamDirection1.
mag();
246 gamDirection1 /= gamEnergy1;
255 gamDirection1 /= gamEnergy1;
270 eDirection = e4vfinal.
vect();
272 eDirection /= eFinMomMag;
274 fvect->push_back(dp);