#include <G4ParticlesWorkspace.hh>
Definition at line 50 of file G4ParticlesWorkspace.hh.
◆ pool_type
◆ G4ParticlesWorkspace()
G4ParticlesWorkspace::G4ParticlesWorkspace |
( |
G4bool |
verbose = false | ) |
|
Definition at line 43 of file G4ParticlesWorkspace.cc.
44 : fVerbose(verbose)
45{
46 fpPDefSIM =
48
49
51
52
54}
static const G4PDefManager & GetSubInstanceManager()
void InitialiseWorkspace()
◆ ~G4ParticlesWorkspace()
G4ParticlesWorkspace::~G4ParticlesWorkspace |
( |
| ) |
|
◆ DestroyWorkspace()
void G4ParticlesWorkspace::DestroyWorkspace |
( |
| ) |
|
◆ GetPool()
◆ GetVerbose()
G4bool G4ParticlesWorkspace::GetVerbose |
( |
| ) |
|
|
inline |
◆ InitialiseParticles()
void G4ParticlesWorkspace::InitialiseParticles |
( |
| ) |
|
|
protected |
◆ InitialiseWorkspace()
void G4ParticlesWorkspace::InitialiseWorkspace |
( |
| ) |
|
Definition at line 82 of file G4ParticlesWorkspace.cc.
83{
84 if( fVerbose )
85 {
86 G4cout <<
"G4ParticlesWorkspace::InitialiseWorkspace: "
87 <<
"Copying particles-definition Split-Class - Start " <<
G4endl;
88 }
89
90
91
92
94
95
97
98 if( fVerbose )
99 {
100 G4cout <<
"G4ParticlesWorkspace::CreateAndUseWorkspace: "
101 <<
"Copying particles-definition Split-Class - Done!" <<
G4endl;
102 }
103}
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 60 of file G4ParticlesWorkspace.cc.
61{
62 if( fVerbose )
63 {
64 G4cout <<
"G4ParticlesWorkspace::UseWorkspace: "
65 <<
"Copying particles-definition Split-Class - Start " <<
G4endl;
66 }
67
68
70}
The documentation for this class was generated from the following files: