Geant4
10.00.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 |
Private Member Functions | |
G4PartialWidthTable (const G4PartialWidthTable &right) | |
const G4PartialWidthTable & | operator= (const G4PartialWidthTable &right) |
Private Attributes | |
G4int | nEnergies |
std::vector< G4double > | energy |
std::vector < G4PhysicsFreeVector * > | widths |
std::vector< G4String > | daughter1 |
std::vector< G4String > | daughter2 |
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.
|
private |
void G4PartialWidthTable::AddWidths | ( | const G4double * | widths, |
const G4String & | name1, | ||
const G4String & | name2 | ||
) |
Definition at line 105 of file G4PartialWidthTable.cc.
References daughter1, daughter2, energy, GeV, nEnergies, G4PhysicsFreeVector::PutValue(), width, and widths.
void G4PartialWidthTable::Dump | ( | ) | const |
G4int G4PartialWidthTable::NumberOfChannels | ( | ) | const |
Definition at line 77 of file G4PartialWidthTable.cc.
References widths.
G4bool G4PartialWidthTable::operator!= | ( | const G4PartialWidthTable & | right | ) | const |
Definition at line 71 of file G4PartialWidthTable.cc.
|
private |
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 |
|
private |
Definition at line 82 of file G4PartialWidthTable.hh.
Referenced by AddWidths(), Dump(), and Width().
|
private |
Definition at line 83 of file G4PartialWidthTable.hh.
Referenced by AddWidths(), Dump(), and Width().
|
private |
Definition at line 80 of file G4PartialWidthTable.hh.
Referenced by AddWidths(), Dump(), and G4PartialWidthTable().
|
private |
Definition at line 79 of file G4PartialWidthTable.hh.
Referenced by AddWidths(), and Dump().
|
private |
Definition at line 81 of file G4PartialWidthTable.hh.
Referenced by AddWidths(), Dump(), NumberOfChannels(), and Width().