Geant4
10.01.p02
|
#include <G4NeutronHPList.hh>
Public Member Functions | |
G4NeutronHPList () | |
~G4NeutronHPList () | |
void | SetValue (G4int i, G4double y) |
G4double | GetValue (G4int i) |
G4int | GetListLength () |
void | Dump () |
void | Init (std::istream &aDataFile, G4int nPar, G4double unit=1.) |
void | Init (std::istream &aDataFile, G4double unit=1.) |
void | SetLabel (G4double aLabel) |
G4double | GetLabel () |
Private Member Functions | |
void | Check (G4int i) |
Private Attributes | |
G4double | theLabel |
G4double * | theData |
G4int | nEntries |
G4int | nPoints |
Definition at line 34 of file G4NeutronHPList.hh.
|
inline |
Definition at line 38 of file G4NeutronHPList.hh.
|
inline |
Definition at line 45 of file G4NeutronHPList.hh.
References theData.
|
private |
Definition at line 33 of file G4NeutronHPList.cc.
References nEntries, nPoints, and theData.
Referenced by SetValue().
void G4NeutronHPList::Dump | ( | ) |
|
inline |
Definition at line 67 of file G4NeutronHPList.hh.
References theLabel.
Referenced by G4NeutronHPContAngularPar::Merge(), and G4NeutronHPContAngularPar::Sample().
|
inline |
Definition at line 57 of file G4NeutronHPList.hh.
References nEntries.
Referenced by GetValue().
Definition at line 74 of file G4NeutronHPList.cc.
References GetListLength(), nEntries, and theData.
Referenced by G4NeutronHPNeutronYield::GetDecayConstant(), G4NeutronHPContAngularPar::Merge(), and G4NeutronHPContAngularPar::Sample().
Definition at line 51 of file G4NeutronHPList.cc.
References SetValue().
Referenced by G4NeutronHPContAngularPar::Init(), and G4NeutronHPNeutronYield::InitDelayed().
void G4NeutronHPList::Init | ( | std::istream & | aDataFile, |
G4double | unit = 1. |
||
) |
Definition at line 62 of file G4NeutronHPList.cc.
References SetValue(), and G4INCL::CrossSections::total().
|
inline |
Definition at line 65 of file G4NeutronHPList.hh.
References theLabel.
Referenced by G4NeutronHPContAngularPar::Init(), and G4NeutronHPContAngularPar::Merge().
Definition at line 50 of file G4NeutronHPList.hh.
References Check(), and theData.
Referenced by Init(), and G4NeutronHPContAngularPar::Merge().
|
private |
Definition at line 76 of file G4NeutronHPList.hh.
Referenced by Check(), G4NeutronHPList(), GetListLength(), and GetValue().
|
private |
Definition at line 77 of file G4NeutronHPList.hh.
Referenced by Check(), and G4NeutronHPList().
|
private |
Definition at line 75 of file G4NeutronHPList.hh.
Referenced by Check(), G4NeutronHPList(), GetValue(), SetValue(), and ~G4NeutronHPList().
|
private |
Definition at line 73 of file G4NeutronHPList.hh.
Referenced by GetLabel(), and SetLabel().