00001
00008 #ifndef VARIOUS_CONSTANTS_H
00009 #define VARIOUS_CONSTANTS_H
00010
00012 namespace VC {
00013 static const double zero_f = 1e-31;
00014 static const double mc2 = 0.511;
00015 static const double pi = 3.141592653589793238462643;
00016 static const double m = 9.10953e-28;
00017 static const double c = 2.998e10;
00018 static const double qe = 4.803242e-10;
00019 static const double B_0 = 0.311;
00020
00021 static const double exp = 2.7183;
00022
00023
00024
00025
00026
00027
00028
00029 }
00030
00031 #endif