45 #include "G4VParticleChange.hh" 49 valueGPILSelection(CandidateForSelection)
51 G4Exception(
"G4VRestContinuousProcess::G4VRestContinuousProcess()",
"ProcMan102",
77 G4GPILSelection* selection
90 G4cout <<
"G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength ";
92 track.GetDynamicParticle()->DumpInfo();
93 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
94 G4cout <<
"IntractionLength= " << steplength/
cm <<
"[cm] " <<
G4endl;
101 const G4Track&
track,
109 *condition = NotForced;
116 G4cout <<
"G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength ";
118 track.GetDynamicParticle()->DumpInfo();
119 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
G4double condition(const G4ErrorSymMatrix &m)
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4double theNumberOfInteractionLengthLeft
virtual G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
virtual void ResetNumberOfInteractionLengthLeft()
void ClearNumberOfInteractionLengthLeft()
virtual G4double GetContinuousStepLimit(const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)=0
G4VRestContinuousProcess()
const G4String & GetProcessName() const
G4GLOB_DLL std::ostream G4cout
G4double currentInteractionLength
G4bool enablePostStepDoIt
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
virtual G4double GetMeanLifeTime(const G4Track &aTrack, G4ForceCondition *condition)=0
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
G4VParticleChange * pParticleChange
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
virtual ~G4VRestContinuousProcess()
G4GPILSelection valueGPILSelection