| 
    Jpp test-rotations-old
    
   the software that should make you happy 
   | 
 
Template specialisation of fit function of acoustic model based on JAbstractMinimiser 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 The option corresponds to the use of fit parameters in the model of the detector geometry.   | |
| result_type | operator() (const JModel &model, const JHit &hit) const | 
| Fit function.   | |
| template<class T > | |
| result_type | operator() (T __begin, T __end) | 
| Fit.   | |
| template<class T > | |
| result_type | operator() (const JModel &model, T __begin, T __end) | 
| 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).   | |
Template specialisation of fit function of acoustic model based on JAbstractMinimiser minimiser.
This class can be used to evaluate the chi2. 
Definition at line 268 of file JKatoomba_t.hh.
| double JACOUSTICS::JKatoomba< JAbstractMinimiser >::result_type | 
Definition at line 272 of file JKatoomba_t.hh.
      
  | 
  inline | 
Constructor The option corresponds to the use of fit parameters in the model of the detector geometry.
A negative implies that all strings in the detector use common fit parameters. 
| geometry | detector geometry | 
| velocity | sound velocity | 
| option | option | 
Definition at line 284 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 299 of file JKatoomba_t.hh.
      
  | 
  inline | 
Fit.
| __begin | begin of hits | 
| __end | end of hits | 
Definition at line 316 of file JKatoomba_t.hh.
      
  | 
  inline | 
Fit.
| model | model | 
| __begin | begin of hits | 
| __end | end of hits | 
Definition at line 333 of file JKatoomba_t.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.