Geant4 10.7.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 prevStepSize) |
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 = nullptr |
G4VParticleChange * | pParticleChange = nullptr |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft = -1.0 |
G4double | currentInteractionLength = -1.0 |
G4double | theInitialNumberOfInteractionLength = -1.0 |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType = fNotDefined |
G4int | theProcessSubType = -1 |
G4double | thePILfactor = 1.0 |
G4int | verboseLevel = 0 |
G4bool | enableAtRestDoIt = true |
G4bool | enableAlongStepDoIt = true |
G4bool | enablePostStepDoIt = true |
Definition at line 45 of file G4VRestDiscreteProcess.hh.
G4VRestDiscreteProcess::G4VRestDiscreteProcess | ( | const G4String & | aName, |
G4ProcessType | aType = fNotDefined |
||
) |
Definition at line 51 of file G4VRestDiscreteProcess.cc.
G4VRestDiscreteProcess::G4VRestDiscreteProcess | ( | G4VRestDiscreteProcess & | right | ) |
Definition at line 64 of file G4VRestDiscreteProcess.cc.
|
virtual |
Definition at line 59 of file G4VRestDiscreteProcess.cc.
|
inlinevirtual |
|
virtual |
Implements G4VProcess.
Reimplemented in G4Decay, G4DecayWithSpin, G4Scintillation, and G4MuonicAtomDecay.
Definition at line 161 of file G4VRestDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Reimplemented in G4MuonicAtomDecay, and G4Decay.
Definition at line 131 of file G4VRestDiscreteProcess.cc.
|
protectedpure virtual |
Implemented in G4MuonicAtomDecay, G4Decay, G4Scintillation, G4RadioactiveDecay, and G4RadioactiveDecayBase.
Referenced by PostStepGetPhysicalInteractionLength().
|
protectedpure virtual |
Implemented in G4Scintillation, G4MuonicAtomDecay, G4Decay, G4Radioactivation, G4RadioactiveDecay, and G4RadioactiveDecayBase.
Referenced by AtRestGetPhysicalInteractionLength().
|
delete |
|
virtual |
Implements G4VProcess.
Reimplemented in G4Decay, G4DecayWithSpin, G4Scintillation, and G4MuonicAtomDecay.
Definition at line 122 of file G4VRestDiscreteProcess.cc.
Referenced by G4Scintillation::PostStepDoIt().
|
virtual |
Implements G4VProcess.
Reimplemented in G4MuonicAtomDecay, and G4Decay.
Definition at line 71 of file G4VRestDiscreteProcess.cc.