44 #include "TestParameters.hh"
84 if( gammaEnergy > tkin || tkin <
minThreshold)
return dxsection;
107 (mass+delta*(dn*sqrte-2.))) ;
114 dxsection =
coeff*x*Z*Z*fn/gammaEnergy;
135 if (cut >= tmax)
return cross;
139 if(tmax < kineticEnergy)
151 std::vector<G4DynamicParticle*>* vdp,
162 if(tmin >= tmax)
return;
173 G4double totalMomentum = sqrt(kineticEnergy*(kineticEnergy + 2.0*mass));
207 G4double dirx = sint*cos(phi), diry = sint*sin(phi), dirz = cos(theta) ;
212 partDirection *= totalMomentum;
213 partDirection -= gMomentum*gDirection;
214 partDirection = partDirection.
unit();
218 kineticEnergy -= gEnergy;
226 vdp->push_back(aLDMPhoton);