| 
    Geant4
    10.02.p01
    
   | 
 
#include <G4VUserChemistryList.hh>
 Inheritance diagram for G4VUserChemistryList:Public Member Functions | |
| G4VUserChemistryList () | |
| virtual | ~G4VUserChemistryList () | 
| virtual bool | IsPhysicsConstructor () | 
| 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 | 
Definition at line 55 of file G4VUserChemistryList.hh.
| G4VUserChemistryList::G4VUserChemistryList | ( | ) | 
Definition at line 41 of file G4VUserChemistryList.cc.
References verboseLevel.
      
  | 
  virtual | 
Definition at line 46 of file G4VUserChemistryList.cc.
References G4DNAChemistryManager::Deregister(), and G4DNAChemistryManager::GetInstanceIfExists().
 Here is the call graph for this function:| void G4VUserChemistryList::BuildPhysicsTable | ( | ) | 
Definition at line 61 of file G4VUserChemistryList.cc.
References G4MoleculeTable::GetDefintionIterator(), G4MoleculeTable::Instance(), G4MoleculeIterator< MOLECULE >::reset(), and G4MoleculeIterator< MOLECULE >::value().
Referenced by G4DNAChemistryManager::InitializeThread().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 76 of file G4VUserChemistryList.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4ParticleDefinition::GetMasterProcessManager(), G4ParticleDefinition::GetParticleName(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4ProcessVector::size(), and verboseLevel.
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented in G4EmDNAChemistry.
Definition at line 83 of file G4VUserChemistryList.hh.
Referenced by G4DNAChemistryManager::InitializeMaster().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented in G4EmDNAChemistry.
Definition at line 72 of file G4VUserChemistryList.hh.
      
  | 
  inlinevirtual | 
Reimplemented in G4EmDNAChemistry.
Definition at line 76 of file G4VUserChemistryList.hh.
      
  | 
  pure virtual | 
Implemented in G4EmDNAChemistry.
Referenced by G4DNAChemistryManager::InitializeMaster().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4EmDNAChemistry.
Referenced by G4DNAChemistryManager::InitializeThread().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Definition at line 63 of file G4VUserChemistryList.hh.
Referenced by G4DNAChemistryManager::Clear().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 55 of file G4VUserChemistryList.cc.
References G4VScheduler::Instance(), and G4VScheduler::RegisterModel().
Referenced by G4EmDNAChemistry::ConstructTimeStepModel().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 97 of file G4VUserChemistryList.hh.
Referenced by BuildPhysicsTable(), and G4VUserChemistryList().