File indexing completed on 2026-07-13 08:21:03
0001
0002 #ifndef G4HepEmConstants__HH
0003 #define G4HepEmConstants__HH
0004
0005
0006
0007 static constexpr double kPi = 3.1415926535897931e+00;
0008 static constexpr double k2Pi = 2.0 * kPi;
0009
0010
0011 static constexpr double kElectronMassC2 = 5.1099890999999997e-01;
0012 static constexpr double kInvElectronMassC2 = 1.0 / kElectronMassC2;
0013
0014
0015 static constexpr double kAlpha = 7.2973525653052150e-03;
0016
0017
0018
0019 static constexpr double kPir02 = 2.4946724123674787e-23;
0020
0021
0022
0023 static constexpr double kMigdalConst = 5.2804955733859579e-30;
0024
0025
0026
0027 static constexpr double kLPMconstant = 7.6843819381368661e+05;
0028
0029 static constexpr double kALargeValue = 1.0E+20;
0030
0031
0032 #endif