00001
00002
00003
00004
00005
00006 #ifndef PHYSICS_PHYSICS_H
00007 #define PHYSICS_PHYSICS_H
00008
00009 namespace more {
00010 namespace phys {
00011
00012 namespace constants
00013 {
00014
00015 const double hbar_c_over_MeV_fm = 197.329;
00016 const double alpha = 7.297885e-3;
00017 const double e2_over_4pi_eps0_MeV_fm= 1.439976;
00018
00019
00020
00021 const double Mp_c2_over_MeV = 938.280;
00022 const double Mn_c2_over_MeV = 939.573;
00023 const double MN_c2_over_MeV = 938.927;
00024 const double Me_c2_over_MeV = 0.511003;
00025 const double u_c2_over_MeV = 931.502;
00026 }
00027
00028 }}
00029
00030
00031 #endif