|
Geant4-11
|
#include <G4ParallelWorldProcessStore.hh>
Public Member Functions | |
| void | Clear () |
| G4ParallelWorldProcess * | GetProcess (G4String parallelWorldName) |
| void | SetParallelWorld (G4ParallelWorldProcess *proc, G4String parallelWorldName) |
| void | UpdateWorlds () |
| virtual | ~G4ParallelWorldProcessStore () |
Static Public Member Functions | |
| static G4ParallelWorldProcessStore * | GetInstance () |
| static G4ParallelWorldProcessStore * | GetInstanceIfExist () |
Private Member Functions | |
| G4ParallelWorldProcessStore () | |
Static Private Attributes | |
| static G4ThreadLocal G4ParallelWorldProcessStore * | fInstance =0 |
Definition at line 61 of file G4ParallelWorldProcessStore.hh.
|
private |
|
virtual |
Definition at line 50 of file G4ParallelWorldProcessStore.cc.
| void G4ParallelWorldProcessStore::Clear | ( | ) |
Definition at line 96 of file G4ParallelWorldProcessStore.cc.
References fInstance.
Referenced by ~G4ParallelWorldProcessStore().
|
static |
Definition at line 35 of file G4ParallelWorldProcessStore.cc.
References fInstance, and G4ParallelWorldProcessStore().
Referenced by G4ParallelWorldProcess::G4ParallelWorldProcess(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
static |
Definition at line 42 of file G4ParallelWorldProcessStore.cc.
References fInstance.
Referenced by G4RunManagerKernel::~G4RunManagerKernel().
| G4ParallelWorldProcess * G4ParallelWorldProcessStore::GetProcess | ( | G4String | parallelWorldName | ) |
Definition at line 88 of file G4ParallelWorldProcessStore.cc.
References fInstance.
| void G4ParallelWorldProcessStore::SetParallelWorld | ( | G4ParallelWorldProcess * | proc, |
| G4String | parallelWorldName | ||
| ) |
Definition at line 56 of file G4ParallelWorldProcessStore.cc.
References FatalException, fInstance, and G4Exception().
Referenced by G4ParallelWorldProcess::G4ParallelWorldProcess(), and UpdateWorlds().
| void G4ParallelWorldProcessStore::UpdateWorlds | ( | ) |
Definition at line 81 of file G4ParallelWorldProcessStore.cc.
References fInstance, and SetParallelWorld().
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
staticprivate |
Definition at line 69 of file G4ParallelWorldProcessStore.hh.
Referenced by Clear(), GetInstance(), GetInstanceIfExist(), GetProcess(), SetParallelWorld(), UpdateWorlds(), and ~G4ParallelWorldProcessStore().