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

#include <G4INCLHornerFormEvaluator.hh>

+ Inheritance diagram for G4INCL::HornerC5:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 103 of file G4INCLHornerFormEvaluator.hh.

Constructor & Destructor Documentation

◆ HornerC5()

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

Definition at line 104 of file G4INCLHornerFormEvaluator.hh.

110 {
111 a[0] = a0;
112 a[1] = a1;
113 a[2] = a2;
114 a[3] = a3;
115 a[4] = a4;
116 }
const G4double a0

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