Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VITProcess::G4ProcessState Struct Reference

#include <G4VITProcess.hh>

+ Inheritance diagram for G4VITProcess::G4ProcessState:

Public Member Functions

 G4ProcessState ()
 
virtual ~G4ProcessState ()
 
virtual G4String GetType ()
 
template<typename T >
T * GetState ()
 
- Public Member Functions inherited from G4ProcessState_Lock
virtual ~G4ProcessState_Lock ()
 

Public Attributes

G4double theNumberOfInteractionLengthLeft
 
G4double theInteractionTimeLeft
 
G4double currentInteractionLength
 

Detailed Description

Definition at line 165 of file G4VITProcess.hh.

Constructor & Destructor Documentation

◆ G4ProcessState()

G4VITProcess::G4ProcessState::G4ProcessState ( )

Definition at line 50 of file G4VITProcess.cc.

◆ ~G4ProcessState()

G4VITProcess::G4ProcessState::~G4ProcessState ( )
virtual

Definition at line 57 of file G4VITProcess.cc.

58{;}

Member Function Documentation

◆ GetState()

template<typename T >
T * G4VITProcess::G4ProcessState::GetState ( )
inline

Definition at line 187 of file G4VITProcess.hh.

188 {
189 return dynamic_cast<T*>(this);
190 }

◆ GetType()

virtual G4String G4VITProcess::G4ProcessState::GetType ( )
inlinevirtual

Reimplemented in G4ITTransportation::G4ITTransportationState, G4VITProcess::G4ProcessStateBase< T >, and G4DNABrownianTransportation::G4ITBrownianState.

Definition at line 171 of file G4VITProcess.hh.

172 {
173 return "G4ProcessState";
174 }

Member Data Documentation

◆ currentInteractionLength

G4double G4VITProcess::G4ProcessState::currentInteractionLength

Definition at line 183 of file G4VITProcess.hh.

Referenced by G4ProcessState().

◆ theInteractionTimeLeft

G4double G4VITProcess::G4ProcessState::theInteractionTimeLeft

Definition at line 180 of file G4VITProcess.hh.

Referenced by G4ProcessState().

◆ theNumberOfInteractionLengthLeft

G4double G4VITProcess::G4ProcessState::theNumberOfInteractionLengthLeft

Definition at line 176 of file G4VITProcess.hh.

Referenced by G4ProcessState().


The documentation for this struct was generated from the following files: