|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VContinuousDiscreteProcess.hh>
Inheritance diagram for G4VContinuousDiscreteProcess: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 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 G4VContinuousDiscreteProcess.hh.
| G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess | ( | const G4String & | aName, |
| G4ProcessType | aType = fNotDefined |
||
| ) |
Definition at line 50 of file G4VContinuousDiscreteProcess.cc.
| G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess | ( | G4VContinuousDiscreteProcess & | right | ) |
Definition at line 63 of file G4VContinuousDiscreteProcess.cc.
|
virtual |
Definition at line 58 of file G4VContinuousDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Reimplemented in G4VEnergyLossProcess, G4VMultipleScattering, G4AdjointForcedInteractionForGamma, and G4hImpactIonisation.
Definition at line 133 of file G4VContinuousDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Reimplemented in G4VMultipleScattering, and G4VEnergyLossProcess.
Definition at line 143 of file G4VContinuousDiscreteProcess.cc.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 87 of file G4VContinuousDiscreteProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 81 of file G4VContinuousDiscreteProcess.hh.
|
protectedpure virtual |
Implemented in G4AdjointForcedInteractionForGamma, G4VMultipleScattering, G4hImpactIonisation, and G4VEnergyLossProcess.
Referenced by AlongStepGetPhysicalInteractionLength().
|
inlineprotected |
Definition at line 109 of file G4VContinuousDiscreteProcess.hh.
|
protectedpure virtual |
Implemented in G4hImpactIonisation, G4hRDEnergyLoss, G4AdjointForcedInteractionForGamma, G4ePolarizedIonisation, G4VEnergyLossProcess, and G4VMultipleScattering.
Referenced by PostStepGetPhysicalInteractionLength().
|
delete |
|
virtual |
Implements G4VProcess.
Reimplemented in G4AdjointForcedInteractionForGamma, G4VEnergyLossProcess, G4VMultipleScattering, G4hImpactIonisation, and G4hRDEnergyLoss.
Definition at line 122 of file G4VContinuousDiscreteProcess.cc.
Referenced by G4hImpactIonisation::PostStepDoIt().
|
virtual |
Implements G4VProcess.
Reimplemented in G4VMultipleScattering, G4AdjointForcedInteractionForGamma, G4ePolarizedIonisation, and G4VEnergyLossProcess.
Definition at line 71 of file G4VContinuousDiscreteProcess.cc.
|
inlineprotected |
Definition at line 106 of file G4VContinuousDiscreteProcess.hh.