| 
    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... | |
| result_type | operator() (const argument_type x) const | 
| Function value evaluation.  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 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 939 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 941 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 942 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 943 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 944 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 946 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 947 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 948 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 949 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 951 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 953 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 954 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 955 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 322 of file JFunctional.hh.
      
  | 
  inherited | 
Definition at line 89 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.
      
  | 
  inlineinherited | 
Function value evaluation.
| x | argument value | 
Definition at line 333 of file JFunctional.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 | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Set the supervisor for handling of exceptions.
| supervisor | supervisor | 
Definition at line 288 of file JFunctional.hh.
      
  | 
  protectedinherited | 
Definition at line 295 of file JFunctional.hh.
 1.8.16