Geant4
10.01.p03
|
G4VDNAReactionModel is an interface used by the G4DNAMolecularReaction process. More...
#include <G4VDNAReactionModel.hh>
Public Member Functions | |
G4VDNAReactionModel () | |
G4VDNAReactionModel (const G4VDNAReactionModel &) | |
virtual | ~G4VDNAReactionModel () |
virtual void | Initialise (const G4Molecule *, const G4Track &) |
This macro is defined in AddClone_def. More... | |
virtual void | InitialiseToPrint (const G4Molecule *)=0 |
virtual G4double | GetReactionRadius (const G4Molecule *, const G4Molecule *)=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 63 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().
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
Referenced by G4DNAMoleculeEncounterStepper::CalculateStep(), G4DNAMolecularReactionTable::PrintTable(), and G4DNAMolecularReaction::TestReactibility().
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
|
inline |
Definition at line 95 of file G4VDNAReactionModel.hh.
References fReactionTable.
Referenced by G4DNAMolecularReactionTable::PrintTable().
|
inlinevirtual |
This macro is defined in AddClone_def.
Reimplemented in G4DNASmoluchowskiReactionModel.
Definition at line 73 of file G4VDNAReactionModel.hh.
Referenced by G4DNAMoleculeEncounterStepper::CalculateStep().
|
pure virtual |
Implemented in G4DNASmoluchowskiReactionModel.
Referenced by G4DNAMolecularReactionTable::PrintTable().
|
protected |
Definition at line 45 of file G4VDNAReactionModel.cc.
References fReactionTable.
|
inline |
Definition at line 90 of file G4VDNAReactionModel.hh.
Referenced by G4DNAMolecularStepByStepModel::Initialize(), and G4DNAMolecularReactionTable::PrintTable().
|
protected |
Definition at line 87 of file G4VDNAReactionModel.hh.
Referenced by G4VDNAReactionModel(), G4DNASmoluchowskiReactionModel::GetReactionRadius(), GetReactionTable(), G4DNASmoluchowskiReactionModel::Initialise(), G4DNASmoluchowskiReactionModel::InitialiseToPrint(), operator=(), and ~G4VDNAReactionModel().