#include <G4ITReactionTable.hh>
Free interface to define reaction information
Definition at line 53 of file G4ITReactionTable.hh.
◆ G4ITReactionTable() [1/2]
G4ITReactionTable::G4ITReactionTable |
( |
| ) |
|
◆ ~G4ITReactionTable()
G4ITReactionTable::~G4ITReactionTable |
( |
| ) |
|
|
virtual |
◆ G4ITReactionTable() [2/2]
◆ operator=()
Assignment operator
- Parameters
-
other | Object to assign from |
- Returns
- A reference to this
Definition at line 52 of file G4ITReactionTable.cc.
53{
54 if (this == &rhs) return *this;
55
56 return *this;
57}
The documentation for this class was generated from the following files: