Geant4 10.7.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)
 

Detailed Description

Definition at line 188 of file G4INCLHornerFormEvaluator.hh.

Member Function Documentation

◆ eval()

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: