| 
    Jpp
    
   | 
 
Auxiliary data structure for a parameter index and its value. More...
#include <JRootToolkit.hh>
Public Member Functions | |
| JFitParameter_t () | |
| Default constructor.  More... | |
| JFitParameter_t (const Int_t index, const Double_t value) | |
| Constructor.  More... | |
| operator Int_t () const | |
| Type conversion operator.  More... | |
Public Attributes | |
| Int_t | index | 
| Double_t | value | 
Auxiliary data structure for a parameter index and its value.
Definition at line 287 of file JRootToolkit.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
| index | parameter index | 
| value | parameter value | 
Definition at line 303 of file JRootToolkit.hh.
      
  | 
  inline | 
| Int_t JROOT::JFitParameter_t::index | 
Definition at line 322 of file JRootToolkit.hh.
| Double_t JROOT::JFitParameter_t::value | 
Definition at line 323 of file JRootToolkit.hh.
 1.8.5