#include <G4FastSimulationHelper.hh>
Definition at line 50 of file G4FastSimulationHelper.hh.
◆ ActivateFastSimulation()
Definition at line 31 of file G4FastSimulationHelper.cc.
33{
34 G4FastSimulationManagerProcess* fastSimProcess;
35 if (parallelGeometryName.empty()) {
36 fastSimProcess = new G4FastSimulationManagerProcess("fastSimProcess_massGeom");
37
38
39
41 }
42 else {
43 fastSimProcess =
44 new G4FastSimulationManagerProcess("fastSimProcess_parallelGeom", parallelGeometryName);
45
46
49 }
50
51
52
53
54
55
56
57
58
60}
void SetProcessOrdering(G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt, G4int ordDoIt=ordDefault)
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)
void SetProcessOrderingToLast(G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt)
Referenced by G4FastSimulationPhysics::ConstructProcess().
The documentation for this class was generated from the following files: