pub(crate) const PROTONMASS: f64 = 1.007276466621f64;
pub(crate) const NEUTRONMASS: f64 = 1.00866491588f64;
pub(crate) const ELECTRONMASS: f64 = 5.48579909070E-4;
pub(crate) const ALPHAMASS: f64 = 4.001506179127f64;
pub(crate) const TRITONMASS: f64 = 3.015500980600021;
pub(crate) const DEUTERONMASS: f64 = 2.013553389273434;
pub const NEUTRINOMASS: f64 = 1.288738236E-10;
pub(crate) const NUCLIDE_COUNT : usize = 3585;
#[allow(non_upper_case_globals)]
pub(crate) const DALTON_MeV: f64 = 931.49410242;
pub(crate) const _DALTON_KG : f64 = 1.6605390666E-27;
#[allow(non_upper_case_globals)]
pub(crate) const MeV_DALTON: f64 = 0.0010735441023212314;
pub(crate) const FLOAT_64 : f64 = 18446744073709552000f64;