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

Fit functions of acoustic model. More...

#include <vector>
#include "JFit/JEstimator.hh"
#include "JFit/JRegressor.hh"
#include "JFit/JSimplex.hh"
#include "JFit/JMEstimator.hh"
#include "JMath/JMatrixNS.hh"
#include "JLang/JSharedPointer.hh"
#include "Jeep/JMessage.hh"
#include "JAcoustics/JSoundVelocity.hh"
#include "JAcoustics/JEKey.hh"
#include "JAcoustics/JGeometry.hh"
#include "JAcoustics/JModel.hh"
#include "JAcoustics/JHit.hh"

Go to the source code of this file.

Classes

struct  JACOUSTICS::JKatoomba_t
 Auxiliary base class for fit function of acoustic model. More...
 
struct  JACOUSTICS::JKatoomba_t::H_t
 H-equation as per hit. More...
 
struct  JACOUSTICS::JKatoomba_t::I_t
 Indices of H-equation in global model. More...
 
struct  JACOUSTICS::JKatoomba< JMinimiser_t >
 Template definition of fit function of acoustic model. More...
 
struct  JACOUSTICS::JKatoomba< JAbstractMinimiser >
 Template specialisation of fit function of acoustic model based on JAbstractMinimiser minimiser. 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 >
 
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::JFit_t { JACOUSTICS::linear_t = 0, JACOUSTICS::simplex_t, JACOUSTICS::gandalf_t }
 Enumeration for fit algorithms. More...
 

Detailed Description

Fit functions of acoustic model.

Author
mdejong

Definition in file JKatoomba.hh.