50 if ((previousStepSize < 0.0) || (
fpState->theNumberOfInteractionLengthLeft
56 else if (previousStepSize > 0.0)
78 value =
fpState->theNumberOfInteractionLengthLeft * (
fpState->currentInteractionLength);
87 G4cout <<
"G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength ";
91 G4cout <<
"InteractionLength= " << value / CLHEP::cm <<
"[cm] " <<
G4endl;
121 G4cout <<
"G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength ";
125 G4cout <<
"MeanLifeTime = " <<
fpState->currentInteractionLength / CLHEP::ns
130 return fpState->theNumberOfInteractionLengthLeft
131 * (
fpState->currentInteractionLength);
G4double condition(const G4ErrorSymMatrix &m)
G4GLOB_DLL std::ostream G4cout
void DumpInfo(G4int mode=0) const
const G4String & GetName() const
G4Material * GetMaterial() const
const G4DynamicParticle * GetDynamicParticle() const
virtual void SubtractNumberOfInteractionLengthLeft(G4double previousStepSize)
G4shared_ptr< G4ProcessState > fpState
virtual void ResetNumberOfInteractionLengthLeft()
virtual void ClearNumberOfInteractionLengthLeft()
G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &) override
G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *) override
virtual G4double GetMeanLifeTime(const G4Track &aTrack, G4ForceCondition *condition)=0
virtual G4double GetMeanFreePath(const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0
G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &) override
G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
G4VITRestDiscreteProcess()=delete
~G4VITRestDiscreteProcess() override
G4bool enableAlongStepDoIt
G4VParticleChange * pParticleChange
const G4String & GetProcessName() const