| 
    Geant4
    10.01.p02
    
   | 
 
#include <G4ParticleHPPolynomExpansion.hh>
Public Member Functions | |
| G4ParticleHPPolynomExpansion () | |
| ~G4ParticleHPPolynomExpansion () | |
| void | Init (std::istream &theData) | 
| G4double | GetValue (G4double anEnergy) | 
Private Attributes | |
| G4int | nPoly | 
| G4double * | theCoeff | 
Definition at line 38 of file G4ParticleHPPolynomExpansion.hh.
      
  | 
  inline | 
Definition at line 41 of file G4ParticleHPPolynomExpansion.hh.
      
  | 
  inline | 
Definition at line 46 of file G4ParticleHPPolynomExpansion.hh.
References theCoeff.
Definition at line 62 of file G4ParticleHPPolynomExpansion.hh.
References eV, nPoly, and theCoeff.
Referenced by G4ParticleHPParticleYield::GetMean().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 51 of file G4ParticleHPPolynomExpansion.hh.
References nPoly, and theCoeff.
Referenced by G4ParticleHPParticleYield::InitMean().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 77 of file G4ParticleHPPolynomExpansion.hh.
Referenced by G4ParticleHPPolynomExpansion(), GetValue(), and Init().
      
  | 
  private | 
Definition at line 78 of file G4ParticleHPPolynomExpansion.hh.
Referenced by G4ParticleHPPolynomExpansion(), GetValue(), Init(), and ~G4ParticleHPPolynomExpansion().