Jpp  18.5.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations
JACOUSTICS::JMODEL Namespace Reference

Auxiliary namespace to encapsulate different model parameters. More...

Classes

struct  JString
 String parameters. More...
 
struct  JEmission
 Emission parameters. More...
 

Enumerations

enum  JOption_t {
  FIT_UNDEFINED_t = -1, FIT_EMITTERS_ONLY_t = 0, FIT_EMITTERS_AND_STRINGS_1st_ORDER_t = 1, FIT_EMITTERS_AND_STRINGS_2nd_ORDER_t = 2,
  FIT_EMITTERS_AND_STRINGS_2nd_ORDER_AND_STRETCHING_t = 3
}
 Fit options. More...
 

Detailed Description

Auxiliary namespace to encapsulate different model parameters.


Enumeration Type Documentation

Fit options.

Enumerator
FIT_UNDEFINED_t 

fit undefined

FIT_EMITTERS_ONLY_t 

fit only times of emission of emitters

FIT_EMITTERS_AND_STRINGS_1st_ORDER_t 

fit times of emission of emitters and tilt angles of strings

FIT_EMITTERS_AND_STRINGS_2nd_ORDER_t 

fit times of emission of emitters and tilt angles of strings with second order correction

FIT_EMITTERS_AND_STRINGS_2nd_ORDER_AND_STRETCHING_t 

fit times of emission of emitters and tilt angles of strings with second order correction and stretching of string

Definition at line 46 of file JAcoustics/JModel.hh.

46  {
47  FIT_UNDEFINED_t = -1, //!< fit undefined
48  FIT_EMITTERS_ONLY_t = 0, //!< fit only times of emission of emitters
49  FIT_EMITTERS_AND_STRINGS_1st_ORDER_t = 1, //!< fit times of emission of emitters and tilt angles of strings
50  FIT_EMITTERS_AND_STRINGS_2nd_ORDER_t = 2, //!< fit times of emission of emitters and tilt angles of strings with second order correction
51  FIT_EMITTERS_AND_STRINGS_2nd_ORDER_AND_STRETCHING_t = 3 //!< fit times of emission of emitters and tilt angles of strings with second order correction and stretching of string
52  };
fit times of emission of emitters and tilt angles of strings with second order correction ...
fit times of emission of emitters and tilt angles of strings
fit only times of emission of emitters
fit times of emission of emitters and tilt angles of strings with second order correction and stretch...