154 const G4Step& stepData ) ;
187 void InitializeParametrisation();
191 void SetProtonElectronicStoppingPowerModel(
const G4String& dedxTable)
192 {protonTable = dedxTable ;};
195 void SetAntiProtonElectronicStoppingPowerModel(
const G4String& dedxTable)
196 {antiprotonTable = dedxTable;};
198 G4double MicroscopicCrossSection(
const G4ParticleDefinition& aParticleType,
203 G4double GetConstraints(
const G4DynamicParticle* particle,
204 const G4MaterialCutsCouple* couple);
207 G4double ProtonParametrisedDEDX(
const G4MaterialCutsCouple* couple,
210 G4double AntiProtonParametrisedDEDX(
const G4MaterialCutsCouple* couple,
213 G4double DeltaRaysEnergy(
const G4MaterialCutsCouple* couple,
219 G4double BarkasTerm(
const G4Material* material,
223 G4double BlochTerm(
const G4Material* material,
228 G4double ElectronicLossFluctuation(
const G4DynamicParticle* particle,
229 const G4MaterialCutsCouple* material,
240 G4VLowEnergyModel* betheBlochModel;
241 G4VLowEnergyModel* protonModel;
242 G4VLowEnergyModel* antiprotonModel;
243 G4VLowEnergyModel* theIonEffChargeModel;
244 G4VLowEnergyModel* theNuclearStoppingModel;
245 G4VLowEnergyModel* theIonChuFluctuationModel;
246 G4VLowEnergyModel* theIonYangFluctuationModel;
251 G4String protonTable;
252 G4String antiprotonTable;
253 G4String theNuclearTable;
265 G4DataVector cutForDelta;
266 G4DataVector cutForGamma;
269 G4PhysicsTable* theMeanFreePathTable;
280 G4PixeCrossSectionHandler* pixeCrossSectionHandler;
281 G4AtomicDeexcitation atomicDeexcitation;
G4double GetPDGMass() const
G4double GetPDGCharge() const