Geant4
9.6.p02
|
#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 | ( | ) |
|
virtual |
void G4RunManagerKernel::DefineWorldVolume | ( | G4VPhysicalVolume * | worldVol, |
G4bool | topologyIsChanged = true |
||
) |
Definition at line 167 of file G4RunManagerKernel.cc.
Definition at line 488 of file G4RunManagerKernel.cc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 169 of file G4RunManagerKernel.hh.
|
static |
|
inline |
|
inline |
Definition at line 165 of file G4RunManagerKernel.hh.
void G4RunManagerKernel::InitializePhysics | ( | ) |
Definition at line 258 of file G4RunManagerKernel.cc.
|
inline |
G4bool G4RunManagerKernel::RunInitialization | ( | ) |
Definition at line 292 of file G4RunManagerKernel.cc.
void G4RunManagerKernel::RunTermination | ( | ) |
Definition at line 348 of file G4RunManagerKernel.cc.
void G4RunManagerKernel::SetPhysics | ( | G4VUserPhysicsList * | uPhys) |
Definition at line 238 of file G4RunManagerKernel.cc.
|
inline |
Definition at line 167 of file G4RunManagerKernel.hh.
void G4RunManagerKernel::UpdateRegion | ( | ) |
Definition at line 373 of file G4RunManagerKernel.cc.