ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
c2_fblock< float_type > Class Template Reference

structure used to hold evaluated function data at a point. More...

#include <geant4/tree/geant4-10.6-release/examples/extended/electromagnetic/TestEm7/include/c2_function.hh>

Public Attributes

float_type x
 the abscissa
 
float_type y
 the value of the function at x
 
float_type yp
 the derivative at x
 
float_type ypp
 the second derivative at x
 
bool ypbad
 
bool yppbad
 is NaN of Inf
 

Detailed Description

template<typename float_type>
class c2_fblock< float_type >

structure used to hold evaluated function data at a point.

Contains all the information for the function at one point.

Definition at line 103 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 103 of file c2_function.hh

Member Data Documentation

template<typename float_type>
float_type c2_fblock< float_type >::x

the abscissa

Definition at line 107 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 107 of file c2_function.hh

template<typename float_type>
float_type c2_fblock< float_type >::y

the value of the function at x

Definition at line 109 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 109 of file c2_function.hh

template<typename float_type>
float_type c2_fblock< float_type >::yp

the derivative at x

Definition at line 111 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 111 of file c2_function.hh

template<typename float_type>
bool c2_fblock< float_type >::ypbad

flag, filled in by c2_function::fill_fblock(), indicating the derivative is NaN of Inf

Definition at line 116 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 116 of file c2_function.hh

template<typename float_type>
float_type c2_fblock< float_type >::ypp

the second derivative at x

Definition at line 113 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 113 of file c2_function.hh

template<typename float_type>
bool c2_fblock< float_type >::yppbad

is NaN of Inf

Definition at line 118 of file c2_function.hh.

View newest version in sPHENIX GitHub at line 118 of file c2_function.hh


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