| 
    Geant4
    10.01.p03
    
   | 
 
#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().
 Here is the caller graph for this function:
      
  | 
  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:
      
  | 
  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().