Geant4-11
|
#include <G4VUserChemistryList.hh>
Public Member Functions | |
void | BuildPhysicsTable () |
virtual void | ConstructDissociationChannels () |
virtual void | ConstructMolecule () |
virtual void | ConstructProcess () |
virtual void | ConstructReactionTable (G4DNAMolecularReactionTable *reactionTable)=0 |
virtual void | ConstructTimeStepModel (G4DNAMolecularReactionTable *reactionTable)=0 |
G4VUserChemistryList (bool flag=true) | |
bool | IsPhysicsConstructor () |
void | ThisIsAPhysicsConstructor (bool flag=true) |
virtual | ~G4VUserChemistryList () |
Protected Member Functions | |
void | BuildPhysicsTable (G4MoleculeDefinition *) |
void | RegisterTimeStepModel (G4VITStepModel *timeStepModel, double startingTime=0) |
Protected Attributes | |
bool | fIsPhysicsConstructor |
int | verboseLevel |
Definition at line 53 of file G4VUserChemistryList.hh.
G4VUserChemistryList::G4VUserChemistryList | ( | bool | flag = true | ) |
Definition at line 41 of file G4VUserChemistryList.cc.
References verboseLevel.
|
virtual |
Definition at line 47 of file G4VUserChemistryList.cc.
References G4DNAChemistryManager::Deregister(), and G4DNAChemistryManager::GetInstanceIfExists().
void G4VUserChemistryList::BuildPhysicsTable | ( | ) |
Definition at line 62 of file G4VUserChemistryList.cc.
References BuildPhysicsTable(), G4MoleculeTable::GetDefintionIterator(), G4MoleculeTable::Instance(), G4MoleculeIterator< MOLECULE >::reset(), and G4MoleculeIterator< MOLECULE >::value().
Referenced by BuildPhysicsTable().
|
protected |
Definition at line 77 of file G4VUserChemistryList.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4ParticleDefinition::GetMasterProcessManager(), G4ParticleDefinition::GetParticleName(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4ProcessVector::size(), and verboseLevel.
|
inlinevirtual |
Reimplemented in G4EmDNAChemistry, G4EmDNAChemistry_option1, G4EmDNAChemistry_option3, and G4EmDNAChemistry_option2.
Definition at line 85 of file G4VUserChemistryList.hh.
|
inlinevirtual |
Reimplemented in G4EmDNAChemistry, G4EmDNAChemistry_option1, G4EmDNAChemistry_option3, and G4EmDNAChemistry_option2.
Definition at line 74 of file G4VUserChemistryList.hh.
|
inlinevirtual |
Reimplemented in G4EmDNAChemistry, G4EmDNAChemistry_option1, G4EmDNAChemistry_option3, and G4EmDNAChemistry_option2.
Definition at line 78 of file G4VUserChemistryList.hh.
|
pure virtual |
Implemented in G4EmDNAChemistry_option2, G4EmDNAChemistry, G4EmDNAChemistry_option1, and G4EmDNAChemistry_option3.
|
pure virtual |
Implemented in G4EmDNAChemistry_option2, G4EmDNAChemistry, G4EmDNAChemistry_option1, and G4EmDNAChemistry_option3.
|
inline |
Definition at line 61 of file G4VUserChemistryList.hh.
References fIsPhysicsConstructor.
|
protected |
Definition at line 56 of file G4VUserChemistryList.cc.
References G4VScheduler::Instance(), and G4VScheduler::RegisterModel().
Referenced by G4EmDNAChemistry_option2::ConstructTimeStepModel(), G4EmDNAChemistry::ConstructTimeStepModel(), G4EmDNAChemistry_option1::ConstructTimeStepModel(), and G4EmDNAChemistry_option3::ConstructTimeStepModel().
|
inline |
Definition at line 66 of file G4VUserChemistryList.hh.
References fIsPhysicsConstructor.
|
protected |
Definition at line 100 of file G4VUserChemistryList.hh.
Referenced by IsPhysicsConstructor(), and ThisIsAPhysicsConstructor().
|
protected |
Definition at line 99 of file G4VUserChemistryList.hh.
Referenced by BuildPhysicsTable(), and G4VUserChemistryList().