50 #ifndef G4BetheHeitlerModel_h
51 #define G4BetheHeitlerModel_h 1
64 const G4String& nam =
"BetheHeitler");
102 inline G4double G4BetheHeitlerModel::ScreenFunction1(
G4double ScreenVariable)
109 if (ScreenVariable > 1.)
110 screenVal = 42.24 - 8.368*std::log(ScreenVariable+0.952);
112 screenVal = 42.392 - ScreenVariable*(7.796 - 1.961*ScreenVariable);
119 inline G4double G4BetheHeitlerModel::ScreenFunction2(
G4double ScreenVariable)
126 if (ScreenVariable > 1.)
127 screenVal = 42.24 - 8.368*std::log(ScreenVariable+0.952);
129 screenVal = 41.405 - ScreenVariable*(5.828 - 0.8945*ScreenVariable);