#include <G4ITReactionTable.hh>
Free interface to define reaction information
Definition at line 53 of file G4ITReactionTable.hh.
◆ G4ITReactionTable() [1/2]
G4ITReactionTable::G4ITReactionTable |
( |
| ) |
|
|
default |
◆ ~G4ITReactionTable()
G4ITReactionTable::~G4ITReactionTable |
( |
| ) |
|
|
virtualdefault |
◆ G4ITReactionTable() [2/2]
Copy constructor
- Parameters
-
◆ operator=()
Assignment operator
- Parameters
-
other | Object to assign from |
- Returns
- A reference to this
Definition at line 46 of file G4ITReactionTable.cc.
47{
48 if (this == &rhs) return *this;
49
50 return *this;
51}
The documentation for this class was generated from the following files: