|
Geant4
10.05.p01
|
Public Member Functions | |
| G4VUserChemistryList (bool flag=true) | |
| virtual | ~G4VUserChemistryList () |
| bool | IsPhysicsConstructor () |
| void | ThisIsAPhysicsConstructor (bool flag=true) |
| virtual void | ConstructMolecule () |
| virtual void | ConstructProcess () |
| virtual void | ConstructDissociationChannels () |
| virtual void | ConstructReactionTable (G4DNAMolecularReactionTable *reactionTable)=0 |
| virtual void | ConstructTimeStepModel (G4DNAMolecularReactionTable *reactionTable)=0 |
| void | BuildPhysicsTable () |
Protected Member Functions | |
| void | RegisterTimeStepModel (G4VITStepModel *timeStepModel, double startingTime=0) |
| void | BuildPhysicsTable (G4MoleculeDefinition *) |
Protected Attributes | |
| int | verboseLevel |
| bool | fIsPhysicsConstructor |
| G4VUserChemistryList | ( | bool | flag = true | ) |
|
virtual |
| bool IsPhysicsConstructor | ( | ) |
References fIsPhysicsConstructor.
| void ThisIsAPhysicsConstructor | ( | bool | flag = true | ) |
References fIsPhysicsConstructor.
|
virtual |
Reimplemented in G4EmDNAChemistry, and G4EmDNAChemistry_option1.
|
virtual |
Reimplemented in G4EmDNAChemistry, and G4EmDNAChemistry_option1.
|
virtual |
Reimplemented in G4EmDNAChemistry, and G4EmDNAChemistry_option1.
|
pure virtual |
Implemented in G4EmDNAChemistry, and G4EmDNAChemistry_option1.
|
pure virtual |
Implemented in G4EmDNAChemistry, and G4EmDNAChemistry_option1.
| void BuildPhysicsTable | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by IsPhysicsConstructor(), and ThisIsAPhysicsConstructor().