#include <G4ParticlesWorkspace.hh>
Definition at line 49 of file G4ParticlesWorkspace.hh.
◆ pool_type
◆ G4ParticlesWorkspace()
G4ParticlesWorkspace::G4ParticlesWorkspace |
( |
G4bool | verbose = false | ) |
|
Definition at line 43 of file G4ParticlesWorkspace.cc.
43 : fVerbose(verbose)
44{
46
47
49
50
52}
static const G4PDefManager & GetSubInstanceManager()
void InitialiseWorkspace()
◆ ~G4ParticlesWorkspace()
G4ParticlesWorkspace::~G4ParticlesWorkspace |
( |
| ) |
|
|
default |
◆ DestroyWorkspace()
void G4ParticlesWorkspace::DestroyWorkspace |
( |
| ) |
|
◆ GetPool()
◆ GetVerbose()
G4bool G4ParticlesWorkspace::GetVerbose |
( |
| ) |
|
|
inline |
◆ InitialiseParticles()
void G4ParticlesWorkspace::InitialiseParticles |
( |
| ) |
|
|
protected |
◆ InitialiseWorkspace()
void G4ParticlesWorkspace::InitialiseWorkspace |
( |
| ) |
|
Definition at line 72 of file G4ParticlesWorkspace.cc.
73{
74 if (fVerbose) {
75 G4cout <<
"G4ParticlesWorkspace::InitialiseWorkspace: "
76 <<
"Copying particles-definition Split-Class - Start " <<
G4endl;
77 }
78
79
80
81
83
84
86
87 if (fVerbose) {
88 G4cout <<
"G4ParticlesWorkspace::CreateAndUseWorkspace: "
89 <<
"Copying particles-definition Split-Class - Done!" <<
G4endl;
90 }
91}
G4GLOB_DLL std::ostream G4cout
void InitialiseParticles()
Referenced by G4ParticlesWorkspace().
◆ ReleaseWorkspace()
void G4ParticlesWorkspace::ReleaseWorkspace |
( |
| ) |
|
◆ SetVerbose()
void G4ParticlesWorkspace::SetVerbose |
( |
G4bool | v | ) |
|
|
inline |
◆ UseWorkspace()
void G4ParticlesWorkspace::UseWorkspace |
( |
| ) |
|
Definition at line 54 of file G4ParticlesWorkspace.cc.
55{
56 if (fVerbose) {
57 G4cout <<
"G4ParticlesWorkspace::UseWorkspace: "
58 <<
"Copying particles-definition Split-Class - Start " <<
G4endl;
59 }
60
61
63}
The documentation for this class was generated from the following files: