|
Jpp
17.2.1-pre0
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 332 of file JKatoomba.hh.
|
inline |
Constructor.
| detector | detector |
| velocity | sound velocity |
| option | option |
Definition at line 344 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 360 of file JKatoomba.hh.
|
static |
Tolerance for SVD.
Definition at line 335 of file JKatoomba.hh.
|
mutableprivate |
Definition at line 444 of file JKatoomba.hh.
1.8.5