Geant4  10.00.p02
G4NeutronHPPolynomExpansion Class Reference

#include <G4NeutronHPPolynomExpansion.hh>

Public Member Functions

 G4NeutronHPPolynomExpansion ()
 
 ~G4NeutronHPPolynomExpansion ()
 
void Init (std::istream &theData)
 
G4double GetValue (G4double anEnergy)
 

Private Attributes

G4int nPoly
 
G4doubletheCoeff
 

Detailed Description

Definition at line 37 of file G4NeutronHPPolynomExpansion.hh.

Constructor & Destructor Documentation

G4NeutronHPPolynomExpansion::G4NeutronHPPolynomExpansion ( )
inline

Definition at line 40 of file G4NeutronHPPolynomExpansion.hh.

References nPoly, and theCoeff.

G4NeutronHPPolynomExpansion::~G4NeutronHPPolynomExpansion ( )
inline

Definition at line 45 of file G4NeutronHPPolynomExpansion.hh.

References theCoeff.

Member Function Documentation

G4double G4NeutronHPPolynomExpansion::GetValue ( G4double  anEnergy)
inline

Definition at line 61 of file G4NeutronHPPolynomExpansion.hh.

References eV, nPoly, and theCoeff.

Referenced by G4NeutronHPNeutronYield::GetMean().

+ Here is the caller graph for this function:

void G4NeutronHPPolynomExpansion::Init ( std::istream &  theData)
inline

Definition at line 50 of file G4NeutronHPPolynomExpansion.hh.

References nPoly, and theCoeff.

Referenced by G4NeutronHPNeutronYield::InitMean().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4NeutronHPPolynomExpansion::nPoly
private

Definition at line 76 of file G4NeutronHPPolynomExpansion.hh.

Referenced by G4NeutronHPPolynomExpansion(), GetValue(), and Init().

G4double* G4NeutronHPPolynomExpansion::theCoeff
private

The documentation for this class was generated from the following file: