|
inherited |
extract the precision for a given ENSDF data
In ENSDF files, the uncertainty is a two characters field given in the standard form. 'The standard numeric uncertainty denotes an uncertainty in the last significant figures'.
Ex (from ENSDF doc):
Given the quantity (NR or QP ...) as a string, this member returns the coefficient that must multiply the uncertainty field to get the true uncertainty.
Definition at line 544 of file BaseENSDF.cpp.