Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
Identical to G4VRestDiscreteProcess with dependency from G4VITProcess. More...
#include <G4VITRestDiscreteProcess.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 G4VITProcess | |
void | RetrieveProcessInfo () |
void | CreateInfo () |
template<typename T > | |
T * | GetState () |
virtual void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
virtual void | ClearInteractionTimeLeft () |
virtual void | ClearNumberOfInteractionLengthLeft () |
void | SetInstantiateProcessState (G4bool flag) |
G4bool | InstantiateProcessState () |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VITProcess | |
static const size_t & | GetMaxProcessIndex () |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VITProcess | |
G4shared_ptr< G4ProcessState > | fpState |
G4bool | fProposesTimeStep |
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 |
Identical to G4VRestDiscreteProcess with dependency from G4VITProcess.
Identical to G4VRestDiscreteProcess with dependency on G4VITProcess
Definition at line 56 of file G4VITRestDiscreteProcess.hh.
|
delete |
G4VITRestDiscreteProcess::G4VITRestDiscreteProcess | ( | const G4String & | aName, |
G4ProcessType | aType = fNotDefined |
||
) |
Definition at line 37 of file G4VITRestDiscreteProcess.cc.
|
delete |
|
overridedefault |
|
inlineoverridevirtual |
Implements G4VProcess.
Definition at line 92 of file G4VITRestDiscreteProcess.hh.
|
inlineoverridevirtual |
Implements G4VProcess.
Definition at line 82 of file G4VITRestDiscreteProcess.hh.
|
overridevirtual |
Implements G4VProcess.
Reimplemented in G4DNAElectronHoleRecombination, and G4DNAMolecularDissociation.
Definition at line 134 of file G4VITRestDiscreteProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Reimplemented in G4DNAMolecularDissociation.
Definition at line 106 of file G4VITRestDiscreteProcess.cc.
Referenced by G4DNAMolecularDissociation::AtRestGetPhysicalInteractionLength().
|
protectedpure virtual |
Implemented in G4DNAMolecularDissociation, and G4DNAElectronHoleRecombination.
Referenced by PostStepGetPhysicalInteractionLength().
|
protectedpure virtual |
Implemented in G4DNAMolecularDissociation, and G4DNAElectronHoleRecombination.
Referenced by AtRestGetPhysicalInteractionLength().
|
delete |
|
overridevirtual |
Implements G4VProcess.
Reimplemented in G4DNAElectronHoleRecombination, and G4DNAMolecularDissociation.
Definition at line 97 of file G4VITRestDiscreteProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Reimplemented in G4DNAMolecularDissociation.
Definition at line 46 of file G4VITRestDiscreteProcess.cc.