Skip to content

Commit

Permalink
Default particle masses and widths updated to PDG 2016 values.
Browse files Browse the repository at this point in the history
The changes relevant for flavio are numerically negligible. Nevertheless,
the interpolated QCDF contributions to B->Vll have been updated as well
to make the unit tests still work after a (tiny) change in the central
value of the charm quark mass.
  • Loading branch information
DavidMStraub committed Dec 16, 2016
1 parent 793a8ef commit 45ec61a
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flavio/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def read_pdg(year, constraints):
_read_yaml_object_values_correlated(pkgutil.get_data('flavio', 'data/parameters_correlated.yml'), default_parameters)

# Read the parameters from the default PDG data file
read_pdg(2015, default_parameters)
read_pdg(2016, default_parameters)

# Read default parameters for B->V form factors
## first load LCSR-only form factors
Expand Down
Loading

0 comments on commit 45ec61a

Please sign in to comment.