Jpp
master_rocky
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. More... | |
template<class T > | |
JModel & | operator() (T __begin, T __end) const |
Get start values of string parameters. More... | |
Static Public Attributes | |
static JMatrix_t | MATRIX_INVERSION = SVD_t |
Matrix inversion. More... | |
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. More... | |
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 437 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 449 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 465 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 499 of file JKatoomba_t.hh.
|
static |
Matrix inversion.
Definition at line 481 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 484 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 485 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 487 of file JKatoomba_t.hh.
|
mutableprivate |
Definition at line 575 of file JKatoomba_t.hh.