Jpp  17.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations
JAcoustics/JModel.hh File Reference

Model for fit to acoutsics data. More...

#include <istream>
#include <ostream>
#include <iomanip>
#include <limits>
#include <cmath>
#include "JMath/JMath.hh"
#include "JMath/JZero.hh"
#include "JLang/JEquals.hh"
#include "JLang/JException.hh"
#include "JLang/JManip.hh"
#include "JTools/JHashMap.hh"
#include "JAcoustics/JEKey.hh"

Go to the source code of this file.

Classes

struct  JACOUSTICS::JMODEL::JString
 String parameters. More...
 
struct  JACOUSTICS::JMODEL::JEmitter
 Emitter parameters. More...
 
struct  JACOUSTICS::JModel
 Model for fit to acoustics data. More...
 
struct  JACOUSTICS::JModel::hash_map< key_type, value_type >
 Auxiliary data structure with extended functionality of hash-map. More...
 
struct  JACOUSTICS::JModel::emitter_type
 Map emitter key to model parameters of emitter. More...
 
struct  JACOUSTICS::JModel::emitter_type::helper
 Auxiliary class for multiple associative map operators. More...
 
struct  JACOUSTICS::JModel::string_type
 Map string identifier to model parameters of string. 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).
 
 JACOUSTICS::JMODEL
 Auxiliary namespace to encapsulate different model parameters.
 

Enumerations

enum  JACOUSTICS::JMODEL::JOption_t {
  JACOUSTICS::JMODEL::fit_undefined_t = -1, JACOUSTICS::JMODEL::fit_emitters_only_t = 0, JACOUSTICS::JMODEL::fit_emitters_and_strings_1st_order_t = 1, JACOUSTICS::JMODEL::fit_emitters_and_strings_2nd_order_t = 2,
  JACOUSTICS::JMODEL::fit_emitters_and_strings_2nd_order_and_stretching_t = 3
}
 Fit options. More...
 

Detailed Description

Model for fit to acoutsics data.

Author
mdejong

Definition in file JAcoustics/JModel.hh.