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

#include <G4INCLHornerFormEvaluator.hh>

Inheritance diagram for G4INCL::HornerC1:
Collaboration diagram for G4INCL::HornerC1:

Public Member Functions

 HornerC1 (const G4double a0)
 
- Public Member Functions inherited from G4INCL::HornerCoefficients< 1 >
G4doubleoperator[] (G4int i)
 
const G4doubleoperator[] (G4int i) const
 

Additional Inherited Members

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

Detailed Description

Definition at line 59 of file G4INCLHornerFormEvaluator.hh.

Constructor & Destructor Documentation

G4INCL::HornerC1::HornerC1 ( const G4double  a0)
inline

Definition at line 60 of file G4INCLHornerFormEvaluator.hh.

62  {
63  a[0] = a0;
64  }
const G4double a0

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