Skip to content

a-maier/particle_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

particle_id

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());

License: GPL-3.0-or-later

About

Particle IDs according to the Monte Carlo Particle Numbering Scheme

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages