Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCL::HornerC8 Struct Reference

#include <G4INCLHornerFormEvaluator.hh>

Inheritance diagram for G4INCL::HornerC8:

Public Member Functions

 HornerC8 (const G4double a0, const G4double a1, const G4double a2, const G4double a3, const G4double a4, const G4double a5, const G4double a6, const G4double a7)
Public Member Functions inherited from G4INCL::HornerCoefficients< 8 >
G4doubleoperator[] (G4int i)

Additional Inherited Members

Protected Attributes inherited from G4INCL::HornerCoefficients< 8 >
G4double a [N]

Detailed Description

Definition at line 157 of file G4INCLHornerFormEvaluator.hh.

Constructor & Destructor Documentation

◆ HornerC8()

G4INCL::HornerC8::HornerC8 ( const G4double a0,
const G4double a1,
const G4double a2,
const G4double a3,
const G4double a4,
const G4double a5,
const G4double a6,
const G4double a7 )
inline

Definition at line 158 of file G4INCLHornerFormEvaluator.hh.

167 {
168 a[0] = a0;
169 a[1] = a1;
170 a[2] = a2;
171 a[3] = a3;
172 a[4] = a4;
173 a[5] = a5;
174 a[6] = a6;
175 a[7] = a7;
176 }
const G4double a0

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