Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RunManagerKernel.hh>
Public Member Functions | |
G4RunManagerKernel () | |
virtual | ~G4RunManagerKernel () |
void | DefineWorldVolume (G4VPhysicalVolume *worldVol, G4bool topologyIsChanged=true) |
void | SetPhysics (G4VUserPhysicsList *uPhys) |
void | InitializePhysics () |
G4bool | RunInitialization () |
void | RunTermination () |
void | UpdateRegion () |
void | DumpRegion (const G4String &rname) const |
void | DumpRegion (G4Region *region=0) const |
void | GeometryHasBeenModified () |
void | PhysicsHasBeenModified () |
G4EventManager * | GetEventManager () const |
G4StackManager * | GetStackManager () const |
G4TrackingManager * | GetTrackingManager () const |
void | SetPrimaryTransformer (G4PrimaryTransformer *pt) |
G4PrimaryTransformer * | GetPrimaryTransformer () const |
const G4String & | GetVersionString () const |
void | SetVerboseLevel (G4int vl) |
void | SetGeometryToBeOptimized (G4bool vl) |
G4int | GetNumberOfParallelWorld () const |
void | SetNumberOfParallelWorld (G4int i) |
Static Public Member Functions | |
static G4RunManagerKernel * | GetRunManagerKernel () |
Definition at line 68 of file G4RunManagerKernel.hh.
G4RunManagerKernel::G4RunManagerKernel | ( | ) |
Definition at line 65 of file G4RunManagerKernel.cc.
|
virtual |
Definition at line 131 of file G4RunManagerKernel.cc.
void G4RunManagerKernel::DefineWorldVolume | ( | G4VPhysicalVolume * | worldVol, |
G4bool | topologyIsChanged = true |
||
) |
Definition at line 167 of file G4RunManagerKernel.cc.
Referenced by G4RunManager::DefineWorldVolume(), G4ErrorRunManagerHelper::InitializeGeometry(), and G4RunManager::InitializeGeometry().
Definition at line 488 of file G4RunManagerKernel.cc.
Referenced by G4RunManager::DumpRegion(), and DumpRegion().
void G4RunManagerKernel::DumpRegion | ( | G4Region * | region = 0 | ) | const |
Definition at line 494 of file G4RunManagerKernel.cc.
|
inline |
Definition at line 147 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::GeometryHasBeenModified(), and G4RunManager::SetGeometryToBeOptimized().
|
inline |
Definition at line 161 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::G4RunManager().
|
inline |
Definition at line 187 of file G4RunManagerKernel.hh.
Referenced by G4PhysicsListHelper::AddTransportation().
|
inline |
Definition at line 169 of file G4RunManagerKernel.hh.
Referenced by RunInitialization().
|
static |
Definition at line 62 of file G4RunManagerKernel.cc.
Referenced by G4PhysicsListHelper::AddTransportation(), and G4ErrorRunManagerHelper::G4ErrorRunManagerHelper().
|
inline |
Definition at line 163 of file G4RunManagerKernel.hh.
|
inline |
Definition at line 165 of file G4RunManagerKernel.hh.
Definition at line 172 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::GetVersionString().
void G4RunManagerKernel::InitializePhysics | ( | ) |
Definition at line 258 of file G4RunManagerKernel.cc.
Referenced by G4ErrorRunManagerHelper::InitializePhysics(), and G4RunManager::InitializePhysics().
|
inline |
Definition at line 153 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::PhysicsHasBeenModified().
G4bool G4RunManagerKernel::RunInitialization | ( | ) |
Definition at line 292 of file G4RunManagerKernel.cc.
Referenced by G4ErrorRunManagerHelper::RunInitialization(), and G4RunManager::RunInitialization().
void G4RunManagerKernel::RunTermination | ( | ) |
Definition at line 348 of file G4RunManagerKernel.cc.
Referenced by G4ErrorRunManagerHelper::RunTermination(), and G4RunManager::RunTermination().
|
inline |
Definition at line 178 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::SetGeometryToBeOptimized().
|
inline |
Definition at line 189 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::InitializeGeometry().
void G4RunManagerKernel::SetPhysics | ( | G4VUserPhysicsList * | uPhys | ) |
Definition at line 238 of file G4RunManagerKernel.cc.
Referenced by G4ErrorRunManagerHelper::InitializePhysics(), and G4RunManager::SetUserInitialization().
|
inline |
Definition at line 167 of file G4RunManagerKernel.hh.
Referenced by G4RunManager::SetPrimaryTransformer().
|
inline |
Definition at line 175 of file G4RunManagerKernel.hh.
Referenced by G4ErrorRunManagerHelper::G4ErrorRunManagerHelper(), and G4RunManager::SetVerboseLevel().
void G4RunManagerKernel::UpdateRegion | ( | ) |
Definition at line 373 of file G4RunManagerKernel.cc.
Referenced by RunInitialization().