Jpp 19.3.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. | |
double | operator() (const JModel &model, const JHit &hit) const |
Fit function. | |
template<class T > | |
double | operator() (T __begin, T __end) |
Fit. | |
template<class JFunction_t , class T > | |
double | operator() (const JFunction_t &fit, T __begin, T __end) |
Multi-dimensional fit. | |
template<class JFunction_t , class T > | |
double | operator() (const JFunction_t &fit, T __begin, T __end, const JModel_t &step) |
1D fit. | |
Public Attributes | |
JModel_t | value |
std::vector< JModel_t > | step |
int | numberOfIterations |
Static Public Attributes | |
static int | MAXIMUM_ITERATIONS = 1000 |
maximal number of iterations | |
static double | EPSILON = 1.0e-4 |
maximal distance to minimum | |
static int | debug = 0 |
debug level (default is off). | |
Private Member Functions | |
template<class JFunction_t , class T > | |
double | evaluate (const JFunction_t &fit, T __begin, T __end) const |
Evaluate chi2 for given data set. | |
Private Attributes | |
JModel_t | p0 |
JModel_t | p1 |
JModel_t | wall |
Template specialisation of fit function of acoustic model based on JSimplex minimiser.
Definition at line 582 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 595 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 610 of file JKatoomba_t.hh.
|
inline |
Fit.
__begin | begin of hits |
__end | end of hits |
Definition at line 627 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.
|
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.
|
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.