Jpp
master_rocky
the software that should make you happy
|
Global fit of prameterised detector geometry to acoustics data. More...
#include <JGlobalfit.hh>
Classes | |
struct | result_type |
Auxiliary data structure for return value of fit. More... | |
Public Member Functions | |
JGlobalfit (const JGeometry &geometry, const JSoundVelocity &V, const JFitParameters ¶meters) | |
Constructor. More... | |
template<class T > | |
result_type< T > | operator() (T __begin, T __end) |
Fit. More... | |
Public Attributes | |
JFitParameters | parameters |
JKatoomba< JEstimator > | estimator |
JKatoomba< JAbstractMinimiser > | evaluator |
JKatoomba< JGandalf > | gandalf |
Global fit of prameterised detector geometry to acoustics data.
Definition at line 29 of file JGlobalfit.hh.
|
inline |
Constructor.
geometry | detector geometry |
V | sound velocity |
parameters | parameters |
Definition at line 37 of file JGlobalfit.hh.
|
inline |
Fit.
__begin | begin of data |
__end | end of data |
Definition at line 97 of file JGlobalfit.hh.
JFitParameters JACOUSTICS::JGlobalfit::parameters |
Definition at line 165 of file JGlobalfit.hh.
JKatoomba<JEstimator> JACOUSTICS::JGlobalfit::estimator |
Definition at line 166 of file JGlobalfit.hh.
JKatoomba<JAbstractMinimiser> JACOUSTICS::JGlobalfit::evaluator |
Definition at line 167 of file JGlobalfit.hh.
Definition at line 168 of file JGlobalfit.hh.