-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add skeleton of particle/data/mass_width_extended.fwf #488
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #488 +/- ##
=======================================
Coverage 95.89% 95.89%
=======================================
Files 31 31
Lines 1389 1389
=======================================
Hits 1332 1332
Misses 57 57 ☔ View full report in Codecov by Sentry. |
FYI @henryiii, @tamasgal and @redeboer since you showed interest in these files in the past. Feel free to add colleagues you know will be interested as well. I'm obviously very happy to receive any feedback. In case you wonder - many values are dummy (-1) because they get overriden (on purpose) with information from the yearly PDG data files. This is to ensure the actual CSV file used by Particle contains always the latest and greatest info. Let me know if anything in unclear. |
Thanks! |
This is the new extended particle data file for the package, to be maintained by us.
It effectively amalgamates and organises for the better what we have been using from the good-old 2008 PDG file mass_width_2008.fwf (only released that one year!) to provide extended information, which required our own mass_width_2008_ext.fwf to implement various sorts of updates (particle PDG IDs changing over time, etc.) It was becoming slightly unmaintainable to continue this way, and certainly not optimal. This master file solves issues.
Closes #118.