|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FastSimulationManagerProcess.hh>
Inheritance diagram for G4FastSimulationManagerProcess: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 77 of file G4FastSimulationManagerProcess.hh.
| G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName = "G4FastSimulationManagerProcess", |
| G4ProcessType | theType = fParameterisation |
||
| ) |
Definition at line 52 of file G4FastSimulationManagerProcess.cc.
| G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
| const G4String & | worldVolumeName, | ||
| G4ProcessType | theType = fParameterisation |
||
| ) |
Definition at line 82 of file G4FastSimulationManagerProcess.cc.
| G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
| G4VPhysicalVolume * | worldVolume, | ||
| G4ProcessType | theType = fParameterisation |
||
| ) |
Definition at line 113 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Definition at line 144 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 361 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 292 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 404 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 376 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 227 of file G4FastSimulationManagerProcess.cc.
|
inline |
Definition at line 103 of file G4FastSimulationManagerProcess.hh.
Referenced by G4FastSimulationPhysics::ConstructProcess().
|
virtual |
Implements G4VProcess.
Definition at line 278 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 239 of file G4FastSimulationManagerProcess.cc.
| void G4FastSimulationManagerProcess::SetWorldVolume | ( | G4String | newWorldName | ) |
Definition at line 153 of file G4FastSimulationManagerProcess.cc.
Referenced by G4FastSimulationManagerProcess(), and SetWorldVolume().
| void G4FastSimulationManagerProcess::SetWorldVolume | ( | G4VPhysicalVolume * | newWorld | ) |
Definition at line 192 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 210 of file G4FastSimulationManagerProcess.cc.
| void G4FastSimulationManagerProcess::Verbose | ( | ) | const |
Definition at line 410 of file G4FastSimulationManagerProcess.cc.