Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RFitPanelModel::RFuncPar Struct Reference

Function parameter info, used in edit parameters dialog.

Definition at line 87 of file RFitPanelModel.hxx.

Public Member Functions

 RFuncPar ()=default
 
 RFuncPar (int _ipar, const std::string &_name)
 

Public Attributes

std::string error
 
bool fixed {false}
 
int ipar {0}
 
std::string max
 
std::string min
 
std::string name
 
std::string value
 

#include <ROOT/RFitPanelModel.hxx>

Constructor & Destructor Documentation

◆ RFuncPar() [1/2]

ROOT::Experimental::RFitPanelModel::RFuncPar::RFuncPar ( )
default

◆ RFuncPar() [2/2]

ROOT::Experimental::RFitPanelModel::RFuncPar::RFuncPar ( int  _ipar,
const std::string &  _name 
)
inline

Definition at line 96 of file RFitPanelModel.hxx.

Member Data Documentation

◆ error

std::string ROOT::Experimental::RFitPanelModel::RFuncPar::error

Definition at line 92 of file RFitPanelModel.hxx.

◆ fixed

bool ROOT::Experimental::RFitPanelModel::RFuncPar::fixed {false}

Definition at line 91 of file RFitPanelModel.hxx.

◆ ipar

int ROOT::Experimental::RFitPanelModel::RFuncPar::ipar {0}

Definition at line 88 of file RFitPanelModel.hxx.

◆ max

std::string ROOT::Experimental::RFitPanelModel::RFuncPar::max

Definition at line 94 of file RFitPanelModel.hxx.

◆ min

std::string ROOT::Experimental::RFitPanelModel::RFuncPar::min

Definition at line 93 of file RFitPanelModel.hxx.

◆ name

std::string ROOT::Experimental::RFitPanelModel::RFuncPar::name

Definition at line 89 of file RFitPanelModel.hxx.

◆ value

std::string ROOT::Experimental::RFitPanelModel::RFuncPar::value

Definition at line 90 of file RFitPanelModel.hxx.

Collaboration diagram for ROOT::Experimental::RFitPanelModel::RFuncPar:
[legend]

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