Geant4  10.00.p02
G4VDNAReactionModel Class Referenceabstract

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 (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 G4DNAMolecularReactionTableGetReactionTable ()
 

Protected Member Functions

G4VDNAReactionModeloperator= (const G4VDNAReactionModel &)
 

Protected Attributes

const G4DNAMolecularReactionTablefReactionTable
 

Detailed Description

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 44 of file G4VDNAReactionModel.hh.

Constructor & Destructor Documentation

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.

G4VDNAReactionModel::~G4VDNAReactionModel ( )
virtual

Definition at line 40 of file G4VDNAReactionModel.cc.

References fReactionTable.

Member Function Documentation

virtual G4bool G4VDNAReactionModel::FindReaction ( const G4Track ,
const G4Track ,
const G4double  ,
G4double ,
const G4bool   
)
pure virtual

Implemented in G4DNASmoluchowskiReactionModel.

Referenced by G4DNAMolecularReaction::TestReactibility().

+ Here is the caller graph for this function:

virtual G4double G4VDNAReactionModel::GetReactionRadius ( const G4Molecule ,
const G4Molecule  
)
pure virtual

Implemented in G4DNASmoluchowskiReactionModel.

Referenced by G4DNAMolecularReactionTable::PrintTable().

+ Here is the caller graph for this function:

virtual G4double G4VDNAReactionModel::GetReactionRadius ( const int  )
pure virtual
const G4DNAMolecularReactionTable * G4VDNAReactionModel::GetReactionTable ( )
inline

Definition at line 76 of file G4VDNAReactionModel.hh.

References fReactionTable.

Referenced by G4DNAMolecularReactionTable::PrintTable().

+ Here is the caller graph for this function:

virtual void G4VDNAReactionModel::Initialise ( const G4Molecule ,
const G4Track  
)
inlinevirtual

This macro is defined in AddClone_def.

Reimplemented in G4DNASmoluchowskiReactionModel.

Definition at line 54 of file G4VDNAReactionModel.hh.

virtual void G4VDNAReactionModel::InitialiseToPrint ( const G4Molecule )
pure virtual
G4VDNAReactionModel & G4VDNAReactionModel::operator= ( const G4VDNAReactionModel right)
protected

Definition at line 45 of file G4VDNAReactionModel.cc.

References fReactionTable.

void G4VDNAReactionModel::SetReactionTable ( const G4DNAMolecularReactionTable table)
inline

Definition at line 71 of file G4VDNAReactionModel.hh.

Referenced by G4DNAMolecularStepByStepModel::Initialize().

+ Here is the caller graph for this function:

Member Data Documentation


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