|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Template specialisation of fit function of acoustic model based on linear approximation. More...
#include <JKatoomba_t.hh>
Public Member Functions | |
| JKatoomba (const JGeometry &geometry, const JSoundVelocity &velocity, const int option) | |
| Constructor The option corresponds to the use of fit parameters in the model of the detector geometry. | |
| template<class T > | |
| JModel & | operator() (T __begin, T __end) const |
| Get start values of string parameters. | |
Static Public Attributes | |
| static JMatrix_t | MATRIX_INVERSION = SVD_t |
| Matrix inversion. | |
Private Member Functions | |
| template<class T , class JMatrixNS_t > | |
| JModel & | evaluate (T __begin, T __end, JMatrixNS_t &V) const |
| Get start values of string parameters. | |
Private Attributes | |
| JMatrixNS | ldu |
| TMatrixDS | svd |
| JMATH::JVectorND | Y |
| JModel | value |
Template specialisation of fit function of acoustic model based on linear approximation.
Definition at line 436 of file JKatoomba_t.hh.
|
inline |
Constructor The option corresponds to the use of fit parameters in the model of the detector geometry.
A negative implies that all strings in the detector use common fit parameters.
| geometry | detector geometry |
| velocity | sound velocity |
| option | option |
Definition at line 448 of file JKatoomba_t.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 464 of file JKatoomba_t.hh.
|
inlineprivate |
Get start values of string parameters.
Note that this method may throw an exception.
| __begin | begin of hits |
| __end | end of hits |
| V | matrix |
Definition at line 498 of file JKatoomba_t.hh.
|
static |
Matrix inversion.
Definition at line 480 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 483 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 484 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 486 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 574 of file JKatoomba_t.hh.