Package xal.tools.beam
Class Constants
java.lang.Object
xal.tools.beam.Constants
- Author:
- Christopher Allen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Bohr radius of a hydrogen atom (meters)static final double
Rest energy of an electron (electron volts)static final double
Rest mass of an electron (Kilograms)static final double
Speed of light in a vacuum (meters/second)static final double
Magnetic permeability of free space (Henries/meter)static final double
Electric permittivity of free space (Farad/meter)static final double
Rest energy of a proton (electron volts)static final double
Rest mass of a proton (Kilograms)static final double
"Classical" radius of a proton: radius where electrical energy equals rest energystatic final double
The unit electric charge (Farads) -
Method Summary
-
Field Details
-
LIGHT_SPEED
public static final double LIGHT_SPEEDSpeed of light in a vacuum (meters/second)- See Also:
-
UNIT_CHARGE
public static final double UNIT_CHARGEThe unit electric charge (Farads)- See Also:
-
PERMITTIVITY
public static final double PERMITTIVITYElectric permittivity of free space (Farad/meter)- See Also:
-
PERMEABILITY
public static final double PERMEABILITYMagnetic permeability of free space (Henries/meter)- See Also:
-
ELECTRON_MASS
public static final double ELECTRON_MASSRest mass of an electron (Kilograms)- See Also:
-
PROTON_MASS
public static final double PROTON_MASSRest mass of a proton (Kilograms)- See Also:
-
ELECTRON_ENERGY
public static final double ELECTRON_ENERGYRest energy of an electron (electron volts)- See Also:
-
PROTON_ENERGY
public static final double PROTON_ENERGYRest energy of a proton (electron volts)- See Also:
-
BOHR_RADIUS
public static final double BOHR_RADIUSBohr radius of a hydrogen atom (meters)- See Also:
-
PROTON_RADIUS
public static final double PROTON_RADIUS"Classical" radius of a proton: radius where electrical energy equals rest energy- See Also:
-