| 
    Jpp
    18.0.0-rc.1
    
   the software that should make you happy 
   | 
 
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 "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 >::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::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).  | |
Functions | |
| template<class T > | |
| double | JACOUSTICS::getWeight (T __begin, T __end) | 
| Get total weight of data points.  More... | |
Variables | |
| struct { | |
| } | JACOUSTICS::compare | 
| Auxiliary data structure to sort transmissions.  More... | |
Fit functions of acoustic model.
Definition in file JKatoomba.hh.
 1.8.5