Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WorkerThread.hh>
Public Member Functions | |
void | SetThreadId (G4int threadId) |
G4int | GetThreadId () const |
void | SetNumberThreads (G4int numnberThreads) |
G4int | GetNumberThreads () const |
void | SetPinAffinity (G4int aff) const |
Static Public Member Functions | |
static void | BuildGeometryAndPhysicsVector () |
static void | DestroyGeometryAndPhysicsVector () |
static void | UpdateGeometryAndPhysicsVectorFromMaster () |
Definition at line 42 of file G4WorkerThread.hh.
|
static |
Definition at line 70 of file G4WorkerThread.cc.
Referenced by G4MTRunManagerKernel::StartThread().
|
static |
Definition at line 82 of file G4WorkerThread.cc.
Referenced by G4MTRunManagerKernel::StartThread(), and G4TaskRunManagerKernel::TerminateWorker().
G4int G4WorkerThread::GetNumberThreads | ( | ) | const |
Definition at line 64 of file G4WorkerThread.cc.
G4int G4WorkerThread::GetThreadId | ( | ) | const |
Definition at line 52 of file G4WorkerThread.cc.
Referenced by G4WorkerRunManager::rndmSaveThisEvent(), G4WorkerRunManager::rndmSaveThisRun(), SetPinAffinity(), G4MTRunManagerKernel::StartThread(), G4WorkerRunManager::StoreRNGStatus(), G4WorkerTaskRunManager::StoreRNGStatus(), and G4WorkerTaskRunManager::TerminateEventLoop().
void G4WorkerThread::SetNumberThreads | ( | G4int | numnberThreads | ) |
Definition at line 58 of file G4WorkerThread.cc.
Referenced by G4MTRunManager::CreateAndStartWorkers().
void G4WorkerThread::SetPinAffinity | ( | G4int | aff | ) | const |
Definition at line 192 of file G4WorkerThread.cc.
Referenced by G4MTRunManagerKernel::StartThread().
void G4WorkerThread::SetThreadId | ( | G4int | threadId | ) |
Definition at line 46 of file G4WorkerThread.cc.
|
static |
Definition at line 93 of file G4WorkerThread.cc.
Referenced by G4WorkerRunManager::DoWork(), and G4WorkerTaskRunManager::DoWork().