101 *selection = NotCandidateForSelection;
114 nParticleChange.SetProposedCharge(step.GetPostStepPoint()->GetCharge());
116 G4double T2 = step.GetPostStepPoint()->GetKineticEnergy();
121 if(T2 > 0.0 && T2*proton_mass_c2 < Z*Z*MeV*part->GetPDGMass()) {
123 G4double length = step.GetStepLength();
127 G4double T1= step.GetPreStepPoint()->GetKineticEnergy();
136 if(nloss > T1) { nloss = T1; }
G4NuclearStopping(const G4String &processName="nuclearStopping")
G4bool IsShortLived() const
G4VEmModel * SelectModel(G4double &kinEnergy, size_t index)
const G4Material * GetMaterial() const
void InitialiseProcess(const G4ParticleDefinition *)
void SetBuildTableFlag(G4bool val)
G4bool IsApplicable(const G4ParticleDefinition &p)
void SetFluctuationFlag(G4bool)
G4VEmModel * EmModel(G4int index=1) const
void SetEmModel(G4VEmModel *, G4int index=1)
void SetParticleChange(G4VParticleChange *, G4VEmFluctuationModel *f=0)
void SetProcessSubType(G4int)
G4bool enablePostStepDoIt
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &step)
G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
virtual G4double ComputeDEDXPerVolume(const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
void AddEmModel(G4int, G4VEmModel *, const G4Region *region=0)
G4ICRU49NuclearStoppingModel * modelICRU49
G4bool enableAlongStepDoIt
static const double eplus
G4ParticleChangeForLoss nParticleChange
G4double GetPDGCharge() const
virtual ~G4NuclearStopping()