#include <G4PartialWidthTable.hh>
Definition at line 50 of file G4PartialWidthTable.hh.
◆ G4PartialWidthTable() [1/2]
G4PartialWidthTable::G4PartialWidthTable |
( |
const G4double * |
energies, |
|
|
G4int |
entries |
|
) |
| |
◆ ~G4PartialWidthTable()
G4PartialWidthTable::~G4PartialWidthTable |
( |
| ) |
|
|
virtual |
◆ G4PartialWidthTable() [2/2]
◆ AddWidths()
Definition at line 105 of file G4PartialWidthTable.cc.
void PutValue(size_t binNumber, G4double binValue, G4double dataValue)
std::vector< G4double > energy
std::vector< G4String > daughter1
std::vector< G4PhysicsFreeVector * > widths
std::vector< G4String > daughter2
◆ Dump()
void G4PartialWidthTable::Dump |
( |
| ) |
const |
Definition at line 125 of file G4PartialWidthTable.cc.
130 for (i=0; i<entries; i++)
132 G4cout <<
" Channel " << i <<
": " 141 G4cout << j <<
") Energy = " << e <<
", Width = " << w <<
G4endl;
std::vector< G4double > energy
std::vector< G4String > daughter1
G4GLOB_DLL std::ostream G4cout
std::vector< G4PhysicsFreeVector * > widths
G4double GetValue(G4double theEnergy, G4bool &isOutRange) const
std::vector< G4String > daughter2
◆ NumberOfChannels()
G4int G4PartialWidthTable::NumberOfChannels |
( |
| ) |
const |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ Width()
Definition at line 83 of file G4PartialWidthTable.cc.
90 for (i=0; i<entries; i++)
99 if (n > 1)
throw G4HadronicException(__FILE__, __LINE__,
"G4PartialWidthTable::Width - ambiguity");
std::vector< G4String > daughter1
std::vector< G4PhysicsFreeVector * > widths
std::vector< G4String > daughter2
◆ daughter1
std::vector<G4String> G4PartialWidthTable::daughter1 |
|
private |
◆ daughter2
std::vector<G4String> G4PartialWidthTable::daughter2 |
|
private |
◆ energy
std::vector<G4double> G4PartialWidthTable::energy |
|
private |
◆ nEnergies
G4int G4PartialWidthTable::nEnergies |
|
private |
◆ widths
The documentation for this class was generated from the following files: