|
Geant4-11
|
#include <G4TWorkspacePool.hh>
Public Member Functions | |
| void | CleanUpAndDestroyAllWorkspaces () |
| void | CreateAndUseWorkspace () |
| T * | CreateWorkspace () |
| T * | FindOrCreateWorkspace () |
| G4TWorkspacePool () | |
| T * | GetWorkspace () |
| void | Recycle (T *myWrkSpace) |
| ~G4TWorkspacePool () | |
Static Private Attributes | |
| static G4ThreadLocal T * | fMyWorkspace = nullptr |
Definition at line 50 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 74 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 75 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 144 of file G4TWorkspacePool.hh.
Referenced by G4WorkerThread::DestroyGeometryAndPhysicsVector().
|
inline |
Definition at line 117 of file G4TWorkspacePool.hh.
Referenced by G4WorkerThread::BuildGeometryAndPhysicsVector().
|
inline |
Definition at line 90 of file G4TWorkspacePool.hh.
References FatalException, and G4Exception().
|
inline |
Definition at line 123 of file G4TWorkspacePool.hh.
|
inline |
Definition at line 65 of file G4TWorkspacePool.hh.
References G4TWorkspacePool< T >::fMyWorkspace.
Referenced by G4WorkerThread::UpdateGeometryAndPhysicsVectorFromMaster().
|
inline |
Definition at line 137 of file G4TWorkspacePool.hh.
|
staticprivate |
Definition at line 78 of file G4TWorkspacePool.hh.
Referenced by G4TWorkspacePool< T >::GetWorkspace().