Skip to content

Add particle data table for charge/mass lookups

Moritz Kiehn requested to merge fatras_particle_data into master

Adds a particle data table to the ActsFatras library. The underlying data structures are automatically generated with a python script using the excellent scikit-ehp/particle package. ActsFatras::Particle can now be constructed with just a PDG id and charge/mass is automatically retrieved.

Fixes #702 (closed).

Edited by Moritz Kiehn

Merge request reports