|
Geant4 11.3.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 75 of file G4FastSimulationManagerProcess.hh.
| G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName = "G4FastSimulationManagerProcess", |
| G4ProcessType | theType = fParameterisation ) |
Definition at line 51 of file G4FastSimulationManagerProcess.cc.
| G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
| const G4String & | worldVolumeName, | ||
| G4ProcessType | theType = fParameterisation ) |
Definition at line 79 of file G4FastSimulationManagerProcess.cc.
| G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
| G4VPhysicalVolume * | worldVolume, | ||
| G4ProcessType | theType = fParameterisation ) |
Definition at line 108 of file G4FastSimulationManagerProcess.cc.
|
override |
Definition at line 137 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 325 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 265 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 366 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 338 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 209 of file G4FastSimulationManagerProcess.cc.
|
inline |
Definition at line 95 of file G4FastSimulationManagerProcess.hh.
Referenced by G4FastSimulationPhysics::ConstructProcess().
|
overridevirtual |
Implements G4VProcess.
Definition at line 255 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 219 of file G4FastSimulationManagerProcess.cc.
| void G4FastSimulationManagerProcess::SetWorldVolume | ( | G4String | newWorldName | ) |
Definition at line 145 of file G4FastSimulationManagerProcess.cc.
Referenced by G4FastSimulationManagerProcess(), G4FastSimulationManagerProcess(), G4FastSimulationManagerProcess(), and SetWorldVolume().
| void G4FastSimulationManagerProcess::SetWorldVolume | ( | G4VPhysicalVolume * | newWorld | ) |
Definition at line 176 of file G4FastSimulationManagerProcess.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 191 of file G4FastSimulationManagerProcess.cc.
|
inline |
Definition at line 128 of file G4FastSimulationManagerProcess.hh.