Jpp
|
Template specialisation of fit function of acoustic model based on linear approximation. More...
#include <JKatoomba.hh>
Public Member Functions | |
JKatoomba (const JDetector &detector, const JSoundVelocity &velocity) | |
Constructor. More... | |
template<class T > | |
const JModel & | operator() (T __begin, T __end) const |
Get start values of string parameters. More... | |
template<class JPDF_t > | |
double | getToA (const JModel &model, const JHit< JPDF_t > &hit) const |
Get estimated time-of-arrival for given hit. More... | |
Public Attributes | |
const JDetector & | detector |
const JSoundVelocity & | velocity |
JLANG::JSharedPointer < JMEstimator > | estimator |
M-Estimator function. More... | |
Private Attributes | |
JModel | value |
Template specialisation of fit function of acoustic model based on linear approximation.
Definition at line 153 of file JKatoomba.hh.
|
inline |
Constructor.
detector | detector |
velocity | sound velocity |
Definition at line 162 of file JKatoomba.hh.
|
inline |
Get start values of string parameters.
Note that this method may throw an exception.
__begin | begin of hits |
__end | end of hits |
Definition at line 177 of file JKatoomba.hh.
|
inlineinherited |
Get estimated time-of-arrival for given hit.
model | model |
hit | hit |
Definition at line 62 of file JKatoomba.hh.
|
mutableprivate |
Definition at line 247 of file JKatoomba.hh.
|
inherited |
Definition at line 75 of file JKatoomba.hh.
|
inherited |
Definition at line 76 of file JKatoomba.hh.
|
inherited |
M-Estimator function.
Definition at line 78 of file JKatoomba.hh.