Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4INCL::HornerC2 Struct Reference

#include <G4INCLHornerFormEvaluator.hh>

Inheritance diagram for G4INCL::HornerC2:
Collaboration diagram for G4INCL::HornerC2:

Public Member Functions

 HornerC2 (const G4double a0, const G4double a1)
 
- Public Member Functions inherited from G4INCL::HornerCoefficients< 2 >
G4doubleoperator[] (G4int i)
 
const G4doubleoperator[] (G4int i) const
 

Additional Inherited Members

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

Detailed Description

Definition at line 67 of file G4INCLHornerFormEvaluator.hh.

Constructor & Destructor Documentation

G4INCL::HornerC2::HornerC2 ( const G4double  a0,
const G4double  a1 
)
inline

Definition at line 68 of file G4INCLHornerFormEvaluator.hh.

71  {
72  a[0] = a0;
73  a[1] = a1;
74  }
const G4double a0

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