Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VDNAReactionModel Class Referenceabstract

#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 &)
 
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 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 64 of file G4VDNAReactionModel.hh.

Constructor & Destructor Documentation

G4VDNAReactionModel::G4VDNAReactionModel ( )

Definition at line 30 of file G4VDNAReactionModel.cc.

31 {
32  fReactionTable = 0;
33 }
const G4DNAMolecularReactionTable * fReactionTable
G4VDNAReactionModel::G4VDNAReactionModel ( const G4VDNAReactionModel right)

Definition at line 35 of file G4VDNAReactionModel.cc.

36 {
38 }
const G4DNAMolecularReactionTable * fReactionTable
G4VDNAReactionModel::~G4VDNAReactionModel ( )
virtual

Definition at line 40 of file G4VDNAReactionModel.cc.

41 {
42  fReactionTable = 0;
43 }
const G4DNAMolecularReactionTable * fReactionTable

Member Function Documentation

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

Implemented in G4DNASmoluchowskiReactionModel.

Here is the caller graph for this function:

virtual G4double G4VDNAReactionModel::GetReactionRadius ( G4MolecularConfiguration ,
G4MolecularConfiguration  
)
pure virtual

Implemented in G4DNASmoluchowskiReactionModel.

Here is the caller graph for this function:

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

Definition at line 97 of file G4VDNAReactionModel.hh.

98 {
99  return fReactionTable ;
100 }
const G4DNAMolecularReactionTable * fReactionTable

Here is the caller graph for this function:

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

This macro is defined in AddClone_def

Reimplemented in G4DNASmoluchowskiReactionModel.

Definition at line 74 of file G4VDNAReactionModel.hh.

74 {;}

Here is the caller graph for this function:

virtual void G4VDNAReactionModel::InitialiseToPrint ( G4MolecularConfiguration )
pure virtual

Implemented in G4DNASmoluchowskiReactionModel.

Here is the caller graph for this function:

G4VDNAReactionModel & G4VDNAReactionModel::operator= ( const G4VDNAReactionModel right)
protected

Definition at line 45 of file G4VDNAReactionModel.cc.

46 {
47  if (this == &right) return *this;
49  return *this;
50 }
const G4DNAMolecularReactionTable * fReactionTable
void G4VDNAReactionModel::SetReactionTable ( const G4DNAMolecularReactionTable table)
inline

Definition at line 92 of file G4VDNAReactionModel.hh.

93 {
94  fReactionTable = table ;
95 }
const G4DNAMolecularReactionTable * fReactionTable

Here is the caller graph for this function:

Member Data Documentation

const G4DNAMolecularReactionTable* G4VDNAReactionModel::fReactionTable
protected

Definition at line 89 of file G4VDNAReactionModel.hh.


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