55 #ifndef G4HIMPACTIONISATION
56 #define G4HIMPACTIONISATION 1
155 const G4Step& stepData ) ;
188 void InitializeParametrisation();
192 void SetProtonElectronicStoppingPowerModel(
const G4String& dedxTable)
193 {protonTable = dedxTable ;};
196 void SetAntiProtonElectronicStoppingPowerModel(
const G4String& dedxTable)
197 {antiprotonTable = dedxTable;};
305 if ((step > 0.) && (step < currentMinimumStep)) currentMinimumStep = step ;