Jpp
17.3.0
the software that should make you happy
|
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, const int option) | |
Constructor. More... | |
template<class T > | |
const JModel & | operator() (T __begin, T __end) const |
Get start values of string parameters. More... | |
Static Public Attributes | |
static constexpr double | TOLERANCE = 1.0e-8 |
Tolerance for SVD. More... | |
Private Attributes | |
JModel | value |
Template specialisation of fit function of acoustic model based on linear approximation.
Definition at line 333 of file JKatoomba.hh.
|
inline |
Constructor.
detector | detector |
velocity | sound velocity |
option | option |
Definition at line 345 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 361 of file JKatoomba.hh.
|
static |
Tolerance for SVD.
Definition at line 336 of file JKatoomba.hh.
|
mutableprivate |
Definition at line 445 of file JKatoomba.hh.