Brief description of class still missing. More...
#include <T0GridSearch.h>
Public Member Functions | |
double | bestT0 () const |
T0Correlation * | function () const |
void | setFunction (T0Correlation *f) |
void | setGrid (double dt, double t0) |
Brief description of class still missing.
Full description of class still missing
double T0GridSearch::bestT0 | ( | ) | const [inline] |
References QGpCoreTools::Function2Search::_pos, and QGpCoreTools::Point2D::x().
Referenced by ToolNR::t0Apply().
T0Correlation* T0GridSearch::function | ( | ) | const [inline] |
References QGpCoreTools::Function2Search::_function.
Referenced by ToolNR::t0Apply().
{return static_cast<T0Correlation *>(_function);}
void T0GridSearch::setFunction | ( | T0Correlation * | f | ) | [inline] |
References QGpCoreTools::Function2Search::_function.
Referenced by ToolNR::t0Apply().
{_function=f;}
void T0GridSearch::setGrid | ( | double | dt, |
double | t0 | ||
) | [inline] |
References QGpCoreTools::GridSearch::setAbsolutePrecision(), and TRACE.
Referenced by ToolNR::t0Apply().
{ TRACE; GridSearch::setGrid(t0-0.05, t0+0.05, dt, 0.0, 0.0, 1); setAbsolutePrecision(dt*0.01); }