Jpp
|
Auxiliary class for a non-linear transfer function of TDC inside FPGA. More...
#include <JCLBDefaultSimulator.hh>
Public Member Functions | |
JTransferFunction1D () | |
Default constructor. More... | |
template<class T > | |
void | set (const int nx, const JAbscissa_t Xmin, const JAbscissa_t Xmax, T __begin, T __end) |
Set the non-linearity function. More... | |
JOrdinate_t | operator() (const JAbscissa_t x) const |
Get the function value including non-linearity. More... | |
virtual result_type | evaluate (const argument_type *pX) const =0 |
Recursive function value evaluation. More... | |
JSupervisor | getSupervisor () const |
Get supervisor. More... | |
const JExceptionHandler & | getExceptionHandler () const |
Get exception handler. More... | |
void | setExceptionHandler (const JSupervisor &supervisor) |
Set the supervisor for handling of exceptions. More... | |
Static Public Member Functions | |
static result_type | getValue (const JFunctional &function, const argument_type *pX) |
Recursive function value evaluation. More... | |
static result_type | getValue (typename JClass< result_type >::argument_type y, const argument_type *pX) |
Termination of recursive function value evaluation. More... | |
Protected Attributes | |
JSupervisor | supervisor |
Auxiliary class for a non-linear transfer function of TDC inside FPGA.
Definition at line 32 of file JCLBDefaultSimulator.hh.
typedef JTOOLS::JPolintFunction1D<0, JTOOLS::JElement2D<JAbscissa_t, JOrdinate_t>, JTOOLS::JGridCollection, JOrdinate_t> JDETECTOR::JTransferFunction1D< JAbscissa_t, JOrdinate_t >::JFunction1D_t |
Definition at line 43 of file JCLBDefaultSimulator.hh.
|
inherited |
Definition at line 863 of file JPolint.hh.
|
inherited |
Definition at line 865 of file JPolint.hh.
|
inherited |
Definition at line 866 of file JPolint.hh.
|
inherited |
Definition at line 867 of file JPolint.hh.
|
inherited |
Definition at line 868 of file JPolint.hh.
|
inherited |
Definition at line 870 of file JPolint.hh.
|
inherited |
Definition at line 871 of file JPolint.hh.
|
inherited |
Definition at line 872 of file JPolint.hh.
|
inherited |
Definition at line 873 of file JPolint.hh.
|
inherited |
Definition at line 875 of file JPolint.hh.
|
inherited |
Definition at line 877 of file JPolint.hh.
|
inherited |
Definition at line 878 of file JPolint.hh.
|
inherited |
Definition at line 879 of file JPolint.hh.
|
inherited |
Definition at line 322 of file JFunctional.hh.
|
inherited |
Definition at line 88 of file JFunctional.hh.
|
inherited |
Definition at line 320 of file JFunctional.hh.
|
inline |
|
inline |
Set the non-linearity function.
nx | number of elements |
Xmin | lower limit |
Xmax | upper limit |
__begin | begin of weights |
__end | end of weights |
Definition at line 63 of file JCLBDefaultSimulator.hh.
|
inline |
Get the function value including non-linearity.
x | abscissa value |
Definition at line 111 of file JCLBDefaultSimulator.hh.
|
pure virtualinherited |
Recursive function value evaluation.
pX | pointer to abscissa values |
|
inlinestaticinherited |
Recursive function value evaluation.
function | function |
pX | pointer to abscissa values |
Definition at line 106 of file JFunctional.hh.
|
inlinestaticinherited |
Termination of recursive function value evaluation.
y | result |
pX | pointer to abscissa values |
Definition at line 119 of file JFunctional.hh.
|
inlineinherited |
Get supervisor.
Definition at line 264 of file JFunctional.hh.
|
inlineinherited |
Get exception handler.
Definition at line 275 of file JFunctional.hh.
|
inlineinherited |
Set the supervisor for handling of exceptions.
supervisor | supervisor |
Definition at line 286 of file JFunctional.hh.
|
protectedinherited |
Definition at line 293 of file JFunctional.hh.