Geant4
10.02.p02
|
Free interface to define reaction information. More...
#include <G4ITReactionTable.hh>
Public Member Functions | |
G4ITReactionTable () | |
Default constructor. More... | |
virtual | ~G4ITReactionTable () |
Default destructor. More... | |
G4ITReactionTable (const G4ITReactionTable &) | |
Copy constructor. More... | |
G4ITReactionTable & | operator= (const G4ITReactionTable &) |
Assignment operator. More... | |
Free interface to define reaction information.
Definition at line 54 of file G4ITReactionTable.hh.
G4ITReactionTable::G4ITReactionTable | ( | ) |
Default constructor.
Definition at line 38 of file G4ITReactionTable.cc.
|
virtual |
Default destructor.
Definition at line 43 of file G4ITReactionTable.cc.
G4ITReactionTable::G4ITReactionTable | ( | const G4ITReactionTable & | ) |
Copy constructor.
other | Object to copy from |
Definition at line 48 of file G4ITReactionTable.cc.
G4ITReactionTable & G4ITReactionTable::operator= | ( | const G4ITReactionTable & | rhs | ) |
Assignment operator.
other | Object to assign from |
Definition at line 53 of file G4ITReactionTable.cc.