Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RFitPanel::FitRes Struct Reference

Definition at line 53 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< TF1func
 
std::string objid
 
TFitResultPtr res
 

Constructor & Destructor Documentation

◆ FitRes() [1/2]

ROOT::Experimental::RFitPanel::FitRes::FitRes ( )
default

◆ FitRes() [2/2]

RFitPanel::FitRes::FitRes ( const std::string &  _objid,
std::unique_ptr< TF1 > &  _func,
TFitResultPtr _res 
)

Constructor.

Definition at line 61 of file RFitPanel.cxx.

◆ ~FitRes()

RFitPanel::FitRes::~FitRes ( )

Destructor.

Definition at line 70 of file RFitPanel.cxx.

Member Data Documentation

◆ func

std::unique_ptr<TF1> ROOT::Experimental::RFitPanel::FitRes::func

Definition at line 55 of file RFitPanel.hxx.

◆ objid

std::string ROOT::Experimental::RFitPanel::FitRes::objid

Definition at line 54 of file RFitPanel.hxx.

◆ res

TFitResultPtr ROOT::Experimental::RFitPanel::FitRes::res

Definition at line 56 of file RFitPanel.hxx.

Collaboration diagram for ROOT::Experimental::RFitPanel::FitRes:
[legend]

The documentation for this struct was generated from the following files: