Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JACOUSTICS::JMODEL Namespace Reference

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

Classes

struct  JEmission
 Emission parameters. More...
 
struct  JString
 String 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

◆ JOption_t

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 47 of file JAcoustics/JModel.hh.

47 {
48 FIT_UNDEFINED_t = -1, //!< fit undefined
49 FIT_EMITTERS_ONLY_t = 0, //!< fit only times of emission of emitters
50 FIT_EMITTERS_AND_STRINGS_1st_ORDER_t = 1, //!< fit times of emission of emitters and tilt angles of strings
51 FIT_EMITTERS_AND_STRINGS_2nd_ORDER_t = 2, //!< fit times of emission of emitters and tilt angles of strings with second order correction
52 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
53 };
@ 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_UNDEFINED_t
fit undefined
@ FIT_EMITTERS_ONLY_t
fit only times of emission of emitters
@ 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 stretch...