ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
structure used to pass information recursively in integrator. More...
Public Attributes | |
c2_fblock< float_type > * | f0 |
c2_fblock< float_type > * | f1 |
float_type | abs_tol |
float_type | rel_tol |
float_type | eps_scale |
float_type | extrap_coef |
float_type | extrap2 |
float_type | dx_tolerance |
float_type | abs_tol_min |
std::vector< recur_item > * | rb_stack |
int | derivs |
bool | adapt |
bool | extrapolate |
bool | inited |
structure used to pass information recursively in integrator.
the abs_tol is scaled by a factor of two at each division. Everything else is just passed down.
Definition at line 578 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 578 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::abs_tol |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::abs_tol_min |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh
bool c2_function< float_type >::c2_integrate_recur::adapt |
Definition at line 584 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 584 of file c2_function.hh
int c2_function< float_type >::c2_integrate_recur::derivs |
Definition at line 583 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 583 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::dx_tolerance |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::eps_scale |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::extrap2 |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::extrap_coef |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh
bool c2_function< float_type >::c2_integrate_recur::extrapolate |
Definition at line 584 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 584 of file c2_function.hh
c2_fblock<float_type>* c2_function< float_type >::c2_integrate_recur::f0 |
Definition at line 579 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 579 of file c2_function.hh
c2_fblock<float_type> * c2_function< float_type >::c2_integrate_recur::f1 |
Definition at line 579 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 579 of file c2_function.hh
bool c2_function< float_type >::c2_integrate_recur::inited |
Definition at line 584 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 584 of file c2_function.hh
std::vector< recur_item >* c2_function< float_type >::c2_integrate_recur::rb_stack |
Definition at line 582 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 582 of file c2_function.hh
float_type c2_function< float_type >::c2_integrate_recur::rel_tol |
Definition at line 580 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 580 of file c2_function.hh