Definition at line 26 of file TGRSIFit.h.
|
| TGRSIFit () |
|
| TGRSIFit (const char *name, const char *formula, Double_t xmin=0, Double_t xmax=1) |
|
template<class PtrObj , typename MemFn > |
| TGRSIFit (const char *name, const PtrObj &pointer, MemFn memFn, Double_t xmin, Double_t xmax, Int_t npar, const char *class_name, const char *fcn_name) |
|
| TGRSIFit (const char *name, const ROOT::Math::ParamFunctor &func, Double_t xmin=0, Double_t xmax=1, Int_t npar=0) |
|
| TGRSIFit (const char *name, Double_t xmin, Double_t xmax, Int_t npar) |
|
| TGRSIFit (const TGRSIFit ©) |
|
| TGRSIFit (TGRSIFit &&) noexcept=default |
|
void | GoodFit (Bool_t flag=true) |
|
Bool_t | IsInitialized () const |
|
TGRSIFit & | operator= (const TGRSIFit &)=default |
|
TGRSIFit & | operator= (TGRSIFit &&) noexcept=default |
|
void | SetInitialized (Bool_t flag=true) |
|
◆ ~TGRSIFit()
◆ TGRSIFit() [1/7]
◆ TGRSIFit() [2/7]
TGRSIFit::TGRSIFit |
( |
const char * | name, |
|
|
const char * | formula, |
|
|
Double_t | xmin = 0, |
|
|
Double_t | xmax = 1 ) |
|
inlineprotected |
◆ TGRSIFit() [3/7]
TGRSIFit::TGRSIFit |
( |
const char * | name, |
|
|
Double_t | xmin, |
|
|
Double_t | xmax, |
|
|
Int_t | npar ) |
|
inlineprotected |
◆ TGRSIFit() [4/7]
TGRSIFit::TGRSIFit |
( |
const char * | name, |
|
|
const ROOT::Math::ParamFunctor & | func, |
|
|
Double_t | xmin = 0, |
|
|
Double_t | xmax = 1, |
|
|
Int_t | npar = 0 ) |
|
inlineprotected |
◆ TGRSIFit() [5/7]
template<class PtrObj , typename MemFn >
TGRSIFit::TGRSIFit |
( |
const char * | name, |
|
|
const PtrObj & | pointer, |
|
|
MemFn | memFn, |
|
|
Double_t | xmin, |
|
|
Double_t | xmax, |
|
|
Int_t | npar, |
|
|
const char * | class_name, |
|
|
const char * | fcn_name ) |
|
inlineprotected |
◆ TGRSIFit() [6/7]
TGRSIFit::TGRSIFit |
( |
const TGRSIFit & | copy | ) |
|
|
protected |
◆ TGRSIFit() [7/7]
◆ AddToGlobalList() [1/2]
Bool_t TGRSIFit::AddToGlobalList |
( |
Bool_t | yes = kTRUE | ) |
|
|
override |
◆ AddToGlobalList() [2/2]
Bool_t TGRSIFit::AddToGlobalList |
( |
TF1 * | func, |
|
|
Bool_t | yes = kTRUE ) |
|
static |
◆ Clear()
void TGRSIFit::Clear |
( |
Option_t * | opt = "" | ) |
|
|
override |
◆ ClearParameters()
void TGRSIFit::ClearParameters |
( |
Option_t * | opt = "" | ) |
|
|
virtual |
◆ Copy()
void TGRSIFit::Copy |
( |
TObject & | obj | ) |
const |
|
override |
◆ CopyParameters()
void TGRSIFit::CopyParameters |
( |
TF1 * | copy | ) |
const |
|
virtual |
◆ GetDefaultFitType()
static const char * TGRSIFit::GetDefaultFitType |
( |
| ) |
|
|
inlinestatic |
◆ GetHist()
virtual TH1 * TGRSIFit::GetHist |
( |
| ) |
const |
|
inlinevirtual |
◆ GoodFit()
void TGRSIFit::GoodFit |
( |
Bool_t | flag = true | ) |
|
|
inlineprotected |
◆ InitParams()
virtual Bool_t TGRSIFit::InitParams |
( |
TH1 * | | ) |
|
|
pure virtual |
◆ IsGoodFit()
Bool_t TGRSIFit::IsGoodFit |
( |
| ) |
const |
|
inline |
◆ IsInitialized()
Bool_t TGRSIFit::IsInitialized |
( |
| ) |
const |
|
inlineprotected |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Print()
void TGRSIFit::Print |
( |
Option_t * | opt = "" | ) |
const |
|
override |
◆ SetDefaultFitType()
static void TGRSIFit::SetDefaultFitType |
( |
const char * | fitType | ) |
|
|
inlinestatic |
◆ SetHist()
virtual void TGRSIFit::SetHist |
( |
TH1 * | hist | ) |
|
|
inlinevirtual |
◆ SetInitialized()
void TGRSIFit::SetInitialized |
( |
Bool_t | flag = true | ) |
|
|
inlineprotected |
◆ fDefaultFitType
TString TGRSIFit::fDefaultFitType |
|
staticprivate |
◆ fGoodFitFlag
Bool_t TGRSIFit::fGoodFitFlag {false} |
|
private |
◆ fHist
◆ fInitFlag
Bool_t TGRSIFit::fInitFlag {false} |
|
private |