Geant4  10.02.p03
G4ITReactionTable Class Reference

#include <G4ITReactionTable.hh>

Inheritance diagram for G4ITReactionTable:
Collaboration 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 54 of file G4ITReactionTable.hh.

Constructor & Destructor Documentation

◆ G4ITReactionTable() [1/2]

G4ITReactionTable::G4ITReactionTable ( )

Default constructor

Definition at line 38 of file G4ITReactionTable.cc.

39 {
40  //ctor
41 }

◆ ~G4ITReactionTable()

G4ITReactionTable::~G4ITReactionTable ( )
virtual

Default destructor

Definition at line 43 of file G4ITReactionTable.cc.

44 {
45  //dtor
46 }

◆ G4ITReactionTable() [2/2]

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

◆ operator=()

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: