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

#include <G4INCLHornerFormEvaluator.hh>

Inheritance diagram for G4INCL::HornerC6:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 119 of file G4INCLHornerFormEvaluator.hh.

Constructor & Destructor Documentation

◆ HornerC6()

G4INCL::HornerC6::HornerC6 ( const G4double a0,
const G4double a1,
const G4double a2,
const G4double a3,
const G4double a4,
const G4double a5 )
inline

Definition at line 120 of file G4INCLHornerFormEvaluator.hh.

127 {
128 a[0] = a0;
129 a[1] = a1;
130 a[2] = a2;
131 a[3] = a3;
132 a[4] = a4;
133 a[5] = a5;
134 }
const G4double a0

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