#include <NCFitter.h>
Inheritance diagram for NC::Fitter::Discretizer:

Public Member Functions | |
| Discretizer (ICallableND *g, std::vector< NCParameter > ps) | |
| virtual double | EvalAt (const CoordInt &r) const |
Protected Attributes | |
| ICallableND * | fFunc |
| std::vector< NCParameter > | fParams |
|
||||||||||||
|
Definition at line 57 of file NCFitter.h.
|
|
|
Reimplemented from NC::Fitter::ICallableInt. Definition at line 75 of file NCFitter.cxx. References NC::Fitter::ConvertCoord(), NC::Fitter::CoordInt, NC::Fitter::ICallableND::EvalAtEx(), fFunc, and fParams. 00076 {
00077 // TODO - this loses the ret information
00078 return fFunc->EvalAtEx(ConvertCoord(r, fParams), 0);
00079 }
|
|
|
Definition at line 61 of file NCFitter.h. Referenced by EvalAt(). |
|
|
Definition at line 62 of file NCFitter.h. Referenced by EvalAt(). |
1.3.9.1