|
Geant4
10.02.p02
|
G4VDNAReactionModel is an interface used by the G4DNAMolecularReaction process. More...
#include <G4VDNAReactionModel.hh>
Inheritance diagram for G4VDNAReactionModel:
Collaboration diagram for G4VDNAReactionModel:Public Member Functions | |
| G4VDNAReactionModel () | |
| G4VDNAReactionModel (const G4VDNAReactionModel &) | |
| virtual | ~G4VDNAReactionModel () |
| virtual void | Initialise (G4MolecularConfiguration *, const G4Track &) |
| This macro is defined in AddClone_def. More... | |
| virtual void | InitialiseToPrint (G4MolecularConfiguration *)=0 |
| virtual G4double | GetReactionRadius (G4MolecularConfiguration *, G4MolecularConfiguration *)=0 |
| virtual G4double | GetReactionRadius (const int)=0 |
| virtual G4bool | FindReaction (const G4Track &, const G4Track &, const G4double, G4double &, const G4bool)=0 |
| void | SetReactionTable (const G4DNAMolecularReactionTable *) |
| const G4DNAMolecularReactionTable * | GetReactionTable () |
Protected Member Functions | |
| G4VDNAReactionModel & | operator= (const G4VDNAReactionModel &) |
Protected Attributes | |
| const G4DNAMolecularReactionTable * | fReactionTable |
G4VDNAReactionModel is an interface used by the G4DNAMolecularReaction process.
It defines how the reaction radius should be calculated and whether two molecules can indeed react.
Definition at line 64 of file G4VDNAReactionModel.hh.
| G4VDNAReactionModel::G4VDNAReactionModel | ( | ) |
Definition at line 30 of file G4VDNAReactionModel.cc.
References fReactionTable.
| G4VDNAReactionModel::G4VDNAReactionModel | ( | const G4VDNAReactionModel & | right | ) |
Definition at line 35 of file G4VDNAReactionModel.cc.
References fReactionTable.
|
virtual |
Definition at line 40 of file G4VDNAReactionModel.cc.
References fReactionTable.
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
Referenced by G4DNAMolecularReaction::TestReactibility().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
Referenced by G4DNAMoleculeEncounterStepper::CalculateStep(), G4DNAMolecularReactionTable::PrintTable(), and G4DNAMolecularReaction::TestReactibility().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
|
inline |
Definition at line 97 of file G4VDNAReactionModel.hh.
References fReactionTable.
Referenced by G4DNAMolecularReactionTable::PrintTable().
Here is the caller graph for this function:
|
inlinevirtual |
This macro is defined in AddClone_def.
Reimplemented in G4DNASmoluchowskiReactionModel.
Definition at line 74 of file G4VDNAReactionModel.hh.
Referenced by G4DNAMoleculeEncounterStepper::CalculateStep().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
Referenced by G4DNAMolecularReactionTable::PrintTable().
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file G4VDNAReactionModel.cc.
References fReactionTable.
|
inline |
Definition at line 92 of file G4VDNAReactionModel.hh.
Referenced by G4DNAMolecularStepByStepModel::Initialize(), and G4DNAMolecularReactionTable::PrintTable().
Here is the caller graph for this function:
|
protected |
Definition at line 89 of file G4VDNAReactionModel.hh.
Referenced by G4VDNAReactionModel(), G4DNASmoluchowskiReactionModel::GetReactionRadius(), GetReactionTable(), G4DNASmoluchowskiReactionModel::Initialise(), G4DNASmoluchowskiReactionModel::InitialiseToPrint(), operator=(), and ~G4VDNAReactionModel().