Geant4
10.03.p01
|
#include <G4ParticlesWorkspace.hh>
Public Types | |
typedef G4TWorkspacePool < G4ParticlesWorkspace > | pool_type |
Public Member Functions | |
G4ParticlesWorkspace (G4bool verbose=false) | |
~G4ParticlesWorkspace () | |
void | UseWorkspace () |
void | ReleaseWorkspace () |
void | DestroyWorkspace () |
void | InitialiseWorkspace () |
void | SetVerbose (G4bool v) |
G4bool | GetVerbose () |
Static Public Member Functions | |
static pool_type * | GetPool () |
Protected Member Functions | |
void | InitialiseParticles () |
Definition at line 54 of file G4ParticlesWorkspace.hh.
Definition at line 58 of file G4ParticlesWorkspace.hh.
G4ParticlesWorkspace::G4ParticlesWorkspace | ( | G4bool | verbose = false | ) |
Definition at line 36 of file G4ParticlesWorkspace.cc.
G4ParticlesWorkspace::~G4ParticlesWorkspace | ( | ) |
Definition at line 49 of file G4ParticlesWorkspace.cc.
void G4ParticlesWorkspace::DestroyWorkspace | ( | ) |
|
static |
|
inline |
Definition at line 70 of file G4ParticlesWorkspace.hh.
|
protected |
void G4ParticlesWorkspace::InitialiseWorkspace | ( | ) |
Definition at line 77 of file G4ParticlesWorkspace.cc.
void G4ParticlesWorkspace::ReleaseWorkspace | ( | ) |
Definition at line 69 of file G4ParticlesWorkspace.hh.
void G4ParticlesWorkspace::UseWorkspace | ( | ) |
Definition at line 54 of file G4ParticlesWorkspace.cc.