Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WeightCutOffProcess.hh>
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
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 54 of file G4WeightCutOffProcess.hh.
G4WeightCutOffProcess::G4WeightCutOffProcess | ( | G4double | wsurvival, |
G4double | wlimit, | ||
G4double | isource, | ||
G4VIStore * | istore, | ||
const G4String & | aName = "WeightCutOffProcess", | ||
G4bool | para = false ) |
Definition at line 47 of file G4WeightCutOffProcess.cc.
|
virtual |
Definition at line 83 of file G4WeightCutOffProcess.cc.
|
delete |
|
virtual |
Implements G4VProcess.
Definition at line 373 of file G4WeightCutOffProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 285 of file G4WeightCutOffProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 367 of file G4WeightCutOffProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 359 of file G4WeightCutOffProcess.cc.
const G4String & G4WeightCutOffProcess::GetName | ( | ) | const |
Definition at line 280 of file G4WeightCutOffProcess.cc.
|
delete |
|
virtual |
Implements G4VProcess.
Definition at line 177 of file G4WeightCutOffProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 164 of file G4WeightCutOffProcess.cc.
void G4WeightCutOffProcess::SetParallelWorld | ( | const G4String & | parallelWorldName | ) |
Definition at line 95 of file G4WeightCutOffProcess.cc.
Referenced by G4WeightCutOffConfigurator::Configure().
void G4WeightCutOffProcess::SetParallelWorld | ( | G4VPhysicalVolume * | parallelWorld | ) |
Definition at line 107 of file G4WeightCutOffProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 124 of file G4WeightCutOffProcess.cc.