Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more/phys/physics.h

Go to the documentation of this file.
00001 // NOTE. THE CONTENT OF THIS FILE WILL PROBABLY BE REMOVED. DON'T USE IT!
00002 // NOTE. THE CONTENT OF THIS FILE WILL PROBABLY BE REMOVED. DON'T USE IT!
00003 // NOTE. THE CONTENT OF THIS FILE WILL PROBABLY BE REMOVED. DON'T USE IT!
00004 // ... in favor of more/si.h
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; // fine structure
00017     const double e2_over_4pi_eps0_MeV_fm= 1.439976;
00018 
00019 //    const double nuclear_mu_T_over_eV = 3.15245e-8;
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;  // average nucleon mass
00024     const double Me_c2_over_MeV = 0.511003;
00025     const double u_c2_over_MeV  = 931.502;  // the unified atomic mass unit
00026   }
00027 
00028 }}
00029 
00030 
00031 #endif

Generated on Sat Sep 7 19:11:22 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.