Geant4
10.01.p02
|
#include <G4NeutronHPPolynomExpansion.hh>
Public Member Functions | |
G4NeutronHPPolynomExpansion () | |
~G4NeutronHPPolynomExpansion () | |
void | Init (std::istream &theData) |
G4double | GetValue (G4double anEnergy) |
Private Attributes | |
G4int | nPoly |
G4double * | theCoeff |
Definition at line 37 of file G4NeutronHPPolynomExpansion.hh.
|
inline |
Definition at line 40 of file G4NeutronHPPolynomExpansion.hh.
|
inline |
Definition at line 45 of file G4NeutronHPPolynomExpansion.hh.
References theCoeff.
Definition at line 61 of file G4NeutronHPPolynomExpansion.hh.
References eV, nPoly, and theCoeff.
Referenced by G4NeutronHPNeutronYield::GetMean().
|
inline |
Definition at line 50 of file G4NeutronHPPolynomExpansion.hh.
References nPoly, and theCoeff.
Referenced by G4NeutronHPNeutronYield::InitMean().
|
private |
Definition at line 76 of file G4NeutronHPPolynomExpansion.hh.
Referenced by G4NeutronHPPolynomExpansion(), GetValue(), and Init().
|
private |
Definition at line 77 of file G4NeutronHPPolynomExpansion.hh.
Referenced by G4NeutronHPPolynomExpansion(), GetValue(), Init(), and ~G4NeutronHPPolynomExpansion().