45 G4Exception(
"G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess()",
46 "ProcMan102",
JustWarning,
"Default constructor is called");
50G4VContinuousDiscreteProcess::
63G4VContinuousDiscreteProcess::
66 valueGPILSelection(right.valueGPILSelection)
81 else if ( previousStepSize > 0.0)
110 G4cout <<
"G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength() - ";
114 G4cout <<
"InteractionLength= " << value/cm <<
"[cm] " <<
G4endl;
157 *selection = valueGPILSelection;
162 G4cout <<
"G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength() - ";
166 G4cout <<
"IntractionLength= " << steplength/cm <<
"[cm] " <<
G4endl;
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
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
virtual G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
virtual G4double GetContinuousStepLimit(const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double ¤tSafety)=0
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
G4VContinuousDiscreteProcess(const G4String &, G4ProcessType aType=fNotDefined)
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
virtual G4double GetMeanFreePath(const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0
virtual ~G4VContinuousDiscreteProcess()
G4double currentInteractionLength
void SubtractNumberOfInteractionLengthLeft(G4double prevStepSize)
virtual void ResetNumberOfInteractionLengthLeft()
void ClearNumberOfInteractionLengthLeft()
G4double theNumberOfInteractionLengthLeft
G4VParticleChange * pParticleChange
const G4String & GetProcessName() const