34#ifndef HEP_PHYSICAL_CONSTANTS_H
35#define HEP_PHYSICAL_CONSTANTS_H
46static const double Avogadro = 6.0221367e+23 / mole;
52static const double c_light = 2.99792458e+8 * m / s;
53static const double c_squared = c_light * c_light;
60static const double h_Planck = 6.6260755e-34 * joule * s;
61static const double hbar_Planck = h_Planck / twopi;
62static const double hbarc = hbar_Planck * c_light;
63static const double hbarc_squared = hbarc * hbarc;
68static const double electron_charge = -eplus;
69static const double e_squared = eplus * eplus;
75static const double electron_mass_c2 = 0.51099906 * MeV;
76static const double proton_mass_c2 = 938.27231 * MeV;
77static const double neutron_mass_c2 = 939.56563 * MeV;
78static const double amu_c2 = 931.49432 * MeV;
79static const double amu = amu_c2 / c_squared;
85static const double mu0 = 4 * pi * 1.e-7 * henry / m;
86static const double epsilon0 = 1. / (c_squared * mu0);
91static const double elm_coupling = e_squared / (4 * pi * epsilon0);
92static const double fine_structure_const = elm_coupling / hbarc;
93static const double classic_electr_radius = elm_coupling / electron_mass_c2;
94static const double electron_Compton_length = hbarc / electron_mass_c2;
95static const double Bohr_radius =
96 electron_Compton_length / fine_structure_const;
98static const double alpha_rcl2 =
99 fine_structure_const * classic_electr_radius * classic_electr_radius;
101static const double twopi_mc2_rcl2 =
102 twopi * electron_mass_c2 * classic_electr_radius * classic_electr_radius;
106static const double k_Boltzmann = 8.617385e-11 * MeV / kelvin;
111static const double STP_Temperature = 273.15 * kelvin;
112static const double STP_Pressure = 1. * atmosphere;
113static const double kGasThreshold = 10. * mg / cm3;
118static const double universe_mean_density = 1.e-25 * g / cm3;