Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4INCL::BystrickyEvaluator< N > Struct Template Reference

Static Public Member Functions

static G4double eval (const G4double pLab, const G4double oneOverThreshold, HornerCoefficients< N > const &coeffs)
 
static G4double eval (const G4double pLab, const G4double oneOverThreshold, HornerCoefficients< N > const &coeffs)
 

Detailed Description

template<G4int N>
struct G4INCL::BystrickyEvaluator< N >

Definition at line 47 of file G4INCLCrossSectionsMultiPions.cc.

Member Function Documentation

template<G4int N>
static G4double G4INCL::BystrickyEvaluator< N >::eval ( const G4double  pLab,
const G4double  oneOverThreshold,
HornerCoefficients< N > const &  coeffs 
)
inlinestatic

Definition at line 48 of file G4INCLCrossSectionsMultiPions.cc.

48  {
49  const G4double pMeV = pLab*1E3;
51  const G4double xrat=ekin*oneOverThreshold;
52  const G4double x=std::log(xrat);
53  return HornerEvaluator<N>::eval(x, coeffs) * x * std::exp(-0.5*x);
54  }
const G4double effectiveNucleonMass2
double G4double
Definition: G4Types.hh:76
static G4double eval(const G4double x, HornerCoefficients< N > const &coeffs)
const G4double effectiveNucleonMass

Here is the call graph for this function:

Here is the caller graph for this function:

template<G4int N>
static G4double G4INCL::BystrickyEvaluator< N >::eval ( const G4double  pLab,
const G4double  oneOverThreshold,
HornerCoefficients< N > const &  coeffs 
)
inlinestatic

Definition at line 54 of file G4INCLCrossSectionsMultiPionsAndResonances.cc.

54  {
55  const G4double pMeV = pLab*1E3;
57  const G4double xrat=ekin*oneOverThreshold;
58  const G4double x=std::log(xrat);
59  return HornerEvaluator<N>::eval(x, coeffs) * x * std::exp(-0.5*x);
60  }
const G4double effectiveNucleonMass2
double G4double
Definition: G4Types.hh:76
static G4double eval(const G4double x, HornerCoefficients< N > const &coeffs)
const G4double effectiveNucleonMass

Here is the call graph for this function:


The documentation for this struct was generated from the following files: