| 
    Jpp - 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 972 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 974 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 975 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 976 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 977 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 979 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 980 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 981 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 982 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 984 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 986 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 987 of file JPolint.hh.
      
  | 
  inherited | 
Definition at line 988 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 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 266 of file JFunctional.hh.
      
  | 
  inlineinherited | 
Get exception handler.
Definition at line 277 of file JFunctional.hh.
      
  | 
  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.5