46 #include "G4VParticleChange.hh" 51 G4Exception(
"G4VRestDiscreteProcess::G4VRestDiscreteProcess",
"ProcMan102",
79 }
else if ( previousStepSize > 0.0) {
88 *condition = NotForced;
101 G4cout <<
"G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength ";
103 track.GetDynamicParticle()->DumpInfo();
104 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
123 const G4Track&
track,
131 *condition = NotForced;
138 G4cout <<
"G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength ";
140 track.GetDynamicParticle()->DumpInfo();
141 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
G4double condition(const G4ErrorSymMatrix &m)
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
G4double theNumberOfInteractionLengthLeft
virtual ~G4VRestDiscreteProcess()
virtual G4double GetMeanFreePath(const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0
virtual void ResetNumberOfInteractionLengthLeft()
void ClearNumberOfInteractionLengthLeft()
const G4String & GetProcessName() const
G4GLOB_DLL std::ostream G4cout
G4double currentInteractionLength
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4VParticleChange * pParticleChange
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
G4bool enableAlongStepDoIt
void SubtractNumberOfInteractionLengthLeft(G4double previousStepSize)
virtual G4double GetMeanLifeTime(const G4Track &aTrack, G4ForceCondition *condition)=0