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

#include <G4INCLHornerFormEvaluator.hh>

+ Inheritance diagram for G4INCL::HornerC4:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 89 of file G4INCLHornerFormEvaluator.hh.

Constructor & Destructor Documentation

◆ HornerC4()

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

Definition at line 90 of file G4INCLHornerFormEvaluator.hh.

95 {
96 a[0] = a0;
97 a[1] = a1;
98 a[2] = a2;
99 a[3] = a3;
100 }
const G4double a0

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