Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ITReactionTable Class Reference

#include <G4ITReactionTable.hh>

+ Inheritance diagram for G4ITReactionTable:

Public Member Functions

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

Detailed Description

Free interface to define reaction information

Definition at line 53 of file G4ITReactionTable.hh.

Constructor & Destructor Documentation

◆ G4ITReactionTable() [1/2]

G4ITReactionTable::G4ITReactionTable ( )
default

Default constructor

◆ ~G4ITReactionTable()

G4ITReactionTable::~G4ITReactionTable ( )
virtualdefault

Default destructor

◆ G4ITReactionTable() [2/2]

G4ITReactionTable::G4ITReactionTable ( const G4ITReactionTable & )
default

Copy constructor

Parameters
otherObject to copy from

Member Function Documentation

◆ operator=()

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

Assignment operator

Parameters
otherObject to assign from
Returns
A reference to this

Definition at line 46 of file G4ITReactionTable.cc.

47{
48 if (this == &rhs) return *this; // handle self assignment
49 //assignment operator
50 return *this;
51}

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