Go to the source code of this file.
Namespaces | |
| smash | |
| smash::pdg | |
| Constants representing PDG codes. | |
Functions | |
| constexpr uint64_t | smash::pack (int32_t x, int32_t y) |
| Pack two int32_t into an uint64_t. More... | |
Variables | |
| constexpr int | smash::pdg::invalid = 0x0 |
| Invalid particle. More... | |
| constexpr int | smash::pdg::photon = 0x22 |
| Photon. More... | |
| constexpr int | smash::pdg::p = 0x2212 |
| Proton. More... | |
| constexpr int | smash::pdg::n = 0x2112 |
| Neutron. More... | |
| constexpr int | smash::pdg::N1535_p = 0x22212 |
| N(1535)⁺. More... | |
| constexpr int | smash::pdg::N1535_z = 0x22112 |
| N(1535)⁰. More... | |
| constexpr int | smash::pdg::Delta_pp = 0x2224 |
| Δ⁺⁺. More... | |
| constexpr int | smash::pdg::Delta_p = 0x2214 |
| Δ⁺. More... | |
| constexpr int | smash::pdg::Delta_z = 0x2114 |
| Δ⁰. More... | |
| constexpr int | smash::pdg::Delta_m = 0x1114 |
| Δ⁻. More... | |
| constexpr int | smash::pdg::Lambda = 0x3122 |
| Λ. More... | |
| constexpr int | smash::pdg::Sigma_p = 0x3222 |
| Σ⁺. More... | |
| constexpr int | smash::pdg::Sigma_z = 0x3212 |
| Σ⁰. More... | |
| constexpr int | smash::pdg::Sigma_m = 0x3112 |
| Σ⁻. More... | |
| constexpr int | smash::pdg::Xi_z = 0x3322 |
| Ξ⁰. More... | |
| constexpr int | smash::pdg::Xi_m = 0x3312 |
| Ξ⁻. More... | |
| constexpr int | smash::pdg::Omega_m = 0x3334 |
| Ω⁻. More... | |
| constexpr int | smash::pdg::pi_p = 0x211 |
| π⁺. More... | |
| constexpr int | smash::pdg::pi_z = 0x111 |
| π⁰. More... | |
| constexpr int | smash::pdg::pi_m = -0x211 |
| π⁻. More... | |
| constexpr int | smash::pdg::K_p = 0x321 |
| K⁺. More... | |
| constexpr int | smash::pdg::K_z = 0x311 |
| K⁰. More... | |
| constexpr int | smash::pdg::Kbar_z = -0x311 |
| K̄⁰. More... | |
| constexpr int | smash::pdg::K_m = -0x321 |
| K̄⁻. More... | |
| constexpr int | smash::pdg::eta = 0x221 |
| η. More... | |
| constexpr int | smash::pdg::omega = 0x223 |
| ω. More... | |
| constexpr int | smash::pdg::rho_p = 0x213 |
| ρ⁺. More... | |
| constexpr int | smash::pdg::rho_z = 0x113 |
| ρ⁰. More... | |
| constexpr int | smash::pdg::rho_m = -0x213 |
| ρ⁻. More... | |
| constexpr int | smash::pdg::h1 = 0x10223 |
| h₁(1170). More... | |
| constexpr int | smash::pdg::decimal_d = 1000010020 |
| Deuteron in decimal digits. More... | |
| constexpr int | smash::pdg::decimal_antid = -1000010020 |
| Anti-deuteron in decimal digits. More... | |