source: MML/trunk/machine/THOMX/StorageRing/Lattices/getsynenergy.m @ 5

Last change on this file since 5 was 5, checked in by zhangj, 10 years ago

ThomX MML version on the LAL server @ 17/12/2013

File size: 296 bytes
Line 
1% get the synchrotron radiation energy of the reference particle
2
3c = 2.99792458e+8; % m/s
4
5Cr = 8.846*1e-5; % m/GeV^3
6
7E = 50e-3; % GeV
8
9E0 = 0.511099891e-3; 
10
11p = sqrt(E^2 - E0^2)/c * 1e9;
12
13
14
15rho = 0.352; % m
16
17B = p/rho %0.4738 T
18
19beta = sqrt(1-E0^2/E^2);
20
21U0 = Cr*beta^3*E^4/rho*1e6 %[keV]
22
Note: See TracBrowser for help on using the repository browser.