| 
    Jpp
    18.0.0
    
   the software that should make you happy 
   | 
 
Template specialisation of fit function of acoustic model based on JSimplex minimiser. More...
#include <JKatoomba_t.hh>
  
 Public Types | |
| typedef double | result_type | 
Public Member Functions | |
| JKatoomba (const JGeometry &geometry, const JSoundVelocity &velocity, const int option) | |
| Constructor.  More... | |
| double | operator() (const JModel &model, const JHit &hit) const | 
| Fit function.  More... | |
| template<class T > | |
| double | operator() (T __begin, T __end) | 
| Fit.  More... | |
| template<class JFunction_t , class T > | |
| double | operator() (const JFunction_t &fit, T __begin, T __end) | 
| Multi-dimensional fit.  More... | |
| template<class JFunction_t , class T > | |
| double | operator() (const JFunction_t &fit, T __begin, T __end, const JModel_t &step) | 
| 1D fit.  More... | |
Public Attributes | |
| JModel_t | value | 
| std::vector< JModel_t > | step | 
| int | numberOfIterations | 
Static Public Attributes | |
| static int | MAXIMUM_ITERATIONS = 1000 | 
| maximal number of iterations  More... | |
| static double | EPSILON = 1.0e-4 | 
| maximal distance to minimum  More... | |
| static int | debug = 0 | 
| debug level (default is off).  More... | |
Template specialisation of fit function of acoustic model based on JSimplex minimiser.
Definition at line 536 of file JKatoomba_t.hh.
      
  | 
  inherited | 
Definition at line 47 of file JSimplex.hh.
      
  | 
  inline | 
Constructor.
| geometry | detector geometry | 
| velocity | sound velocity | 
| option | option | 
Definition at line 547 of file JKatoomba_t.hh.
      
  | 
  inline | 
Fit function.
This method is used to determine the chi2 of given hit with respect to actual model.
| model | model | 
| hit | hit | 
Definition at line 562 of file JKatoomba_t.hh.
      
  | 
  inline | 
Fit.
| __begin | begin of hits | 
| __end | end of hits | 
Definition at line 579 of file JKatoomba_t.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.
      
  | 
  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.
      
  | 
  staticinherited | 
debug level (default is off).
Definition at line 45 of file JMessage.hh.
 1.8.5