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 ;
 
G4double condition(const G4ErrorSymMatrix &m)
 
void SetPixeProjectileMaxEnergy(G4double energy)
 
void BuildPhysicsTable(const G4ParticleDefinition &aParticleType)
 
G4bool IsApplicable(const G4ParticleDefinition &)
 
void SetPixeCrossSectionL(const G4String &name)
 
void SetHighEnergyForProtonParametrisation(G4double energy)
 
const G4DynamicParticle * GetDynamicParticle() const 
 
const G4MaterialCutsCouple * GetMaterialCutsCouple() const 
 
void SetPixeCrossSectionK(const G4String &name)
 
void SetNuclearStoppingOn()
 
void SetNuclearStoppingPowerModel(const G4String &dedxTable)
 
G4hImpactIonisation(const G4String &processName="hImpactIoni")
 
void SetPixe(const G4bool)
 
void SetCutForSecondaryPhotons(G4double cut)
 
void SetPixeCrossSectionM(const G4String &name)
 
void SetCutForAugerElectrons(G4double cut)
 
void SetElectronicStoppingPowerModel(const G4ParticleDefinition *aParticle, const G4String &dedxTable)
 
void SetPixeProjectileMinEnergy(G4double energy)
 
void ActivateAugerElectronProduction(G4bool val)
 
void SetHighEnergyForAntiProtonParametrisation(G4double energy)
 
void SetLowEnergyForProtonParametrisation(G4double energy)
 
G4double GetPDGMass() const 
 
void SetLowEnergyForAntiProtonParametrisation(G4double energy)
 
G4double GetMeanFreePath(const G4Track &track, G4double previousStepSize, enum G4ForceCondition *condition)
 
G4double GetPDGCharge() const 
 
G4double ComputeDEDX(const G4ParticleDefinition *aParticle, const G4MaterialCutsCouple *couple, G4double kineticEnergy)
 
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &Step)
 
G4VParticleChange * AlongStepDoIt(const G4Track &trackData, const G4Step &stepData)
 
void SetNuclearStoppingOff()
 
G4double GetContinuousStepLimit(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)
 
void PrintInfoDefinition() const