Geant4
10.02.p01
|
#include <F04StepMax.hh>
Protected Member Functions | |
virtual G4double | GetMeanFreePath (const G4Track &, G4double, G4ForceCondition *) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Private Member Functions | |
F04StepMax & | operator= (const F04StepMax &right) |
F04StepMax (const F04StepMax &) | |
Private Attributes | |
G4double | fMaxChargedStep |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft |
G4double | currentInteractionLength |
G4double | theInitialNumberOfInteractionLength |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType |
G4int | theProcessSubType |
G4double | thePILfactor |
G4bool | enableAtRestDoIt |
G4bool | enableAlongStepDoIt |
G4bool | enablePostStepDoIt |
G4int | verboseLevel |
Definition at line 41 of file F04StepMax.hh.
F04StepMax::F04StepMax | ( | const G4String & | processName = "UserStepMax" | ) |
Definition at line 39 of file F04StepMax.cc.
References G4cout, G4endl, G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
F04StepMax::F04StepMax | ( | F04StepMax & | right | ) |
Definition at line 53 of file F04StepMax.cc.
|
virtual |
Definition at line 49 of file F04StepMax.cc.
|
private |
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 95 of file F04StepMax.cc.
|
inline |
Definition at line 54 of file F04StepMax.hh.
References fMaxChargedStep.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 57 of file F04StepMax.cc.
References G4ParticleDefinition::GetPDGCharge().
Referenced by F04PhysicsList::AddStepMax().
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 85 of file F04StepMax.cc.
References G4VProcess::aParticleChange, and G4ParticleChange::Initialize().
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 68 of file F04StepMax.cc.
References DBL_MAX, fMaxChargedStep, and NotForced.
void F04StepMax::SetStepMax | ( | G4double | step | ) |
Definition at line 64 of file F04StepMax.cc.
References fMaxChargedStep.
Referenced by F04PhysicsList::SetStepMax().
|
private |
Definition at line 76 of file F04StepMax.hh.
Referenced by GetStepMax(), PostStepGetPhysicalInteractionLength(), and SetStepMax().