|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VITDiscreteProcess.hh>
Inheritance diagram for G4VITDiscreteProcess:Protected Member Functions | |
| virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, 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 |
Definition at line 40 of file G4VITDiscreteProcess.hh.
| G4VITDiscreteProcess::G4VITDiscreteProcess | ( | const G4String & | aName, |
| G4ProcessType | aType = fNotDefined |
||
| ) |
Definition at line 57 of file G4VITDiscreteProcess.cc.
Referenced by G4VITDiscreteProcess().
| G4VITDiscreteProcess::G4VITDiscreteProcess | ( | G4VITDiscreteProcess & | right | ) |
Definition at line 73 of file G4VITDiscreteProcess.cc.
|
virtual |
Definition at line 67 of file G4VITDiscreteProcess.cc.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 84 of file G4VITDiscreteProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 60 of file G4VITDiscreteProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 78 of file G4VITDiscreteProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 70 of file G4VITDiscreteProcess.hh.
|
protectedpure virtual |
Referenced by PostStepGetPhysicalInteractionLength().
|
virtual |
Implements G4VProcess.
Definition at line 133 of file G4VITDiscreteProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 81 of file G4VITDiscreteProcess.cc.