Geant4
10.02.p01
|
#include <Em10StepCut.hh>
Protected Member Functions | |
G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Private Member Functions | |
Em10StepCut & | operator= (const Em10StepCut &right) |
Private Attributes | |
G4double | MaxChargedStep |
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 42 of file Em10StepCut.hh.
Em10StepCut::Em10StepCut | ( | const G4String & | processName = "UserStepCut" | ) |
Definition at line 40 of file Em10StepCut.cc.
References G4cout, G4endl, G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
Em10StepCut::Em10StepCut | ( | Em10StepCut & | right | ) |
Definition at line 52 of file Em10StepCut.cc.
Em10StepCut::~Em10StepCut | ( | ) |
Definition at line 48 of file Em10StepCut.cc.
|
inlineprotectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 121 of file Em10StepCut.hh.
|
private |
|
inlinevirtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 111 of file Em10StepCut.hh.
References G4VProcess::aParticleChange, and G4ParticleChange::Initialize().
|
inlinevirtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 91 of file Em10StepCut.hh.
References DBL_MAX, G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4VPhysicalVolume::GetName(), G4ParticleDefinition::GetPDGCharge(), G4Track::GetVolume(), MaxChargedStep, and NotForced.
void Em10StepCut::SetMaxStep | ( | G4double | step | ) |
Definition at line 56 of file Em10StepCut.cc.
References MaxChargedStep.
Referenced by Em10PhysicsList::ConstructEM().
|
private |
Definition at line 80 of file Em10StepCut.hh.
Referenced by PostStepGetPhysicalInteractionLength(), and SetMaxStep().