50 #ifndef G4EnergyLossForExtrapolator_h
51 #define G4EnergyLossForExtrapolator_h 1
121 void Initialisation();
152 std::vector<const G4MaterialCutsCouple*> couples;
243 if(SetupKinematics(part, mat, kinEnergy)) {
246 theta = 19.23*CLHEP::MeV*std::sqrt(charge2*t)*(1.0 + 0.038*std::log(y))/(beta2*gam*mass);
260 return stepLength*std::sqrt(1.0 + 0.625*theta*theta);
272 if(SetupKinematics(part, mat, kinEnergy)) {
274 sig2 = (1.0/beta2 - 0.5)*CLHEP::twopi_mc2_rcl2*tmax*step*electronDensity*charge2;
286 if(table) res = ((*table)[index])->GetValue(x, b);
315 maxEnergyTransfer = val;