Geant4
9.6.p02
|
#include <G4EmDNAPhysicsChemistry.hh>
Public Member Functions | |
G4EmDNAPhysicsChemistry (G4int ver=1) | |
virtual | ~G4EmDNAPhysicsChemistry () |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
Public Member Functions inherited from G4VPhysicsConstructor | |
G4VPhysicsConstructor (const G4String &="") | |
G4VPhysicsConstructor (const G4String &name, G4int physics_type) | |
virtual | ~G4VPhysicsConstructor () |
void | SetPhysicsName (const G4String &="") |
const G4String & | GetPhysicsName () const |
void | SetPhysicsType (G4int) |
G4int | GetPhysicsType () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
Protected Member Functions | |
void | ConstructMolecules () |
void | ConstructDecayChannels () |
void | ConstructReactionTable () |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
Additional Inherited Members | |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4ParticleTable::G4PTblDicIterator * | theParticleIterator |
G4PhysicsListHelper * | thePLHelper |
Definition at line 34 of file G4EmDNAPhysicsChemistry.hh.
G4EmDNAPhysicsChemistry::G4EmDNAPhysicsChemistry | ( | G4int | ver = 1 ) |
Definition at line 104 of file G4EmDNAPhysicsChemistry.cc.
|
virtual |
It should not be useful to delete those singletons since they are based on auto_ptr. But to make sure that it won't cause any trouble, we explicitly call the following methods responsible for the destruction of the singletons.
Definition at line 110 of file G4EmDNAPhysicsChemistry.cc.
|
protected |
Definition at line 159 of file G4EmDNAPhysicsChemistry.cc.
|
protected |
Definition at line 144 of file G4EmDNAPhysicsChemistry.cc.
Implements G4VPhysicsConstructor.
Definition at line 123 of file G4EmDNAPhysicsChemistry.cc.
Tells to the chemistry manager whether the chemistry needs to be activated. WARNING : if you don't use the chemistry do not activate it otherwise it might generate memory leaks with tracks created but not destroyed.
Implements G4VPhysicsConstructor.
Definition at line 457 of file G4EmDNAPhysicsChemistry.cc.
|
protected |
Definition at line 387 of file G4EmDNAPhysicsChemistry.cc.