mirror of
https://github.com/gwm17/catima.git
synced 2024-11-23 02:38:51 -05:00
zeff at variance
This commit is contained in:
parent
efbd2b077b
commit
63a30fa33b
|
@ -664,8 +664,7 @@ double dedx_variance(Projectile &p, Target &t, const Config &c){
|
||||||
double cor=0;
|
double cor=0;
|
||||||
double beta = beta_from_T(p.T);
|
double beta = beta_from_T(p.T);
|
||||||
double beta2 = beta*beta;
|
double beta2 = beta*beta;
|
||||||
//double zp_eff = z_effective(p,t,c);
|
double zp_eff = z_effective(p,t,c);
|
||||||
double zp_eff = z_eff_Pierce_Blann(p.Z, beta);
|
|
||||||
double f = domega2dx_constant*pow(zp_eff,2)*t.Z/t.A;
|
double f = domega2dx_constant*pow(zp_eff,2)*t.Z/t.A;
|
||||||
|
|
||||||
if(c.dedx_straggling == omega::atima){
|
if(c.dedx_straggling == omega::atima){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user