45 G4Exception(
"G4VRestContinuousProcess::G4VRestContinuousProcess()",
46 "ProcMan102",
JustWarning,
"Default constructor is called");
50G4VRestContinuousProcess::
63G4VRestContinuousProcess::
65 :
G4VProcess(right), valueGPILSelection(right.valueGPILSelection)
82 currentMinimumStep, currentSafety);
85 *selection = valueGPILSelection;
89 G4cout <<
"G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength() - ";
93 G4cout <<
"IntractionLength= " << steplength/cm <<
"[cm] " <<
G4endl;
116 G4cout <<
"G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength() - ";
G4double condition(const G4ErrorSymMatrix &m)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
void DumpInfo(G4int mode=0) const
const G4String & GetName() const
G4Material * GetMaterial() const
const G4DynamicParticle * GetDynamicParticle() const
G4double currentInteractionLength
virtual void ResetNumberOfInteractionLengthLeft()
void ClearNumberOfInteractionLengthLeft()
G4double theNumberOfInteractionLengthLeft
G4bool enablePostStepDoIt
G4VParticleChange * pParticleChange
const G4String & GetProcessName() const
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
virtual G4double GetMeanLifeTime(const G4Track &aTrack, G4ForceCondition *condition)=0
virtual G4double GetContinuousStepLimit(const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)=0
virtual G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
virtual ~G4VRestContinuousProcess()
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4VRestContinuousProcess(const G4String &, G4ProcessType aType=fNotDefined)
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)