52 #ifndef G4VITRestProcess_h 53 #define G4VITRestProcess_h 1 79 virtual G4VParticleChange*
AtRestDoIt(
const G4Track&,
const G4Step&);
99 virtual G4VParticleChange*
PostStepDoIt(
const G4Track&,
const G4Step&)
113 G4ForceCondition* condition)=0;
136 *condition = NotForced;
144 G4cout <<
"G4VITRestProcess::AtRestGetPhysicalInteractionLength ";
146 track.GetDynamicParticle()->DumpInfo();
147 G4cout <<
" in Material " << track.GetMaterial()->GetName() <<
G4endl;
153 return (
fpState->theNumberOfInteractionLengthLeft)
154 * (
fpState->currentInteractionLength);
G4double condition(const G4ErrorSymMatrix &m)
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double, G4ForceCondition *)
virtual void ClearNumberOfInteractionLengthLeft()
virtual G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
virtual void ResetNumberOfInteractionLengthLeft()
virtual G4double GetMeanLifeTime(const G4Track &aTrack, G4ForceCondition *condition)=0
Identical to G4VRestProcess with dependency from G4VITProcess.
virtual void ClearInteractionTimeLeft()
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &track, G4ForceCondition *condition)
const G4String & GetProcessName() const
G4GLOB_DLL std::ostream G4cout
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
G4shared_ptr< G4ProcessState > fpState
virtual ~G4VITRestProcess()
G4VParticleChange * pParticleChange
G4VITRestProcess & operator=(const G4VITRestProcess &right)
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)