Add particle data table for charge/mass lookups
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