• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/Users/jmonk/Physics/ForIA/ForIA/Units.hh

Go to the documentation of this file.
00001 #ifndef FORIA_UNITS_HH
00002 #define FORIA_UNITS_HH
00003 
00004 namespace ForIA {
00005 
00006   static const double mm = 1.0;
00007   static const double cm = 10. * mm;
00008   static const double m = 1000.0 * mm;
00009   static const double metres = m;
00010 
00011   static const double micron = 0.001 * mm;
00012   
00013 
00014   static const double MeV = 1.0;
00015   static const double GeV = 1000. * MeV;
00016   static const double TeV = 1.e6 * MeV;
00017   static const double  eV = 1./1000. * MeV;
00018   
00019 }
00020 
00021 #endif

Generated on Mon Jul 30 2012 16:56:35 for ForIA by  doxygen 1.7.2