ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 | |
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
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
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
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
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
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
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