Geant4
10.03
|
#include <G4TWorkspacePool.hh>
Public Member Functions | |
T * | CreateWorkspace () |
void | CreateAndUseWorkspace () |
T * | FindOrCreateWorkspace () |
T * | GetWorkspace () |
G4TWorkspacePool () | |
~G4TWorkspacePool () | |
Static Private Attributes | |
static G4ThreadLocal T * | fMyWorkspace =0 |
Definition at line 48 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 75 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 76 of file G4TWorkspacePool.hh.
void G4TWorkspacePool< T >::CreateAndUseWorkspace | ( | ) |
Definition at line 108 of file G4TWorkspacePool.hh.
Referenced by G4WorkerThread::BuildGeometryAndPhysicsVector().
T * G4TWorkspacePool< T >::CreateWorkspace | ( | ) |
Definition at line 87 of file G4TWorkspacePool.hh.
References FatalException, and G4Exception().
T * G4TWorkspacePool< T >::FindOrCreateWorkspace | ( | ) |
Definition at line 114 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 61 of file G4TWorkspacePool.hh.
References G4TWorkspacePool< T >::fMyWorkspace.
Referenced by G4WorkerThread::DestroyGeometryAndPhysicsVector().
|
staticprivate |
Definition at line 79 of file G4TWorkspacePool.hh.
Referenced by G4TWorkspacePool< T >::GetWorkspace().