| 
    Jpp master_rocky-44-g75b7c4f75
    
   the software that should make you happy 
   | 
 
Regressor function object for JPoint4D fit using JSimplex minimiser. More...
#include <JPoint4DRegressor.hh>
  
Public Types | |
| typedef JSimplex< JPoint4D > | minimiser_type | 
| typedef JRegressor< JPoint4D, JSimplex > | regressor_type | 
| typedef minimiser_type::result_type | result_type | 
Public Member Functions | |
| JRegressor (double sigma) | |
| Constructor.   | |
| template<class JHit_t > | |
| double | operator() (const JPoint4D &vx, const JHit_t &hit) const | 
| result_type | operator() (const JPoint4D &value, T __begin, T __end) | 
| Global fit.   | |
| double | operator() (const JFunction_t &fit, T __begin, T __end) | 
| Multi-dimensional fit.   | |
| double | operator() (const JFunction_t &fit, T __begin, T __end, const JPoint4D &step) | 
| 1D fit.   | |
Public Attributes | |
| JLANG::JSharedPointer< JMEstimator > | estimator | 
| M-Estimator function  | |
| double | sigma | 
| Time resolution [ns].   | |
| JPoint4D | value | 
| std::vector< JPoint4D > | step | 
| int | numberOfIterations | 
Static Public Attributes | |
| static int | MAXIMUM_ITERATIONS | 
| maximal number of iterations   | |
| static double | EPSILON | 
| maximal distance to minimum   | |
| static int | debug = 0 | 
| debug level (default is off).   | |
Private Member Functions | |
| double | evaluate (const JFunction_t &fit, T __begin, T __end) const | 
| Evaluate chi2 for given data set.   | |
Private Attributes | |
| JPoint4D | p0 | 
| JPoint4D | p1 | 
| JPoint4D | wall | 
Regressor function object for JPoint4D fit using JSimplex minimiser.
Definition at line 30 of file JPoint4DRegressor.hh.
      
  | 
  inherited | 
Definition at line 80 of file JRegressor.hh.
      
  | 
  inherited | 
Definition at line 81 of file JRegressor.hh.
      
  | 
  inherited | 
Definition at line 82 of file JRegressor.hh.
      
  | 
  inline | 
Constructor.
Definition at line 38 of file JPoint4DRegressor.hh.
      
  | 
  inline | 
Definition at line 52 of file JPoint4DRegressor.hh.
      
  | 
  inlineinherited | 
Global fit.
| value | start value | 
| __begin | begin of data set | 
| __end | end of data set | 
Definition at line 94 of file JRegressor.hh.
      
  | 
  inlineinherited | 
Multi-dimensional fit.
The given fit function should return the equivalent of chi2 for the current value of the given model and a given data point.
| fit | fit function | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 71 of file JSimplex.hh.
      
  | 
  inlineinherited | 
1D fit.
The given fit function should return the equivalent of chi2 for the current value of the given model and a given data point.
| fit | fit function | 
| __begin | begin of data | 
| __end | end of data | 
| step | step direction | 
Definition at line 178 of file JSimplex.hh.
      
  | 
  inlineprivateinherited | 
Evaluate chi2 for given data set.
| fit | fit function | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 253 of file JSimplex.hh.
| JLANG::JSharedPointer<JMEstimator> JFIT::JRegressor< JPoint4D, JSimplex >::estimator | 
M-Estimator function 
 
Definition at line 63 of file JPoint4DRegressor.hh.
| double JFIT::JRegressor< JPoint4D, JSimplex >::sigma | 
Time resolution [ns].
Definition at line 64 of file JPoint4DRegressor.hh.
      
  | 
  staticinherited | 
maximal number of iterations
maximal number of iterations.
Definition at line 237 of file JSimplex.hh.
      
  | 
  staticinherited | 
maximal distance to minimum
maximal distance to minimum.
Definition at line 238 of file JSimplex.hh.
      
  | 
  inherited | 
Definition at line 240 of file JSimplex.hh.
      
  | 
  inherited | 
Definition at line 241 of file JSimplex.hh.
      
  | 
  inherited | 
Definition at line 242 of file JSimplex.hh.
      
  | 
  mutableprivateinherited | 
Definition at line 264 of file JSimplex.hh.
      
  | 
  mutableprivateinherited | 
Definition at line 265 of file JSimplex.hh.
      
  | 
  mutableprivateinherited | 
Definition at line 266 of file JSimplex.hh.
      
  | 
  staticinherited | 
debug level (default is off).
Definition at line 45 of file JMessage.hh.