| Geant4
    10.03.p01
    | 
#include <G4PartialWidthTable.hh>
| Public Member Functions | |
| G4PartialWidthTable (const G4double *energies, G4int entries) | |
| virtual | ~G4PartialWidthTable () | 
| G4bool | operator== (const G4PartialWidthTable &right) const | 
| G4bool | operator!= (const G4PartialWidthTable &right) const | 
| G4int | NumberOfChannels () const | 
| const G4PhysicsVector * | Width (const G4String &name1, const G4String &name2) const | 
| void | AddWidths (const G4double *widths, const G4String &name1, const G4String &name2) | 
| void | Dump () const | 
Definition at line 50 of file G4PartialWidthTable.hh.
Definition at line 49 of file G4PartialWidthTable.cc.
| 
 | virtual | 
Definition at line 61 of file G4PartialWidthTable.cc.
| void G4PartialWidthTable::AddWidths | ( | const G4double * | widths, | 
| const G4String & | name1, | ||
| const G4String & | name2 | ||
| ) | 
Definition at line 105 of file G4PartialWidthTable.cc.

| void G4PartialWidthTable::Dump | ( | ) | const | 
Definition at line 125 of file G4PartialWidthTable.cc.

| G4int G4PartialWidthTable::NumberOfChannels | ( | ) | const | 
Definition at line 77 of file G4PartialWidthTable.cc.
| G4bool G4PartialWidthTable::operator!= | ( | const G4PartialWidthTable & | right | ) | const | 
Definition at line 71 of file G4PartialWidthTable.cc.
| G4bool G4PartialWidthTable::operator== | ( | const G4PartialWidthTable & | right | ) | const | 
Definition at line 65 of file G4PartialWidthTable.cc.
| const G4PhysicsVector * G4PartialWidthTable::Width | ( | const G4String & | name1, | 
| const G4String & | name2 | ||
| ) | const | 
Definition at line 83 of file G4PartialWidthTable.cc.