PyNE C++
_atomic_data.h
1 /*
2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5 !!!!!! This file has been autogenerated, modify atomicgen.py !!!!!!!!!!
6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9 */
14 #include <map>
15 
16 namespace pyne
17 {
23 
25 
28  void _insert_abund_map();
29 
31  extern std::map<int,double> natural_abund_map;
32 
34  extern std::map<int,double> atomic_mass_map;
35 
38  extern std::map<int,double> atomic_mass_error_map;
39 } // namespace pyne
void _insert_atomic_mass_map()
Definition: _atomic_data.cpp:51
std::map< int, double > atomic_mass_map
Mapping from nuclides in id form to their atomic masses.
Definition: atomic_data.h:35
std::map< int, double > natural_abund_map
Mapping from nuclides in id form to their natural abundances.
Definition: atomic_data.h:32
void _load_atomic_mass_map_memory()
Definition: _atomic_data.cpp:16
std::map< int, double > atomic_mass_error_map
Definition: atomic_data.h:39
void _insert_abund_map()
Definition: _atomic_data.cpp:3490
A container representing enrichment cascades.
Definition: _atomic_data.h:16