Geant4-11
Public Member Functions | Data Fields
G4VITProcess::G4ProcessStateBase< T > Class Template Reference

#include <G4VITProcess.hh>

Inheritance diagram for G4VITProcess::G4ProcessStateBase< T >:
G4VITProcess::G4ProcessState G4ProcessState_Lock

Public Member Functions

 G4ProcessStateBase ()
 
template<typename T >
T * GetState ()
 
virtual G4String GetType ()
 
virtual ~G4ProcessStateBase ()
 

Data Fields

G4double currentInteractionLength
 
G4double theInteractionTimeLeft
 
G4double theNumberOfInteractionLengthLeft
 

Detailed Description

template<typename T>
class G4VITProcess::G4ProcessStateBase< T >

Definition at line 194 of file G4VITProcess.hh.

Constructor & Destructor Documentation

◆ G4ProcessStateBase()

template<typename T >
G4VITProcess::G4ProcessStateBase< T >::G4ProcessStateBase ( )
inline

Definition at line 197 of file G4VITProcess.hh.

197 :
199 {
200 }

◆ ~G4ProcessStateBase()

template<typename T >
virtual G4VITProcess::G4ProcessStateBase< T >::~G4ProcessStateBase ( )
inlinevirtual

Definition at line 201 of file G4VITProcess.hh.

202 {
203 }

Member Function Documentation

◆ GetState()

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

Definition at line 187 of file G4VITProcess.hh.

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

◆ GetType()

template<typename T >
virtual G4String G4VITProcess::G4ProcessStateBase< T >::GetType ( )
inlinevirtual

Reimplemented from G4VITProcess::G4ProcessState.

Definition at line 205 of file G4VITProcess.hh.

206 {
207 return typeid(T).name();
208 }
const char * name(G4int ptype)

References G4InuclParticleNames::name().

Field Documentation

◆ currentInteractionLength

G4double G4VITProcess::G4ProcessState::currentInteractionLength
inherited

Definition at line 183 of file G4VITProcess.hh.

Referenced by G4VITProcess::G4ProcessState::G4ProcessState().

◆ theInteractionTimeLeft

G4double G4VITProcess::G4ProcessState::theInteractionTimeLeft
inherited

Definition at line 180 of file G4VITProcess.hh.

Referenced by G4VITProcess::G4ProcessState::G4ProcessState().

◆ theNumberOfInteractionLengthLeft

G4double G4VITProcess::G4ProcessState::theNumberOfInteractionLengthLeft
inherited

Definition at line 176 of file G4VITProcess.hh.

Referenced by G4VITProcess::G4ProcessState::G4ProcessState().


The documentation for this class was generated from the following file: