Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VContinuousDiscreteProcess.hh>
Protected Member Functions | |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
virtual G4double | GetContinuousStepLimit (const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)=0 |
void | SetGPILSelection (G4GPILSelection selection) |
G4GPILSelection | GetGPILSelection () const |
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 G4VContinuousDiscreteProcess.hh.
G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess | ( | const G4String & | aName, |
G4ProcessType | aType = fNotDefined |
||
) |
Definition at line 55 of file G4VContinuousDiscreteProcess.cc.
Referenced by G4VContinuousDiscreteProcess().
G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess | ( | G4VContinuousDiscreteProcess & | right | ) |
Definition at line 66 of file G4VContinuousDiscreteProcess.cc.
|
virtual |
Definition at line 62 of file G4VContinuousDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Reimplemented in G4VEnergyLossProcess, G4VMultipleScattering, G4VeLowEnergyLoss, G4VEnergyLoss, and G4hImpactIonisation.
Definition at line 124 of file G4VContinuousDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Reimplemented in G4VMultipleScattering, and G4VEnergyLossProcess.
Definition at line 134 of file G4VContinuousDiscreteProcess.cc.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 99 of file G4VContinuousDiscreteProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 93 of file G4VContinuousDiscreteProcess.hh.
|
protectedpure virtual |
Implemented in G4VMultipleScattering, G4hImpactIonisation, G4VEnergyLossProcess, G4VeLowEnergyLoss, and G4VEnergyLoss.
Referenced by AlongStepGetPhysicalInteractionLength().
|
inlineprotected |
Definition at line 128 of file G4VContinuousDiscreteProcess.hh.
|
protectedpure virtual |
Implemented in G4hImpactIonisation, G4hRDEnergyLoss, G4ePolarizedIonisation, G4VEnergyLossProcess, G4VeLowEnergyLoss, G4VEnergyLoss, and G4VMultipleScattering.
Referenced by PostStepGetPhysicalInteractionLength().
|
virtual |
Implements G4VProcess.
Reimplemented in G4VEnergyLossProcess, G4VMultipleScattering, G4hImpactIonisation, G4VeLowEnergyLoss, G4hRDEnergyLoss, and G4VEnergyLoss.
Definition at line 114 of file G4VContinuousDiscreteProcess.cc.
Referenced by G4hImpactIonisation::PostStepDoIt().
|
virtual |
Implements G4VProcess.
Reimplemented in G4VMultipleScattering, G4ePolarizedIonisation, and G4VEnergyLossProcess.
Definition at line 72 of file G4VContinuousDiscreteProcess.cc.
|
inlineprotected |
Definition at line 125 of file G4VContinuousDiscreteProcess.hh.