Jpp
18.6.0-rc.1
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 The option corresponds to the use of fit parameters in the model of the detector geometry. 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 583 of file JKatoomba_t.hh.
|
inherited |
Definition at line 47 of file JSimplex.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 596 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 611 of file JKatoomba_t.hh.
|
inline |
Fit.
__begin | begin of hits |
__end | end of hits |
Definition at line 628 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.