G4VITProcess::G4ProcessState Struct Reference

#include <G4VITProcess.hh>

Inheritance diagram for G4VITProcess::G4ProcessState:

G4ProcessState_Lock

Public Member Functions

 G4ProcessState ()
virtual ~G4ProcessState ()

Data Fields

G4double theNumberOfInteractionLengthLeft
G4double theInteractionTimeLeft
G4double currentInteractionLength

Detailed Description

Definition at line 122 of file G4VITProcess.hh.


Constructor & Destructor Documentation

G4VITProcess::G4ProcessState::G4ProcessState (  ) 

Definition at line 47 of file G4VITProcess.cc.

References currentInteractionLength, theInteractionTimeLeft, and theNumberOfInteractionLengthLeft.

00048 {
00049     theNumberOfInteractionLengthLeft = -1.0 ;
00050     theInteractionTimeLeft           = -1.0 ;
00051     currentInteractionLength         = -1.0 ;
00052 }

G4VITProcess::G4ProcessState::~G4ProcessState (  )  [virtual]

Definition at line 54 of file G4VITProcess.cc.

00055 {;}


Field Documentation

G4double G4VITProcess::G4ProcessState::currentInteractionLength

Definition at line 135 of file G4VITProcess.hh.

Referenced by G4ProcessState(), G4VITProcess::StartTracking(), and G4VITProcess::SubtractNumberOfInteractionLengthLeft().

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 G4VITProcess::ClearNumberOfInteractionLengthLeft(), G4ProcessState(), G4VITProcess::ResetNumberOfInteractionLengthLeft(), G4VITProcess::StartTracking(), and G4VITProcess::SubtractNumberOfInteractionLengthLeft().


The documentation for this struct was generated from the following files:
Generated on Mon May 27 17:53:49 2013 for Geant4 by  doxygen 1.4.7