|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ImportanceProcess.hh>
Inheritance diagram for G4ImportanceProcess: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 |
Protected Attributes inherited from G4VTrackTerminator | |
| G4double | kCarTolerance |
Definition at line 57 of file G4ImportanceProcess.hh.
| G4ImportanceProcess::G4ImportanceProcess | ( | const G4VImportanceAlgorithm & | aImportanceAlgorithm, |
| const G4VIStore & | aIstore, | ||
| const G4VTrackTerminator * | TrackTerminator, | ||
| const G4String & | aName = "ImportanceProcess", |
||
| G4bool | para = false |
||
| ) |
Definition at line 49 of file G4ImportanceProcess.cc.
|
virtual |
Definition at line 94 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 436 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 347 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 430 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 423 of file G4ImportanceProcess.cc.
|
virtual |
|
virtual |
Implements G4VTrackTerminator.
Definition at line 337 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 202 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 188 of file G4ImportanceProcess.cc.
| void G4ImportanceProcess::SetParallelWorld | ( | const G4String & | parallelWorldName | ) |
Definition at line 112 of file G4ImportanceProcess.cc.
Referenced by G4ImportanceConfigurator::Configure().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 147 of file G4ImportanceProcess.cc.