G4ITReactionTable Class Reference

#include <G4ITReactionTable.hh>

Inheritance diagram for G4ITReactionTable:

G4DNAMolecularReactionTable

Public Member Functions

 G4ITReactionTable ()
virtual ~G4ITReactionTable ()
 G4ITReactionTable (const G4ITReactionTable &)
G4ITReactionTableoperator= (const G4ITReactionTable &)

Detailed Description

Free interface to define reaction information

Definition at line 45 of file G4ITReactionTable.hh.


Constructor & Destructor Documentation

G4ITReactionTable::G4ITReactionTable (  ) 

Default constructor

Definition at line 38 of file G4ITReactionTable.cc.

00039 {
00040     //ctor
00041 }

G4ITReactionTable::~G4ITReactionTable (  )  [virtual]

Default destructor

Definition at line 43 of file G4ITReactionTable.cc.

00044 {
00045     //dtor
00046 }

G4ITReactionTable::G4ITReactionTable ( const G4ITReactionTable  ) 

Copy constructor

Parameters:
other Object to copy from

Definition at line 48 of file G4ITReactionTable.cc.

00049 {
00050     //copy ctor
00051 }


Member Function Documentation

G4ITReactionTable & G4ITReactionTable::operator= ( const G4ITReactionTable  ) 

Assignment operator

Parameters:
other Object to assign from
Returns:
A reference to this

Definition at line 53 of file G4ITReactionTable.cc.

00054 {
00055     if (this == &rhs) return *this; // handle self assignment
00056     //assignment operator
00057     return *this;
00058 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:19 2013 for Geant4 by  doxygen 1.4.7