Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCL::HornerEvaluator< 1 > Struct Reference

#include <G4INCLHornerFormEvaluator.hh>

Static Public Member Functions

template<G4int N>
static G4double eval (const G4double, HornerCoefficients< N > const &coeffs)
 
static G4double eval (const G4double x, HornerCoefficients< N > const &coeffs)
 

Detailed Description

Definition at line 188 of file G4INCLHornerFormEvaluator.hh.

Member Function Documentation

◆ eval() [1/2]

static G4double G4INCL::HornerEvaluator< M >::eval ( const G4double x,
HornerCoefficients< N > const & coeffs )
inlinestatic

Definition at line 182 of file G4INCLHornerFormEvaluator.hh.

182 {
184 }
static G4double eval(const G4double x, HornerCoefficients< N > const &coeffs)

◆ eval() [2/2]

template<G4int N>
static G4double G4INCL::HornerEvaluator< 1 >::eval ( const G4double ,
HornerCoefficients< N > const & coeffs )
inlinestatic

Definition at line 190 of file G4INCLHornerFormEvaluator.hh.

190 {
191 return coeffs[N-1];
192 }

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