PyNE C++
atomic_data.h
1 /*
2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5 !!!!!! This file has been autogenerated, modify atomicgen.py !!!!!!!!!!
6 !!!!!! DO NOT MODIFY THIS FILE BY HAND!! !!!!!!!!!!
7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10 */
15 #include <map>
16 
17 namespace pyne
18 {
24 
26 
29  void _insert_abund_map();
30 
32  extern std::map<int,double> natural_abund_map;
33 
35  extern std::map<int,double> atomic_mass_map;
36 
39  extern std::map<int,double> atomic_mass_error_map;
40 } // 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