ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
structure used to pass information recursively in sampler. More...
Public Attributes | |
c2_fblock< float_type > * | f0 |
c2_fblock< float_type > * | f1 |
float_type | abs_tol |
float_type | rel_tol |
float_type | dx_tolerance |
float_type | abs_tol_min |
int | derivs |
c2_piecewise_function_p < float_type > * | out |
std::vector< float_type > * | xvals |
std::vector< float_type > * | yvals |
std::vector< recur_item > * | rb_stack |
bool | inited |
structure used to pass information recursively in sampler.
Definition at line 589 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 589 of file c2_function.hh
float_type c2_function< float_type >::c2_sample_recur::abs_tol |
Definition at line 591 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 591 of file c2_function.hh
float_type c2_function< float_type >::c2_sample_recur::abs_tol_min |
Definition at line 591 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 591 of file c2_function.hh
int c2_function< float_type >::c2_sample_recur::derivs |
Definition at line 592 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 592 of file c2_function.hh
float_type c2_function< float_type >::c2_sample_recur::dx_tolerance |
Definition at line 591 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 591 of file c2_function.hh
c2_fblock<float_type>* c2_function< float_type >::c2_sample_recur::f0 |
Definition at line 590 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 590 of file c2_function.hh
c2_fblock<float_type> * c2_function< float_type >::c2_sample_recur::f1 |
Definition at line 590 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 590 of file c2_function.hh
bool c2_function< float_type >::c2_sample_recur::inited |
Definition at line 596 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 596 of file c2_function.hh
c2_piecewise_function_p<float_type>* c2_function< float_type >::c2_sample_recur::out |
Definition at line 593 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 593 of file c2_function.hh
std::vector< recur_item >* c2_function< float_type >::c2_sample_recur::rb_stack |
Definition at line 595 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 595 of file c2_function.hh
float_type c2_function< float_type >::c2_sample_recur::rel_tol |
Definition at line 591 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 591 of file c2_function.hh
std::vector<float_type>* c2_function< float_type >::c2_sample_recur::xvals |
Definition at line 594 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 594 of file c2_function.hh
std::vector<float_type> * c2_function< float_type >::c2_sample_recur::yvals |
Definition at line 594 of file c2_function.hh.
View newest version in sPHENIX GitHub at line 594 of file c2_function.hh