Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ImportanceProcess.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 previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
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 |
Protected Attributes inherited from G4VTrackTerminator | |
G4double | kCarTolerance |
Definition at line 61 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 54 of file G4ImportanceProcess.cc.
|
virtual |
Definition at line 101 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 441 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 346 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 435 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 428 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VTrackTerminator.
Definition at line 336 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 201 of file G4ImportanceProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 187 of file G4ImportanceProcess.cc.
void G4ImportanceProcess::SetParallelWorld | ( | G4String | parallelWorldName | ) |
Definition at line 117 of file G4ImportanceProcess.cc.
Referenced by G4ImportanceConfigurator::Configure().
void G4ImportanceProcess::SetParallelWorld | ( | G4VPhysicalVolume * | parallelWorld | ) |
Definition at line 129 of file G4ImportanceProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 146 of file G4ImportanceProcess.cc.