ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4ParticleHPPolynomExpansion Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/particle_hp/include/G4ParticleHPPolynomExpansion.hh>

Public Member Functions

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

Private Attributes

G4int nPoly
 
G4doubletheCoeff
 

Detailed Description

Definition at line 38 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 38 of file G4ParticleHPPolynomExpansion.hh

Constructor & Destructor Documentation

G4ParticleHPPolynomExpansion::G4ParticleHPPolynomExpansion ( )
inline

Definition at line 41 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 41 of file G4ParticleHPPolynomExpansion.hh

References nPoly, and theCoeff.

G4ParticleHPPolynomExpansion::~G4ParticleHPPolynomExpansion ( )
inline

Definition at line 46 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 46 of file G4ParticleHPPolynomExpansion.hh

References theCoeff.

Member Function Documentation

G4double G4ParticleHPPolynomExpansion::GetValue ( G4double  anEnergy)
inline

Definition at line 62 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 62 of file G4ParticleHPPolynomExpansion.hh

References CLHEP::eV, nPoly, and theCoeff.

Referenced by G4ParticleHPParticleYield::GetMean().

+ Here is the caller graph for this function:

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

Definition at line 51 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 51 of file G4ParticleHPPolynomExpansion.hh

References nPoly, and theCoeff.

Referenced by G4ParticleHPParticleYield::InitMean().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4ParticleHPPolynomExpansion::nPoly
private

Definition at line 77 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 77 of file G4ParticleHPPolynomExpansion.hh

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

G4double* G4ParticleHPPolynomExpansion::theCoeff
private

Definition at line 78 of file G4ParticleHPPolynomExpansion.hh.

View newest version in sPHENIX GitHub at line 78 of file G4ParticleHPPolynomExpansion.hh

Referenced by G4ParticleHPPolynomExpansion(), GetValue(), Init(), and ~G4ParticleHPPolynomExpansion().


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