|
Jpp
17.2.1-pre0
the software that should make you happy
|
Worker class for fit function of acoustic model. More...
#include <JKatoomba.hh>
Classes | |
| struct | result_type |
| Auxiliary data structure for return value of fit. More... | |
Public Member Functions | |
| JKatoomba_t (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 |
Private Attributes | |
| JModel | result |
Worker class for fit function of acoustic model.
Definition at line 869 of file JKatoomba.hh.
|
inline |
Constructor.
| geometry | detector geometry |
| V | sound velocity |
| parameters | parameters |
Definition at line 877 of file JKatoomba.hh.
|
inline |
Fit.
| __begin | begin of data |
| __end | end of data |
Definition at line 911 of file JKatoomba.hh.
| JFitParameters JACOUSTICS::JKatoomba_t::parameters |
Definition at line 968 of file JKatoomba.hh.
| JKatoomba<JEstimator> JACOUSTICS::JKatoomba_t::estimator |
Definition at line 969 of file JKatoomba.hh.
| JKatoomba<JAbstractMinimiser> JACOUSTICS::JKatoomba_t::evaluator |
Definition at line 970 of file JKatoomba.hh.
Definition at line 971 of file JKatoomba.hh.
|
private |
Definition at line 974 of file JKatoomba.hh.
1.8.5