Geant4_10
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4VDNAReactionModel Class Referenceabstract

#include <G4VDNAReactionModel.hh>

Inheritance diagram for G4VDNAReactionModel:
Inheritance graph
[legend]
Collaboration diagram for G4VDNAReactionModel:
Collaboration graph
[legend]

Public Member Functions

 G4VDNAReactionModel ()
 
 G4VDNAReactionModel (const G4VDNAReactionModel &)
 
virtual ~G4VDNAReactionModel ()
 
virtual void Initialise (const G4Molecule *, const G4Track &)
 
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.

G4VDNAReactionModel::G4VDNAReactionModel ( const G4VDNAReactionModel right)

Definition at line 35 of file G4VDNAReactionModel.cc.

G4VDNAReactionModel::~G4VDNAReactionModel ( )
virtual

Definition at line 40 of file G4VDNAReactionModel.cc.

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 ( const G4Molecule ,
const G4Molecule  
)
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 76 of file G4VDNAReactionModel.hh.

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.

void G4VDNAReactionModel::SetReactionTable ( const G4DNAMolecularReactionTable table)
inline

Definition at line 71 of file G4VDNAReactionModel.hh.

Here is the caller graph for this function:

Member Data Documentation

const G4DNAMolecularReactionTable* G4VDNAReactionModel::fReactionTable
protected

Definition at line 68 of file G4VDNAReactionModel.hh.


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