Geant4 11.1.1
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 () | |
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.
G4GeometryWorkspace::~G4GeometryWorkspace | ( | ) |
Definition at line 77 of file G4GeometryWorkspace.cc.
|
protected |
Definition at line 148 of file G4GeometryWorkspace.cc.
Referenced by InitialisePhysicalVolumes().
void G4GeometryWorkspace::DestroyWorkspace | ( | ) |
Definition at line 196 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 114 of file G4GeometryWorkspace.cc.
Referenced by InitialiseWorkspace().
void G4GeometryWorkspace::InitialiseWorkspace | ( | ) |
Definition at line 181 of file G4GeometryWorkspace.cc.
Referenced by G4GeometryWorkspace(), and G4WorkerThread::UpdateGeometryAndPhysicsVectorFromMaster().
void G4GeometryWorkspace::ReleaseWorkspace | ( | ) |
Definition at line 103 of file G4GeometryWorkspace.cc.
void G4GeometryWorkspace::UseWorkspace | ( | ) |
Definition at line 84 of file G4GeometryWorkspace.cc.