#include <G4VMoleculeCounter.hh>
Definition at line 43 of file G4VMoleculeCounter.hh.
◆ Reactant
◆ G4VMoleculeCounter()
G4VMoleculeCounter::G4VMoleculeCounter |
( |
| ) |
|
|
protecteddefault |
◆ ~G4VMoleculeCounter()
virtual G4VMoleculeCounter::~G4VMoleculeCounter |
( |
| ) |
|
|
protectedvirtualdefault |
◆ AddAMoleculeAtTime()
◆ DeleteInstance()
void G4VMoleculeCounter::DeleteInstance |
( |
| ) |
|
|
static |
◆ DontRegister()
◆ Initialize()
virtual void G4VMoleculeCounter::Initialize |
( |
| ) |
|
|
pure virtual |
◆ InitializeInstance()
void G4VMoleculeCounter::InitializeInstance |
( |
| ) |
|
|
static |
◆ Instance()
◆ InUse()
G4bool G4VMoleculeCounter::InUse |
( |
| ) |
|
◆ IsRegistered()
◆ RegisterAll()
virtual void G4VMoleculeCounter::RegisterAll |
( |
| ) |
|
|
inlinevirtual |
◆ RemoveAMoleculeAtTime()
◆ ResetCounter()
virtual void G4VMoleculeCounter::ResetCounter |
( |
| ) |
|
|
pure virtual |
◆ SetInstance()
Definition at line 41 of file G4VMoleculeCounter.cc.
42{
44 {
46 errMsg <<
"The G4MoleculeCounter was already initialized." <<
G4endl
47 <<
"The previous instance will be deleted in order to use yours." <<
G4endl
48 << "However this can generate conflicts. Make sure you call G4MoleculeCounter::SetInstance"
49 "at the beginning of your application."
50 << "A good place would be ActionInitialization::Build & BuildForMaster"
52
54 "SINGLETON_ALREADY_INITIALIZED",
58 }
59
61}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
◆ Use()
void G4VMoleculeCounter::Use |
( |
G4bool |
flag = true | ) |
|
◆ fpInstance
◆ fUse
G4bool G4VMoleculeCounter::fUse = false |
|
protected |
The documentation for this class was generated from the following files: