49 #ifndef G4EnergyLossForExtrapolator_h
50 #define G4EnergyLossForExtrapolator_h 1
146 #ifdef G4MULTITHREADED
147 static G4Mutex extrapolatorMutex;
276 return stepLength*std::sqrt(1.0 + 0.625*theta*theta);
290 sig2 = (1.0/
beta2 - 0.5)
304 if(table) { res = ((*table)[
index])->Value(x, idx); }