1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

zeff at variance

This commit is contained in:
hrocho 2018-10-17 18:05:42 +02:00
parent efbd2b077b
commit 63a30fa33b

View File

@ -664,8 +664,7 @@ double dedx_variance(Projectile &p, Target &t, const Config &c){
double cor=0;
double beta = beta_from_T(p.T);
double beta2 = beta*beta;
//double zp_eff = z_effective(p,t,c);
double zp_eff = z_eff_Pierce_Blann(p.Z, beta);
double zp_eff = z_effective(p,t,c);
double f = domega2dx_constant*pow(zp_eff,2)*t.Z/t.A;
if(c.dedx_straggling == omega::atima){