Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VITProcess::G4ProcessState Struct Reference

#include <G4VITProcess.hh>

Inheritance diagram for G4VITProcess::G4ProcessState:
Collaboration 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 176 of file G4VITProcess.hh.

Constructor & Destructor Documentation

G4VITProcess::G4ProcessState::G4ProcessState ( )

Definition at line 51 of file G4VITProcess.cc.

G4VITProcess::G4ProcessState::~G4ProcessState ( )
virtual

Definition at line 58 of file G4VITProcess.cc.

59 {;}

Member Function Documentation

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

Definition at line 198 of file G4VITProcess.hh.

199  {
200  return dynamic_cast<T*>(this);
201  }
virtual G4String G4VITProcess::G4ProcessState::GetType ( )
inlinevirtual

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

Definition at line 182 of file G4VITProcess.hh.

183  {
184  return "G4ProcessState";
185  }

Member Data Documentation

G4double G4VITProcess::G4ProcessState::currentInteractionLength

Definition at line 194 of file G4VITProcess.hh.

G4double G4VITProcess::G4ProcessState::theInteractionTimeLeft

Definition at line 191 of file G4VITProcess.hh.

G4double G4VITProcess::G4ProcessState::theNumberOfInteractionLengthLeft

Definition at line 187 of file G4VITProcess.hh.


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