Geant4-11
Public Member Functions
G4ITReactionTable Class Reference

#include <G4ITReactionTable.hh>

Inheritance diagram for G4ITReactionTable:
G4DNAMolecularReactionTable

Public Member Functions

 G4ITReactionTable ()
 
 G4ITReactionTable (const G4ITReactionTable &)
 
G4ITReactionTableoperator= (const G4ITReactionTable &)
 
virtual ~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 constructor

Definition at line 37 of file G4ITReactionTable.cc.

38{
39 //ctor
40}

◆ ~G4ITReactionTable()

G4ITReactionTable::~G4ITReactionTable ( )
virtual

Default destructor

Definition at line 42 of file G4ITReactionTable.cc.

43{
44 //dtor
45}

◆ G4ITReactionTable() [2/2]

G4ITReactionTable::G4ITReactionTable ( const G4ITReactionTable )

Copy constructor

Parameters
otherObject to copy from

Definition at line 47 of file G4ITReactionTable.cc.

48{
49 //copy ctor
50}

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 52 of file G4ITReactionTable.cc.

53{
54 if (this == &rhs) return *this; // handle self assignment
55 //assignment operator
56 return *this;
57}

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