Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VRestDiscreteProcess.hh>
Protected Member Functions | |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft |
G4double | currentInteractionLength |
G4double | theInitialNumberOfInteractionLength |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType |
G4int | theProcessSubType |
G4double | thePILfactor |
G4bool | enableAtRestDoIt |
G4bool | enableAlongStepDoIt |
G4bool | enablePostStepDoIt |
G4int | verboseLevel |
Definition at line 55 of file G4VRestDiscreteProcess.hh.
G4VRestDiscreteProcess::G4VRestDiscreteProcess | ( | const G4String & | aName, |
G4ProcessType | aType = fNotDefined |
||
) |
Definition at line 55 of file G4VRestDiscreteProcess.cc.
Referenced by G4VRestDiscreteProcess().
G4VRestDiscreteProcess::G4VRestDiscreteProcess | ( | G4VRestDiscreteProcess & | right | ) |
Definition at line 65 of file G4VRestDiscreteProcess.cc.
|
virtual |
Definition at line 61 of file G4VRestDiscreteProcess.cc.
|
inlinevirtual |
|
inlinevirtual |
Implements G4VProcess.
Definition at line 90 of file G4VRestDiscreteProcess.hh.
|
virtual |
Implements G4VProcess.
Reimplemented in G4Decay, and G4Scintillation.
Definition at line 150 of file G4VRestDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Reimplemented in G4Decay.
Definition at line 122 of file G4VRestDiscreteProcess.cc.
|
protectedpure virtual |
Implemented in G4Decay, G4Scintillation, and G4RadioactiveDecay.
Referenced by PostStepGetPhysicalInteractionLength().
|
protectedpure virtual |
Implemented in G4Scintillation, G4Decay, and G4RadioactiveDecay.
Referenced by AtRestGetPhysicalInteractionLength().
|
virtual |
Implements G4VProcess.
Reimplemented in G4Decay, and G4Scintillation.
Definition at line 111 of file G4VRestDiscreteProcess.cc.
Referenced by G4Scintillation::PostStepDoIt().
|
virtual |
Implements G4VProcess.
Reimplemented in G4Decay.
Definition at line 70 of file G4VRestDiscreteProcess.cc.