Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WeightWindowProcess.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 |
Protected Attributes inherited from G4VTrackTerminator | |
G4double | kCarTolerance |
Definition at line 58 of file G4WeightWindowProcess.hh.
G4WeightWindowProcess::G4WeightWindowProcess | ( | const G4VWeightWindowAlgorithm & | aWeightWindowAlgorithm, |
const G4VWeightWindowStore & | aWWStore, | ||
const G4VTrackTerminator * | TrackTerminator, | ||
G4PlaceOfAction | placeOfAction, | ||
const G4String & | aName = "WeightWindowProcess", | ||
G4bool | para = false ) |
Definition at line 50 of file G4WeightWindowProcess.cc.
|
virtual |
Definition at line 94 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 379 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 292 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 373 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 366 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VTrackTerminator.
Definition at line 287 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VTrackTerminator.
Definition at line 282 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 192 of file G4WeightWindowProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 178 of file G4WeightWindowProcess.cc.
void G4WeightWindowProcess::SetParallelWorld | ( | const G4String & | parallelWorldName | ) |
Definition at line 109 of file G4WeightWindowProcess.cc.
Referenced by G4WeightWindowConfigurator::Configure().
void G4WeightWindowProcess::SetParallelWorld | ( | G4VPhysicalVolume * | parallelWorld | ) |
Definition at line 121 of file G4WeightWindowProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 138 of file G4WeightWindowProcess.cc.