|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParallelWorldProcessStore.hh>
Inheritance diagram for G4ParallelWorldProcessStore:Public Member Functions | |
| void | SetParallelWorld (G4ParallelWorldProcess *proc, const G4String ¶llelWorldName) |
| void | UpdateWorlds () |
| G4ParallelWorldProcess * | GetProcess (const G4String ¶llelWorldName) |
| void | Clear () |
| virtual | ~G4ParallelWorldProcessStore () |
Static Public Member Functions | |
| static G4ParallelWorldProcessStore * | GetInstance () |
| static G4ParallelWorldProcessStore * | GetInstanceIfExist () |
Definition at line 48 of file G4ParallelWorldProcessStore.hh.
|
virtual |
Definition at line 53 of file G4ParallelWorldProcessStore.cc.
| void G4ParallelWorldProcessStore::Clear | ( | ) |
Definition at line 99 of file G4ParallelWorldProcessStore.cc.
Referenced by ~G4ParallelWorldProcessStore().
|
static |
Definition at line 37 of file G4ParallelWorldProcessStore.cc.
Referenced by G4ParallelWorldProcess::G4ParallelWorldProcess(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), G4WorkerSubEvtRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
static |
Definition at line 46 of file G4ParallelWorldProcessStore.cc.
Referenced by G4RunManagerKernel::~G4RunManagerKernel().
| G4ParallelWorldProcess * G4ParallelWorldProcessStore::GetProcess | ( | const G4String & | parallelWorldName | ) |
Definition at line 90 of file G4ParallelWorldProcessStore.cc.
| void G4ParallelWorldProcessStore::SetParallelWorld | ( | G4ParallelWorldProcess * | proc, |
| const G4String & | parallelWorldName ) |
Definition at line 59 of file G4ParallelWorldProcessStore.cc.
Referenced by G4ParallelWorldProcess::G4ParallelWorldProcess().
| void G4ParallelWorldProcessStore::UpdateWorlds | ( | ) |
Definition at line 82 of file G4ParallelWorldProcessStore.cc.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), G4WorkerSubEvtRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().