Geant4.10
|
#include <G4VRestContinuousDiscreteProcess.hh>
Protected Member Functions | |
virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition)=0 |
virtual G4double | GetContinuousStepLimit (const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)=0 |
void | SetGPILSelection (G4GPILSelection selection) |
G4GPILSelection | GetGPILSelection () const |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
![]() | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
![]() | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
![]() | |
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 G4VRestContinuousDiscreteProcess.hh.
G4VRestContinuousDiscreteProcess::G4VRestContinuousDiscreteProcess | ( | const G4String & | aName, |
G4ProcessType | aType = fNotDefined |
||
) |
Definition at line 55 of file G4VRestContinuousDiscreteProcess.cc.
References G4VRestContinuousDiscreteProcess().
Referenced by G4VRestContinuousDiscreteProcess().
G4VRestContinuousDiscreteProcess::G4VRestContinuousDiscreteProcess | ( | G4VRestContinuousDiscreteProcess & | right | ) |
Definition at line 65 of file G4VRestContinuousDiscreteProcess.cc.
References G4VRestContinuousDiscreteProcess().
|
virtual |
Definition at line 61 of file G4VRestContinuousDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 139 of file G4VRestContinuousDiscreteProcess.cc.
References G4VProcess::pParticleChange.
|
virtual |
Implements G4VProcess.
Definition at line 110 of file G4VRestContinuousDiscreteProcess.cc.
References CandidateForSelection, python.hepunit::cm, G4DynamicParticle::DumpInfo(), G4cout, G4endl, GetContinuousStepLimit(), G4Track::GetDynamicParticle(), G4Track::GetMaterial(), G4Material::GetName(), G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
|
virtual |
Implements G4VProcess.
Definition at line 99 of file G4VRestContinuousDiscreteProcess.cc.
References G4VProcess::ClearNumberOfInteractionLengthLeft(), and G4VProcess::pParticleChange.
|
virtual |
Implements G4VProcess.
Definition at line 71 of file G4VRestContinuousDiscreteProcess.cc.
References G4VProcess::currentInteractionLength, G4DynamicParticle::DumpInfo(), G4cout, G4endl, G4Track::GetDynamicParticle(), G4Track::GetMaterial(), GetMeanLifeTime(), G4Material::GetName(), G4VProcess::GetProcessName(), NotForced, ns, G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VProcess::theNumberOfInteractionLengthLeft, and G4VProcess::verboseLevel.
|
protectedpure virtual |
Referenced by AlongStepGetPhysicalInteractionLength().
|
inlineprotected |
Definition at line 126 of file G4VRestContinuousDiscreteProcess.hh.
|
protectedpure virtual |
Referenced by PostStepGetPhysicalInteractionLength().
|
protectedpure virtual |
Referenced by AtRestGetPhysicalInteractionLength().
|
virtual |
Implements G4VProcess.
Definition at line 189 of file G4VRestContinuousDiscreteProcess.cc.
References G4VProcess::ClearNumberOfInteractionLengthLeft(), and G4VProcess::pParticleChange.
|
virtual |
Implements G4VProcess.
Definition at line 147 of file G4VRestContinuousDiscreteProcess.cc.
References python.hepunit::cm, G4VProcess::currentInteractionLength, DBL_MAX, G4DynamicParticle::DumpInfo(), G4cout, G4endl, G4Track::GetDynamicParticle(), G4Track::GetMaterial(), GetMeanFreePath(), G4Material::GetName(), G4VProcess::GetProcessName(), NotForced, G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::theNumberOfInteractionLengthLeft, and G4VProcess::verboseLevel.
|
inlineprotected |
Definition at line 123 of file G4VRestContinuousDiscreteProcess.hh.