|
| range_type | JROOT::getRange (TAxis *pAxis) |
| | Get range of given axis.
|
| |
| range_type | JROOT::getRange (const Int_t nx, const Double_t *pX) |
| | Get range of given graph.
|
| |
| range_type | JROOT::getRange (const TGraph &g1) |
| | Get range of given graph.
|
| |
| range_type | JROOT::getRangeX (const TGraph2D &g2) |
| | Get range of given graph.
|
| |
| range_type | JROOT::getRangeY (const TGraph2D &g2) |
| | Get range of given graph.
|
| |
| template<class T , class JF1_t > |
| JRootfit_t< JF1_t > | JROOT::Fit (const TH1 &h1, const JF1_t &f1, const index_list &ls=index_list(), const range_type &X=range_type()) |
| | Global fit fuction.
|
| |
| template<class T , class JF1_t > |
| JRootfit_t< JF1_t > | JROOT::Fit (TH1 *h1, const JF1_t &f1, const index_list &ls=index_list(), const range_type &X=range_type()) |
| | Global fit fuction.
|
| |
| template<class JF1_t > |
| JRootfit_t< JF1_t > | JROOT::Fit (const TGraphErrors &g1, const JF1_t &f1, const index_list &ls=index_list(), const range_type &X=range_type()) |
| | Global fit fuction.
|
| |
| template<class JF1_t > |
| JRootfit_t< JF1_t > | JROOT::Fit (TGraphErrors *g1, const JF1_t &f1, const index_list &ls=index_list(), const range_type &X=range_type()) |
| | Global fit fuction.
|
| |
| template<class T , class JF2_t > |
| JRootfit_t< JF2_t > | JROOT::Fit (const TH2 &h2, const JF2_t &f2, const index_list &ls=index_list(), const range_type &X=range_type(), const range_type &Y=range_type()) |
| | Global fit fuction.
|
| |
| template<class T , class JF2_t > |
| JRootfit_t< JF2_t > | JROOT::Fit (TH2 *h2, const JF2_t &f2, const index_list &ls=index_list(), const range_type &X=range_type(), const range_type &Y=range_type()) |
| | Global fit fuction.
|
| |
| template<class JF2_t > |
| JRootfit_t< JF2_t > | JROOT::Fit (const TGraph2DErrors &g2, const JF2_t &f2, const index_list &ls=index_list(), const range_type &X=range_type(), const range_type &Y=range_type()) |
| | Global fit fuction.
|
| |
| template<class JF2_t > |
| JRootfit_t< JF2_t > | JROOT::Fit (TGraph2DErrors *g2, const JF2_t &f2, const index_list &ls=index_list(), const range_type &X=range_type(), const range_type &Y=range_type()) |
| | Global fit fuction.
|
| |
| template<class T , class JF3_t > |
| JRootfit_t< JF3_t > | JROOT::Fit (const TH3 &h3, const JF3_t &f3, const index_list &ls=index_list(), const range_type &X=range_type(), const range_type &Y=range_type(), const range_type &Z=range_type()) |
| | Global fit fuction.
|
| |
| template<class T , class JF3_t > |
| JRootfit_t< JF3_t > | JROOT::Fit (TH3 *h3, const JF3_t &f3, const index_list &ls=index_list(), const range_type &X=range_type(), const range_type &Y=range_type(), const range_type &Z=range_type()) |
| | Global fit fuction.
|
| |