Geant4 11.3.0
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 G4TaskRunManagerKernel::InitializeWorker(), and 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 SetPinAffinity().
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.
void G4WorkerThread::SetThreadId | ( | G4int | threadId | ) |
Definition at line 46 of file G4WorkerThread.cc.
|
static |
Definition at line 93 of file G4WorkerThread.cc.