Expand description
Particle numbers according to the Monte Carlo Particle Numbering Scheme
§Example
use particle_id::light_baryons::*;
assert_eq!(proton.name().unwrap(), "proton");
assert_eq!(proton.id(), 2212);
assert_eq!(proton.anti().id(), -proton.id());
Modules§
- anti_
gauge_ and_ higgs_ bosons - anti_
leptons - anti_
quarks - baryons
- bbbar_
mesons - bottom_
baryons - bottom_
mesons - ccbar_
mesons - charmed_
baryons - charmed_
mesons - diquarks
- gauge_
and_ higgs_ bosons - gauge_
bosons - hadrons
- higgs_
bosons - leptons
- light_
Ieq0_ mesons - light_
Ieq1_ mesons - light_
anti_ baryons - light_
baryons - light_
mesons - mesons
- pentaquarks
- quarks
- sm_
elementary_ particles - special_
particles - strange_
baryons - strange_
mesons - susy_
anti_ particles - susy_
particles
Structs§
- ParticleID
- Particle ID according to the Monte Carlo Particle Numbering Scheme