Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GeometryWorkspace.hh>
Public Types | |
using | pool_type = G4TWorkspacePool<G4GeometryWorkspace> |
Public Member Functions | |
G4GeometryWorkspace () | |
~G4GeometryWorkspace ()=default | |
void | UseWorkspace () |
void | ReleaseWorkspace () |
void | DestroyWorkspace () |
void | InitialiseWorkspace () |
Static Public Member Functions | |
static pool_type * | GetPool () |
Protected Member Functions | |
void | InitialisePhysicalVolumes () |
G4bool | CloneReplicaSolid (G4PVReplica *) |
Definition at line 56 of file G4GeometryWorkspace.hh.
Definition at line 60 of file G4GeometryWorkspace.hh.
G4GeometryWorkspace::G4GeometryWorkspace | ( | ) |
Definition at line 50 of file G4GeometryWorkspace.cc.
|
default |
|
protected |
Definition at line 141 of file G4GeometryWorkspace.cc.
Referenced by InitialisePhysicalVolumes().
void G4GeometryWorkspace::DestroyWorkspace | ( | ) |
Definition at line 189 of file G4GeometryWorkspace.cc.
Referenced by G4WorkerThread::UpdateGeometryAndPhysicsVectorFromMaster().
|
static |
Definition at line 43 of file G4GeometryWorkspace.cc.
Referenced by G4WorkerThread::BuildGeometryAndPhysicsVector(), G4WorkerThread::DestroyGeometryAndPhysicsVector(), and G4WorkerThread::UpdateGeometryAndPhysicsVectorFromMaster().
|
protected |
Definition at line 108 of file G4GeometryWorkspace.cc.
Referenced by InitialiseWorkspace().
void G4GeometryWorkspace::InitialiseWorkspace | ( | ) |
Definition at line 174 of file G4GeometryWorkspace.cc.
Referenced by G4GeometryWorkspace(), and G4WorkerThread::UpdateGeometryAndPhysicsVectorFromMaster().
void G4GeometryWorkspace::ReleaseWorkspace | ( | ) |
Definition at line 97 of file G4GeometryWorkspace.cc.
void G4GeometryWorkspace::UseWorkspace | ( | ) |
Definition at line 78 of file G4GeometryWorkspace.cc.