Definition at line 50 of file RFitPanel.hxx.
Public Member Functions | |
| FitRes ()=default | |
| FitRes (const std::string &_objid, std::unique_ptr< TF1 > &_func, TFitResultPtr &_res) | |
| Constructor. | |
| ~FitRes () | |
| Destructor. | |
Public Attributes | |
| std::unique_ptr< TF1 > | func |
| std::string | objid |
| TFitResultPtr | res |
|
default |
| RFitPanel::FitRes::FitRes | ( | const std::string & | _objid, |
| std::unique_ptr< TF1 > & | _func, | ||
| TFitResultPtr & | _res ) |
Constructor.
Definition at line 61 of file RFitPanel.cxx.
| RFitPanel::FitRes::~FitRes | ( | ) |
Destructor.
Definition at line 70 of file RFitPanel.cxx.
| std::unique_ptr<TF1> ROOT::Experimental::RFitPanel::FitRes::func |
Definition at line 52 of file RFitPanel.hxx.
| std::string ROOT::Experimental::RFitPanel::FitRes::objid |
Definition at line 51 of file RFitPanel.hxx.
| TFitResultPtr ROOT::Experimental::RFitPanel::FitRes::res |
Definition at line 53 of file RFitPanel.hxx.