| 
    Geant4
    10.01.p01
    
   | 
 
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 488 of file c2_function.hh.
| float_type c2_function< float_type >::c2_sample_recur::abs_tol | 
Definition at line 490 of file c2_function.hh.
| float_type c2_function< float_type >::c2_sample_recur::abs_tol_min | 
Definition at line 490 of file c2_function.hh.
| int c2_function< float_type >::c2_sample_recur::derivs | 
Definition at line 491 of file c2_function.hh.
| float_type c2_function< float_type >::c2_sample_recur::dx_tolerance | 
Definition at line 490 of file c2_function.hh.
| c2_fblock<float_type>* c2_function< float_type >::c2_sample_recur::f0 | 
Definition at line 489 of file c2_function.hh.
| c2_fblock<float_type> * c2_function< float_type >::c2_sample_recur::f1 | 
Definition at line 489 of file c2_function.hh.
| bool c2_function< float_type >::c2_sample_recur::inited | 
Definition at line 495 of file c2_function.hh.
| c2_piecewise_function_p<float_type>* c2_function< float_type >::c2_sample_recur::out | 
Definition at line 492 of file c2_function.hh.
| std::vector< recur_item >* c2_function< float_type >::c2_sample_recur::rb_stack | 
Definition at line 494 of file c2_function.hh.
| float_type c2_function< float_type >::c2_sample_recur::rel_tol | 
Definition at line 490 of file c2_function.hh.
| std::vector<float_type>* c2_function< float_type >::c2_sample_recur::xvals | 
Definition at line 493 of file c2_function.hh.
| std::vector<float_type> * c2_function< float_type >::c2_sample_recur::yvals | 
Definition at line 493 of file c2_function.hh.