|
void | KillPrimaryTrack () |
|
void | ProposePrimaryTrackFinalPosition (const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | SetPrimaryTrackFinalPosition (const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | ProposePrimaryTrackFinalTime (G4double) |
|
void | SetPrimaryTrackFinalTime (G4double) |
|
void | ProposePrimaryTrackFinalProperTime (G4double) |
|
void | SetPrimaryTrackFinalProperTime (G4double) |
|
void | ProposePrimaryTrackFinalMomentumDirection (const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | SetPrimaryTrackFinalMomentum (const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | ProposePrimaryTrackFinalKineticEnergy (G4double) |
|
void | SetPrimaryTrackFinalKineticEnergy (G4double) |
|
void | ProposePrimaryTrackFinalKineticEnergyAndDirection (G4double, const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | SetPrimaryTrackFinalKineticEnergyAndDirection (G4double, const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | ProposePrimaryTrackFinalPolarization (const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | SetPrimaryTrackFinalPolarization (const G4ThreeVector &, G4bool localCoordinates=true) |
|
void | ProposePrimaryTrackPathLength (G4double) |
|
void | SetPrimaryTrackPathLength (G4double) |
|
void | ProposePrimaryTrackFinalEventBiasingWeight (G4double) |
|
void | SetPrimaryTrackFinalEventBiasingWeight (G4double) |
|
void | SetNumberOfSecondaryTracks (G4int) |
|
G4int | GetNumberOfSecondaryTracks () |
|
G4Track * | CreateSecondaryTrack (const G4DynamicParticle &, G4ThreeVector, G4ThreeVector, G4double, G4bool localCoordinates=true) |
|
G4Track * | CreateSecondaryTrack (const G4DynamicParticle &, G4ThreeVector, G4double, G4bool localCoordinates=true) |
|
G4Track * | GetSecondaryTrack (G4int) |
|
void | ProposeTotalEnergyDeposited (G4double anEnergyPart) |
|
void | SetTotalEnergyDeposited (G4double anEnergyPart) |
|
G4double | GetTotalEnergyDeposited () const |
|
void | ForceSteppingHitInvocation () |
|
| G4FastStep () |
|
virtual | ~G4FastStep () |
|
G4bool | operator== (const G4FastStep &right) const |
|
G4bool | operator!= (const G4FastStep &right) const |
|
G4Step * | UpdateStepForAtRest (G4Step *Step) |
|
G4Step * | UpdateStepForPostStep (G4Step *Step) |
|
void | Initialize (const G4FastTrack &) |
|
void | DumpInfo () const |
|
G4bool | CheckIt (const G4Track &) |
|
Public Member Functions inherited from G4VParticleChange |
| G4VParticleChange () |
|
virtual | ~G4VParticleChange () |
|
G4bool | operator== (const G4VParticleChange &right) const |
|
G4bool | operator!= (const G4VParticleChange &right) const |
|
virtual G4Step * | UpdateStepForAlongStep (G4Step *Step) |
|
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) |
|
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 |
|
void | SetVerboseLevel (G4int vLevel) |
|
G4int | GetVerboseLevel () const |
|
void | ClearDebugFlag () |
|
void | SetDebugFlag () |
|
G4bool | GetDebugFlag () const |
|
Definition at line 91 of file G4FastStep.hh.