|
Jpp
18.0.0-rc.1
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 JGeometry &geometry, 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 334 of file JKatoomba.hh.
|
inline |
Constructor.
| geometry | detector geometry |
| velocity | sound velocity |
| option | option |
Definition at line 346 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 362 of file JKatoomba.hh.
|
static |
Tolerance for SVD.
Definition at line 337 of file JKatoomba.hh.
|
mutableprivate |
Definition at line 446 of file JKatoomba.hh.
1.8.5