Geant4-11
Public Member Functions | Protected Attributes
G4INCL::HornerCoefficients< N > Class Template Reference

#include <G4INCLHornerFormEvaluator.hh>

Public Member Functions

G4doubleoperator[] (G4int i)
 
const G4doubleoperator[] (G4int i) const
 

Protected Attributes

G4double a [N]
 

Detailed Description

template<G4int N>
class G4INCL::HornerCoefficients< N >

Definition at line 51 of file G4INCLHornerFormEvaluator.hh.

Member Function Documentation

◆ operator[]() [1/2]

template<G4int N>
G4double & G4INCL::HornerCoefficients< N >::operator[] ( G4int  i)
inline

Definition at line 55 of file G4INCLHornerFormEvaluator.hh.

55{ return a[i]; }

References G4INCL::HornerCoefficients< N >::a.

◆ operator[]() [2/2]

template<G4int N>
const G4double & G4INCL::HornerCoefficients< N >::operator[] ( G4int  i) const
inline

Definition at line 56 of file G4INCLHornerFormEvaluator.hh.

56{ return a[i]; }

References G4INCL::HornerCoefficients< N >::a.

Field Documentation

◆ a

template<G4int N>
G4double G4INCL::HornerCoefficients< N >::a[N]
protected

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