Jpp
18.2.1
the software that should make you happy
|
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 JClass< result_type > ::argument_type | getValue (typename JClass< result_type >::argument_type value, 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 28 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 39 of file JCLBDefaultSimulator.hh.
|
inherited |
Definition at line 1098 of file JPolint.hh.
|
inherited |
Definition at line 1100 of file JPolint.hh.
|
inherited |
Definition at line 1101 of file JPolint.hh.
|
inherited |
Definition at line 1102 of file JPolint.hh.
|
inherited |
Definition at line 1103 of file JPolint.hh.
|
inherited |
Definition at line 1105 of file JPolint.hh.
|
inherited |
Definition at line 1106 of file JPolint.hh.
|
inherited |
Definition at line 1107 of file JPolint.hh.
|
inherited |
Definition at line 1108 of file JPolint.hh.
|
inherited |
Definition at line 1110 of file JPolint.hh.
|
inherited |
Definition at line 1112 of file JPolint.hh.
|
inherited |
Definition at line 1113 of file JPolint.hh.
|
inherited |
Definition at line 1114 of file JPolint.hh.
|
inherited |
Definition at line 337 of file JFunctional.hh.
|
inherited |
Definition at line 89 of file JFunctional.hh.
|
inherited |
Definition at line 335 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 59 of file JCLBDefaultSimulator.hh.
|
inline |
Get the function value including non-linearity.
x | abscissa value |
Definition at line 107 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 107 of file JFunctional.hh.
|
inlinestaticinherited |
Termination of recursive function value evaluation.
value | result |
pX | pointer to abscissa values |
Definition at line 121 of file JFunctional.hh.
|
inlineinherited |
Get supervisor.
Definition at line 281 of file JFunctional.hh.
|
inlineinherited |
Get exception handler.
Definition at line 292 of file JFunctional.hh.
|
inlineinherited |
Set the supervisor for handling of exceptions.
supervisor | supervisor |
Definition at line 303 of file JFunctional.hh.
|
protectedinherited |
Definition at line 310 of file JFunctional.hh.