51 G4cout <<
" G4RToEConvForPositron::G4RToEConvForPositron() ";
72 static G4double taul, ionpot, ionpotlog;
73 const G4double cbr1=0.02, cbr2=-5.7e-5, cbr3=1., cbr4=0.072;
74 const G4double Tlow=10.*keV, Thigh=1.*GeV;
79 if( std::fabs(AtomicNumber-Z)>0.1 ) {
82 ionpot = 1.6e-5*MeV*std::exp(0.9*std::log(Z))/Mass;
83 ionpotlog = std::log(ionpot);
96 -(6.*taul+1.5*tsq-taul*(1.-tsq/3.)/t2-tsq*(0.5-tsq/12.)/
98 dEdx = (std::log(2.*taul+4.)-2.*ionpotlog+f)/beta2;
99 dEdx = twopi_mc2_rcl2*Z*dEdx;
100 G4double clow = dEdx*std::sqrt(taul);
101 dEdx = clow/std::sqrt(KineticEnergy/Mass);
109 - (6.*tau+1.5*tsq-tau*(1.-tsq/3.)/t2-tsq*(0.5-tsq/12.)/
111 dEdx = (std::log(2.*tau+4.)-2.*ionpotlog+f)/beta2;
112 dEdx = twopi_mc2_rcl2*Z*dEdx;
116 *(cbr3+cbr4*std::log(KineticEnergy/Thigh));
117 cbrem = Z*(Z+1.)*cbrem*tau/beta2;
118 cbrem *= bremfactor ;
119 dEdx += twopi_mc2_rcl2*cbrem;
G4DLLIMPORT std::ostream G4cout
G4double GetPDGMass() const
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()
virtual G4double ComputeLoss(G4double AtomicNumber, G4double KineticEnergy) const
virtual ~G4RToEConvForPositron()
G4int GetVerboseLevel() const
const G4ParticleDefinition * theParticle