32 size_t G4VITProcess::fNbProcess = 0;
37 fProcessID(fNbProcess)
41 currentInteractionLength = 0;
42 theInteractionTimeLeft = 0;
43 theNumberOfInteractionLengthLeft = 0;
67 currentInteractionLength = 0;
68 theInteractionTimeLeft = 0;
69 theNumberOfInteractionLengthLeft = 0;
70 fInstantiateProcessState = other.fInstantiateProcessState;
76 if (
this == &rhs)
return *
this;
108 G4cerr <<
"G4VProcess::SubtractNumberOfInteractionLengthLeft()";
110 G4cerr <<
" currentInteractionLength = " << *currentInteractionLength/
cm <<
" [cm]";
111 G4cerr <<
" previousStepSize = " << previousStepSize/
cm <<
" [cm]";
115 G4Exception(
"G4VProcess::SubtractNumberOfInteractionLengthLeft()",