fixed alpha_B, recaluate intead of using alpha_b
This commit is contained in:
parent
d5dccda144
commit
73dedbebd1
|
@ -210,7 +210,8 @@ function CalConstants(){
|
||||||
|
|
||||||
ez_slope = Math.abs(BField) * c * light[1]*beta/2/Math.PI/1000; // MeV/mm
|
ez_slope = Math.abs(BField) * c * light[1]*beta/2/Math.PI/1000; // MeV/mm
|
||||||
alpha = ez_slope/beta;
|
alpha = ez_slope/beta;
|
||||||
alpha_B = alpha * heavy[1]/light[1];
|
//alpha_B = alpha * heavy[1]/light[1];
|
||||||
|
alpha_B = Math.abs(BField) * c * heavy[1]*beta/2/Math.PI/1000 / beta;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user