Geant4.10
|
#include <G4VITProcess.hh>
Public Member Functions | |
G4ProcessState () | |
virtual | ~G4ProcessState () |
![]() | |
virtual | ~G4ProcessState_Lock () |
Data Fields | |
G4double | theNumberOfInteractionLengthLeft |
G4double | theInteractionTimeLeft |
G4double | currentInteractionLength |
Definition at line 122 of file G4VITProcess.hh.
G4VITProcess::G4ProcessState::G4ProcessState | ( | ) |
Definition at line 49 of file G4VITProcess.cc.
References currentInteractionLength, theInteractionTimeLeft, and theNumberOfInteractionLengthLeft.
|
virtual |
Definition at line 56 of file G4VITProcess.cc.
G4double G4VITProcess::G4ProcessState::currentInteractionLength |
Definition at line 135 of file G4VITProcess.hh.
Referenced by G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4ProcessState(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), and G4VITProcess::StartTracking().
G4double G4VITProcess::G4ProcessState::theInteractionTimeLeft |
Definition at line 132 of file G4VITProcess.hh.
Referenced by G4VITProcess::ClearInteractionTimeLeft(), G4ProcessState(), G4VITProcess::GetInteractionTimeLeft(), and G4VITProcess::StartTracking().
G4double G4VITProcess::G4ProcessState::theNumberOfInteractionLengthLeft |
Definition at line 128 of file G4VITProcess.hh.
Referenced by G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITProcess::ClearNumberOfInteractionLengthLeft(), G4ProcessState(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VITProcess::ResetNumberOfInteractionLengthLeft(), and G4VITProcess::StartTracking().