Jpp
|
Auxiliary base class for fit function of acoustic model. More...
#include <JKatoomba.hh>
Public Member Functions | |
JKatoomba_t (const JDetector &detector, const JSoundVelocity &velocity) | |
Constructor. 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... | |
Auxiliary base class for fit function of acoustic model.
Definition at line 38 of file JKatoomba.hh.
|
inline |
Constructor.
detector | detector |
velocity | sound velocity |
Definition at line 47 of file JKatoomba.hh.
|
inline |
Get estimated time-of-arrival for given hit.
model | model |
hit | hit |
Definition at line 62 of file JKatoomba.hh.
const JDetector& JACOUSTICS::JKatoomba_t::detector |
Definition at line 75 of file JKatoomba.hh.
const JSoundVelocity& JACOUSTICS::JKatoomba_t::velocity |
Definition at line 76 of file JKatoomba.hh.
JLANG::JSharedPointer<JMEstimator> JACOUSTICS::JKatoomba_t::estimator |
M-Estimator function.
Definition at line 78 of file JKatoomba.hh.