Jpp
18.3.0
the software that should make you happy
|
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 472 of file JRootToolkit.hh.
|
inline |
|
inline |
Constructor.
index | parameter index |
value | parameter value |
Definition at line 488 of file JRootToolkit.hh.
|
inline |
Int_t JROOT::JFitParameter_t::index |
Definition at line 507 of file JRootToolkit.hh.
Double_t JROOT::JFitParameter_t::value |
Definition at line 508 of file JRootToolkit.hh.