Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParallelWorldProcessStore.hh>
Public Member Functions | |
virtual | ~G4ParallelWorldProcessStore () |
void | SetParallelWorld (G4ParallelWorldProcess *proc, G4String parallelWorldName) |
void | UpdateWorlds () |
G4ParallelWorldProcess * | GetProcess (G4String parallelWorldName) |
void | Clear () |
Static Public Member Functions | |
static G4ParallelWorldProcessStore * | GetInstance () |
static G4ParallelWorldProcessStore * | GetInstanceIfExist () |
Definition at line 61 of file G4ParallelWorldProcessStore.hh.
|
virtual |
Definition at line 50 of file G4ParallelWorldProcessStore.cc.
void G4ParallelWorldProcessStore::Clear | ( | ) |
Definition at line 96 of file G4ParallelWorldProcessStore.cc.
Referenced by ~G4ParallelWorldProcessStore().
|
static |
Definition at line 35 of file G4ParallelWorldProcessStore.cc.
Referenced by G4ParallelWorldProcess::G4ParallelWorldProcess(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
static |
Definition at line 42 of file G4ParallelWorldProcessStore.cc.
Referenced by G4RunManagerKernel::~G4RunManagerKernel().
G4ParallelWorldProcess * G4ParallelWorldProcessStore::GetProcess | ( | G4String | parallelWorldName | ) |
Definition at line 88 of file G4ParallelWorldProcessStore.cc.
void G4ParallelWorldProcessStore::SetParallelWorld | ( | G4ParallelWorldProcess * | proc, |
G4String | parallelWorldName | ||
) |
Definition at line 56 of file G4ParallelWorldProcessStore.cc.
Referenced by G4ParallelWorldProcess::G4ParallelWorldProcess(), and UpdateWorlds().
void G4ParallelWorldProcessStore::UpdateWorlds | ( | ) |
Definition at line 81 of file G4ParallelWorldProcessStore.cc.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().