45 #include "G4VParticleChange.hh" 49 valueGPILSelection(CandidateForSelection)
51 G4Exception(
"G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess()",
"ProcMan102",
81 }
else if ( previousStepSize > 0.0) {
90 *condition = NotForced;
103 G4cout <<
"G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength ";
105 track.GetDynamicParticle()->DumpInfo();
106 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
135 const G4Track&
track,
139 G4GPILSelection* selection
153 G4cout <<
"G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength ";
155 track.GetDynamicParticle()->DumpInfo();
156 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
157 G4cout <<
"IntractionLength= " << steplength/
cm <<
"[cm] " <<
G4endl;
G4double condition(const G4ErrorSymMatrix &m)
virtual G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
G4double theNumberOfInteractionLengthLeft
virtual void ResetNumberOfInteractionLengthLeft()
void ClearNumberOfInteractionLengthLeft()
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
virtual ~G4VContinuousDiscreteProcess()
virtual G4double GetContinuousStepLimit(const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)=0
const G4String & GetProcessName() const
G4GLOB_DLL std::ostream G4cout
G4double currentInteractionLength
G4VContinuousDiscreteProcess()
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4VParticleChange * pParticleChange
virtual G4double GetMeanFreePath(const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
void SubtractNumberOfInteractionLengthLeft(G4double previousStepSize)
G4GPILSelection valueGPILSelection