Jpp  18.0.0-rc.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Functions
JKatoomba.hh File Reference

Fit functions of acoustic model. More...

#include <vector>
#include <memory>
#include "TMatrixTSym.h"
#include "TDecompSVD.h"
#include "JFit/JEstimator.hh"
#include "JFit/JRegressor.hh"
#include "JFit/JSimplex.hh"
#include "JFit/JMEstimator.hh"
#include "JMath/JMatrixNS.hh"
#include "JLang/JType.hh"
#include "JLang/JSharedPointer.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< JMinimiser_t >
 Template definition of fit function of acoustic model. More...
 
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

 JACOUSTICS
 Auxiliary classes and methods for acoustic position calibration.
 
 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. More...
 

Detailed Description

Fit functions of acoustic model.

Author
mdejong

Definition in file JKatoomba.hh.