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

#include <G4INCLHornerFormEvaluator.hh>

+ Inheritance 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

◆ HornerC1()

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: