Go to the documentation of this file.
23 #ifndef O2SCL_HDF_NUCMASS_IO_H
24 #define O2SCL_HDF_NUCMASS_IO_H
31 #ifdef O2SCL_PLAIN_HDF5_HEADER
36 #include <hdf5/serial/hdf5.h>
37 #include <hdf5/serial/hdf5_hl.h>
44 #include <o2scl/constants.h>
45 #include <o2scl/hdf_file.h>
46 #include <o2scl/lib_settings.h>
47 #include <o2scl/nucmass.h>
48 #include <o2scl/nucmass_ame.h>
49 #include <o2scl/nucmass_hfb.h>
50 #include <o2scl/nucmass_frdm.h>
52 #ifndef DOXYGEN_NO_O2NS
69 std::string table_name,
bool exp_only=
false);
111 std::string filename=
"");
126 std::string filename=
"");
128 #ifndef DOXYGEN_NO_O2NS
void ame_load_ext(o2scl::nucmass_ame &ame, std::string file_name, std::string table_name, bool exp_only=false)
Read data for o2scl::nucmass_ame from an HDF table specified in a file.
HFB Mass formula with spin and parity information.
void hfb_sp_load(o2scl::nucmass_hfb_sp &hfb, size_t model=27, std::string filename="")
Read data for o2scl::nucmass_hfb from an HDF table.
void hfb_load(o2scl::nucmass_hfb &hfb, size_t model=14, std::string filename="")
Read data for o2scl::nucmass_hfb from an HDF table.
Mass formula from Moller, Nix, Myers, Swiatecki and Kratz.
void ame_load(o2scl::nucmass_ame &ame, std::string name="16", bool exp_only=false)
Read an AME mass table from the <a href='../../html/index.html'>O<span style='position: relative; top...
Masses from the Atomic Mass Evaluation.
void mnmsk_load(o2scl::nucmass_mnmsk &mnmsk, std::string filename="")
Read data for o2scl::nucmass_mnmsk from an HDF table.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).