| 
    Jpp test-rotations-new
    
   the software that should make you happy 
   | 
 
Abstract class for global fit method. More...
#include <JRegressor.hh>
  
Public Types | |
| typedef JMinimiser_t< JModel_t > | minimiser_type | 
| typedef JRegressor< JModel_t, JMinimiser_t > | regressor_type | 
| typedef minimiser_type::result_type | result_type | 
Public Member Functions | |
| template<class T > | |
| result_type | operator() (const JModel_t &value, T __begin, T __end) | 
| Global fit.   | |
| template<class JFunction_t , class T > | |
| result_type | operator() (const JFunction_t &fit, T __begin, T __end) | 
| Get chi2.   | |
Public Attributes | |
| JModel_t | value | 
| model value   | |
Static Public Attributes | |
| static int | debug = 0 | 
| debug level (default is off).   | |
Abstract class for global fit method.
Definition at line 77 of file JRegressor.hh.
| JMinimiser_t<JModel_t> JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::minimiser_type | 
Definition at line 80 of file JRegressor.hh.
| JRegressor<JModel_t, JMinimiser_t> JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::regressor_type | 
Definition at line 81 of file JRegressor.hh.
| minimiser_type::result_type JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::result_type | 
Definition at line 82 of file JRegressor.hh.
      
  | 
  inline | 
Global fit.
| value | start value | 
| __begin | begin of data set | 
| __end | end of data set | 
Definition at line 94 of file JRegressor.hh.
      
  | 
  inlineinherited | 
Get chi2.
| fit | fit function | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 48 of file JRegressor.hh.
      
  | 
  inherited | 
model value
Definition at line 59 of file JRegressor.hh.
      
  | 
  staticinherited | 
debug level (default is off).
Definition at line 45 of file JMessage.hh.