Class used to transfer functions parameters list from/to client.
Definition at line 100 of file RFitPanelModel.hxx.
Public Member Functions | |
| void | Clear () | 
| Clear list of patameters.   | |
| void | GetParameters (TF1 *f1) | 
| Extract TF1 parameters, used in editor on client sides.   | |
| void | SetParameters (TF1 *f1) | 
| Set parameters to TF1.   | |
Public Attributes | |
| bool | haspars {false} | 
| std::string | id | 
| function id in the FitPanel   | |
| std::string | name | 
| display name   | |
| std::vector< RFuncPar > | pars | 
| parameters   | |
#include <ROOT/RFitPanelModel.hxx>
| void ROOT::Experimental::RFitPanelModel::RFuncParsList::Clear | ( | ) | 
Clear list of patameters.
Definition at line 46 of file RFitPanelModel.cxx.
| void ROOT::Experimental::RFitPanelModel::RFuncParsList::GetParameters | ( | TF1 * | f1 | ) | 
Extract TF1 parameters, used in editor on client sides.
Definition at line 57 of file RFitPanelModel.cxx.
| void ROOT::Experimental::RFitPanelModel::RFuncParsList::SetParameters | ( | TF1 * | f1 | ) | 
Set parameters to TF1.
Definition at line 82 of file RFitPanelModel.cxx.
Definition at line 101 of file RFitPanelModel.hxx.
| std::string ROOT::Experimental::RFitPanelModel::RFuncParsList::id | 
function id in the FitPanel
Definition at line 102 of file RFitPanelModel.hxx.
| std::string ROOT::Experimental::RFitPanelModel::RFuncParsList::name | 
display name
Definition at line 103 of file RFitPanelModel.hxx.
| std::vector<RFuncPar> ROOT::Experimental::RFitPanelModel::RFuncParsList::pars | 
parameters
Definition at line 104 of file RFitPanelModel.hxx.