51 #ifndef G4eBremsstrahlungRelModel_h
52 #define G4eBremsstrahlungRelModel_h 1
104 void InitialiseConstants();
106 void CalcLPMFunctions(
G4double gammaEnergy);
148 static const G4double xgi[8], wgi[8];
150 static const G4double Finel_light[5];
166 G4double Fel, Finel, fCoulomb, fMax;
179 G4bool use_completescreening;
197 Finel = Finel_light[
iz] ;
200 Fel = facFel - lnZ/3. ;
201 Finel = facFinel - 2.*lnZ/3. ;
215 return 20.863 - 2.*std::log(1. +
sqr(0.55846*gg) )
216 - 4.*( 1. - 0.6*std::exp(-0.9*gg) - 0.4*std::exp(-1.5*gg) );
223 return 2./(3.*(1. + 6.5*gg +6.*gg*gg) );
229 return 28.340 - 2.*std::log(1. +
sqr(3.621*eps) )
230 - 4.*( 1. - 0.7*std::exp(-8*eps) - 0.3*std::exp(-29.*eps) );
236 return 2./(3.*(1. + 40.*eps +400.*eps*eps) );