Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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]; }

◆ 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]; }

Member Data Documentation

◆ a


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