Geant4
10.03.p01
|
#include <G4FastSimulationManagerProcess.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 |
Definition at line 78 of file G4FastSimulationManagerProcess.hh.
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName = "G4FastSimulationManagerProcess" , |
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 54 of file G4FastSimulationManagerProcess.cc.
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
const G4String & | worldVolumeName, | ||
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 84 of file G4FastSimulationManagerProcess.cc.
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
G4VPhysicalVolume * | worldVolume, | ||
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 115 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Definition at line 145 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 363 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 294 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 405 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 378 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 229 of file G4FastSimulationManagerProcess.cc.
|
inline |
Definition at line 104 of file G4FastSimulationManagerProcess.hh.
|
virtual |
Implements G4VProcess.
Definition at line 280 of file G4FastSimulationManagerProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 241 of file G4FastSimulationManagerProcess.cc.
Definition at line 154 of file G4FastSimulationManagerProcess.cc.
void G4FastSimulationManagerProcess::SetWorldVolume | ( | G4VPhysicalVolume * | newWorld | ) |
Definition at line 193 of file G4FastSimulationManagerProcess.cc.
Reimplemented from G4VProcess.
Definition at line 211 of file G4FastSimulationManagerProcess.cc.
void G4FastSimulationManagerProcess::Verbose | ( | ) | const |
Definition at line 411 of file G4FastSimulationManagerProcess.cc.