Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4LowECapture.hh>
Protected Member Functions | |
virtual G4double | GetMeanFreePath (const G4Track &, G4double, G4ForceCondition *) |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager = nullptr |
G4VParticleChange * | pParticleChange = nullptr |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft = -1.0 |
G4double | currentInteractionLength = -1.0 |
G4double | theInitialNumberOfInteractionLength = -1.0 |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType = fNotDefined |
G4int | theProcessSubType = -1 |
G4double | thePILfactor = 1.0 |
G4int | verboseLevel = 0 |
G4bool | enableAtRestDoIt = true |
G4bool | enableAlongStepDoIt = true |
G4bool | enablePostStepDoIt = true |
Definition at line 62 of file G4LowECapture.hh.
G4LowECapture::G4LowECapture | ( | G4double | ekinlimit = 0.0 | ) |
Definition at line 48 of file G4LowECapture.cc.
|
virtual |
Definition at line 56 of file G4LowECapture.cc.
void G4LowECapture::AddRegion | ( | const G4String & | nam | ) |
Definition at line 72 of file G4LowECapture.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 88 of file G4LowECapture.cc.
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 152 of file G4LowECapture.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 114 of file G4LowECapture.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 141 of file G4LowECapture.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 119 of file G4LowECapture.cc.
void G4LowECapture::SetKinEnergyLimit | ( | G4double | val | ) |
Definition at line 61 of file G4LowECapture.cc.