Jpp test-rotations-new
the software that should make you happy
|
Fit functions of acoustic model. More...
#include <vector>
#include <memory>
#include <mutex>
#include "TMatrixTSym.h"
#include "TDecompSVD.h"
#include "JFit/JEstimator.hh"
#include "JFit/JRegressor.hh"
#include "JFit/JSimplex.hh"
#include "JFit/JMEstimator.hh"
#include "JMath/JVectorND.hh"
#include "JMath/JMatrixNS.hh"
#include "JLang/JType.hh"
#include "JLang/JException.hh"
#include "Jeep/JMessage.hh"
#include "JAcoustics/JTransmission.hh"
#include "JAcoustics/JSoundVelocity.hh"
#include "JAcoustics/JEKey.hh"
#include "JAcoustics/JGeometry.hh"
#include "JAcoustics/JModel.hh"
#include "JAcoustics/JHit.hh"
#include "JAcoustics/JFitParameters.hh"
Go to the source code of this file.
Classes | |
struct | JACOUSTICS::JKatoomba< JType > |
Auxiliary base class for fit function of acoustic model. More... | |
struct | JACOUSTICS::JKatoomba< JType >::compare |
Auxiliary data structure to sort transmissions. More... | |
struct | JACOUSTICS::JKatoomba< JType >::H_t |
H-equation as per hit. More... | |
struct | JACOUSTICS::JKatoomba< JType >::I_t |
Indices of H-equation in global model. More... | |
struct | JACOUSTICS::JKatoomba< JAbstractMinimiser > |
Template specialisation of fit function of acoustic model based on JAbstractMinimiser minimiser. More... | |
struct | JACOUSTICS::TMatrixDS |
Auxiliary data structure for compatibility of symmetric matrix. More... | |
struct | JACOUSTICS::JKatoomba< JEstimator > |
Template specialisation of fit function of acoustic model based on linear approximation. More... | |
struct | JACOUSTICS::JKatoomba< JSimplex > |
Template specialisation of fit function of acoustic model based on JSimplex minimiser. More... | |
class | JACOUSTICS::JGandalf< T > |
Place holder for custom implementation. More... | |
struct | JACOUSTICS::JKatoomba< JGandalf > |
Template specialisation of fit function of acoustic model based on JGandalf minimiser. More... | |
Namespaces | |
namespace | JACOUSTICS |
Auxiliary classes and methods for acoustic position calibration. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Enumerations | |
enum | JACOUSTICS::JMatrix_t { JACOUSTICS::SVD_t = 1 , JACOUSTICS::LDU_t = 2 } |
Algorithm for matrix inversion. More... | |
Functions | |
template<class T > | |
double | JACOUSTICS::getWeight (T __begin, T __end) |
Get total weight of data points. | |
Fit functions of acoustic model.
Definition in file JKatoomba_t.hh.