Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
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.

39 {
40  //ctor
41 }
G4ITReactionTable::~G4ITReactionTable ( )
virtual

Default destructor

Definition at line 43 of file G4ITReactionTable.cc.

44 {
45  //dtor
46 }
G4ITReactionTable::G4ITReactionTable ( const G4ITReactionTable )

Copy constructor

Parameters
otherObject to copy from

Definition at line 48 of file G4ITReactionTable.cc.

49 {
50  //copy ctor
51 }

Member Function Documentation

G4ITReactionTable & G4ITReactionTable::operator= ( const G4ITReactionTable rhs)

Assignment operator

Parameters
otherObject to assign from
Returns
A reference to this

Definition at line 53 of file G4ITReactionTable.cc.

54 {
55  if (this == &rhs) return *this; // handle self assignment
56  //assignment operator
57  return *this;
58 }

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