|
| G4ParticleChangeForMSC () |
|
| ~G4ParticleChangeForMSC () override=default |
|
| G4ParticleChangeForMSC (const G4ParticleChangeForMSC &right)=delete |
|
G4ParticleChangeForMSC & | operator= (const G4ParticleChangeForMSC &right)=delete |
|
G4Step * | UpdateStepForAlongStep (G4Step *step) final |
|
void | InitialiseMSC (const G4Track &, const G4Step &step) |
|
void | ProposeMomentumDirection (const G4ThreeVector &Pfinal) |
|
const G4ThreeVector * | GetProposedMomentumDirection () const |
|
void | ProposePosition (const G4ThreeVector &finalPosition) |
|
const G4ThreeVector & | GetProposedPosition () const |
|
Public Member Functions inherited from G4VParticleChange |
| G4VParticleChange () |
|
virtual | ~G4VParticleChange ()=default |
|
| G4VParticleChange (const G4VParticleChange &right)=delete |
|
G4VParticleChange & | operator= (const G4VParticleChange &right)=delete |
|
virtual G4Step * | UpdateStepForAtRest (G4Step *Step) |
|
virtual G4Step * | UpdateStepForAlongStep (G4Step *Step) |
|
virtual G4Step * | UpdateStepForPostStep (G4Step *Step) |
|
virtual void | Initialize (const G4Track &) |
|
G4double | GetTrueStepLength () const |
|
void | ProposeTrueStepLength (G4double truePathLength) |
|
G4double | GetLocalEnergyDeposit () const |
|
void | ProposeLocalEnergyDeposit (G4double anEnergyPart) |
|
G4double | GetNonIonizingEnergyDeposit () const |
|
void | ProposeNonIonizingEnergyDeposit (G4double anEnergyPart) |
|
G4TrackStatus | GetTrackStatus () const |
|
void | ProposeTrackStatus (G4TrackStatus status) |
|
const G4Track * | GetCurrentTrack () const |
|
G4SteppingControl | GetSteppingControl () const |
|
void | ProposeSteppingControl (G4SteppingControl StepControlFlag) |
|
G4bool | GetFirstStepInVolume () const |
|
G4bool | GetLastStepInVolume () const |
|
void | ProposeFirstStepInVolume (G4bool flag) |
|
void | ProposeLastStepInVolume (G4bool flag) |
|
void | Clear () |
|
void | SetNumberOfSecondaries (G4int totSecondaries) |
|
G4int | GetNumberOfSecondaries () const |
|
G4Track * | GetSecondary (G4int anIndex) const |
|
void | AddSecondary (G4Track *aSecondary) |
|
G4double | GetWeight () const |
|
G4double | GetParentWeight () const |
|
void | ProposeWeight (G4double finalWeight) |
|
void | ProposeParentWeight (G4double finalWeight) |
|
void | SetSecondaryWeightByProcess (G4bool) |
|
G4bool | IsSecondaryWeightSetByProcess () const |
|
void | SetParentWeightByProcess (G4bool) |
|
G4bool | IsParentWeightSetByProcess () const |
|
virtual void | DumpInfo () const |
|
void | SetVerboseLevel (G4int vLevel) |
|
G4int | GetVerboseLevel () const |
|
virtual G4bool | CheckIt (const G4Track &) |
|
void | ClearDebugFlag () |
|
void | SetDebugFlag () |
|
G4bool | GetDebugFlag () const |
|