Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VITProcess::G4ProcessStateBase< T > Class Template Reference

#include <G4VITProcess.hh>

+ Inheritance diagram for G4VITProcess::G4ProcessStateBase< T >:

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from G4VITProcess::G4ProcessState
G4double theNumberOfInteractionLengthLeft
 
G4double theInteractionTimeLeft
 
G4double currentInteractionLength
 

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

◆ 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)

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