|
particle_def | Heed::electron_def ("electron", "e-", electron_mass_c2/c_squared, electron_charge, 1, 0, 0.5, spin_def(0.0, 0.0)) |
|
particle_def | Heed::positron_def ("positron", "e+", electron_def) |
|
particle_def | Heed::muon_minus_def ("muon_minus", "mu-", 105.658367 *MeV/c_squared, electron_charge, 1, 0, 0.5, spin_def(0.0, 0.0)) |
|
particle_def | Heed::muon_plus_def ("muon_plus", "mu+", muon_minus_def) |
|
particle_def | Heed::proton_def ("proton", "p+", proton_mass_c2/c_squared, eplus, 0, 1, 0.5, spin_def(0.5, 0.5)) |
|
particle_def | Heed::anti_proton_def ("", "p-", proton_def) |
|
particle_def | Heed::neutron_def ("neutron", "n", neutron_mass_c2/c_squared, 0, 0, 1, 0.5, spin_def(0.5, -0.5)) |
|
particle_def | Heed::anti_neutron_def ("", "", neutron_def) |
|
particle_def | Heed::P11_def ("P11", "P11", 1440.0 *MeV/c_squared, 1 *eplus, 0, 1, 0.5, spin_def(0.5, 0.5)) |
|
particle_def | Heed::D13_def ("D13", "D13", 1520.0 *MeV/c_squared, 1 *eplus, 0, 1, 1.5, spin_def(0.5, 0.5)) |
|
particle_def | Heed::S11_def ("S11", "S11", 1535.0 *MeV/c_squared, 1 *eplus, 0, 1, 0.5, spin_def(0.5, 0.5)) |
|
particle_def | Heed::pi_plus_meson_def ("pi_plus_meson", "pi+", 139.56755 *MeV/c_squared, eplus, 0, 0, 0.0, spin_def(1.0, 1.0)) |
|
particle_def | Heed::pi_minus_meson_def ("pi_minus_meson", "pi-", 139.56755 *MeV/c_squared, -eplus, 0, 0, 0.0, spin_def(1.0, -1.0)) |
|
particle_def | Heed::pi_0_meson_def ("pi_0_meson", "pi0", 134.9734 *MeV/c_squared, 0, 0, 0, 0.0, spin_def(1.0, 0.0)) |
|
particle_def | Heed::eta_meson_def ("eta_meson_def", "eta", 548.8 *MeV/c_squared, 0, 0, 0, 1.0, spin_def(0.0, 0.0)) |
|
particle_def | Heed::K_plus_meson_def ("K_plus_meson_def", "K+", 493.677 *MeV/c_squared, 1, 0, 0, 0.0, spin_def(0.5, -0.5)) |
|
particle_def | Heed::K_minus_meson_def ("K_minus_meson_def", "K-", K_plus_meson_def) |
|
particle_def | Heed::deuteron_def ("deuteron", "dtr", 1875.613 *MeV/c_squared, eplus, 0, 2, 0.0, spin_def(0.0, 0.0)) |
|
particle_def | Heed::alpha_particle_def ("alpha_particle", "alpha", 3727.417 *MeV/c_squared, 2 *eplus, 0, 4, 0.0, spin_def(0.0, 0.0)) |
|
particle_def | Heed::user_particle_def ("user_particle", "X", 139.56755 *MeV/c_squared, eplus, 0, 0, 0.0, spin_def(0.0, 0.0)) |
|