Geant4  10.02
G4VUserChemistryList Class Referenceabstract

#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
 

Detailed Description

Definition at line 55 of file G4VUserChemistryList.hh.

Constructor & Destructor Documentation

G4VUserChemistryList::G4VUserChemistryList ( )

Definition at line 41 of file G4VUserChemistryList.cc.

References verboseLevel.

G4VUserChemistryList::~G4VUserChemistryList ( )
virtual

Definition at line 46 of file G4VUserChemistryList.cc.

References G4DNAChemistryManager::Deregister(), and G4DNAChemistryManager::GetInstanceIfExists().

+ Here is the call graph for this function:

Member Function Documentation

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:

void G4VUserChemistryList::BuildPhysicsTable ( G4MoleculeDefinition moleculeDef)
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:

virtual void G4VUserChemistryList::ConstructDissociationChannels ( )
inlinevirtual

Reimplemented in G4EmDNAChemistry.

Definition at line 83 of file G4VUserChemistryList.hh.

Referenced by G4DNAChemistryManager::InitializeMaster().

+ Here is the caller graph for this function:

virtual void G4VUserChemistryList::ConstructMolecule ( )
inlinevirtual

Reimplemented in G4EmDNAChemistry.

Definition at line 72 of file G4VUserChemistryList.hh.

virtual void G4VUserChemistryList::ConstructProcess ( void  )
inlinevirtual

Reimplemented in G4EmDNAChemistry.

Definition at line 76 of file G4VUserChemistryList.hh.

virtual void G4VUserChemistryList::ConstructReactionTable ( G4DNAMolecularReactionTable reactionTable)
pure virtual

Implemented in G4EmDNAChemistry.

Referenced by G4DNAChemistryManager::InitializeMaster().

+ Here is the caller graph for this function:

virtual void G4VUserChemistryList::ConstructTimeStepModel ( G4DNAMolecularReactionTable reactionTable)
pure virtual

Implemented in G4EmDNAChemistry.

Referenced by G4DNAChemistryManager::InitializeThread().

+ Here is the caller graph for this function:

virtual bool G4VUserChemistryList::IsPhysicsConstructor ( )
inlinevirtual

Definition at line 63 of file G4VUserChemistryList.hh.

Referenced by G4DNAChemistryManager::Clear().

+ Here is the caller graph for this function:

void G4VUserChemistryList::RegisterTimeStepModel ( G4VITStepModel timeStepModel,
double  startingTime = 0 
)
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:

Member Data Documentation

int G4VUserChemistryList::verboseLevel
protected

Definition at line 97 of file G4VUserChemistryList.hh.

Referenced by BuildPhysicsTable(), and G4VUserChemistryList().


The documentation for this class was generated from the following files: