|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Result values, taken from Minuit object. More...
#include <TGo4FitMinuitResult.h>
Inheritance diagram for TGo4FitMinuitResult:Public Member Functions | |
| TGo4FitMinuitResult () | |
| TGo4FitMinuitResult (const char *iName, const char *iTitle) | |
| virtual | ~TGo4FitMinuitResult () |
| void | CallMNEMAT (TMinuit *fMinuit, Int_t nPars, Bool_t DoTransform=kTRUE) |
| void | CallMNERRS (TMinuit *fMinuit, Int_t nPars) |
| void | CallMNPOUT (TMinuit *fMinuit, Int_t nPars) |
| void | CallMNSTAT (TMinuit *fMinuit) |
| void | GetContourPlot (TMinuit *fMinuit) |
| void | Print (Option_t *option="") const override |
Data Fields | |
| TArrayC * | CONTOCH {nullptr} |
| TArrayD * | CONTOX {nullptr} |
| TArrayD * | CONTOY {nullptr} |
| TArrayD * | EMINUS {nullptr} |
| TArrayD * | EPARAB {nullptr} |
| TArrayD * | EPLUS {nullptr} |
| Double_t | ERRDEF {0.} |
| TMatrixD * | ERRORMATRIX {nullptr} |
| Double_t | FEDM {0.} |
| Double_t | FMIN {0.} |
| TArrayD * | GLOBCC {nullptr} |
| Int_t | ISTAT {0} |
| Int_t | NPARI {0} |
| Int_t | NPARX {0} |
| TArrayD * | ParError {nullptr} |
| TArrayD * | ParValues {nullptr} |
Result values, taken from Minuit object.
This object used only to store results from minuit like:
Definition at line 36 of file TGo4FitMinuitResult.h.
| TGo4FitMinuitResult::TGo4FitMinuitResult | ( | ) |
| TGo4FitMinuitResult::TGo4FitMinuitResult | ( | const char * | iName, |
| const char * | iTitle ) |
|
virtual |
| void TGo4FitMinuitResult::CallMNEMAT | ( | TMinuit * | fMinuit, |
| Int_t | nPars, | ||
| Bool_t | DoTransform = kTRUE ) |
Definition at line 96 of file TGo4FitMinuitResult.cxx.
References ERRORMATRIX.
Referenced by TGo4FitMinuit::DoAction().
| void TGo4FitMinuitResult::CallMNERRS | ( | TMinuit * | fMinuit, |
| Int_t | nPars ) |
Definition at line 76 of file TGo4FitMinuitResult.cxx.
References EMINUS, EPARAB, EPLUS, and GLOBCC.
Referenced by TGo4FitMinuit::DoAction().
| void TGo4FitMinuitResult::CallMNPOUT | ( | TMinuit * | fMinuit, |
| Int_t | nPars ) |
Definition at line 63 of file TGo4FitMinuitResult.cxx.
References ParError, and ParValues.
Referenced by TGo4FitMinuit::DoAction().
| void TGo4FitMinuitResult::CallMNSTAT | ( | TMinuit * | fMinuit | ) |
Definition at line 58 of file TGo4FitMinuitResult.cxx.
References ERRDEF, FEDM, FMIN, ISTAT, NPARI, and NPARX.
Referenced by TGo4FitMinuit::DoAction().
| void TGo4FitMinuitResult::GetContourPlot | ( | TMinuit * | fMinuit | ) |
Definition at line 133 of file TGo4FitMinuitResult.cxx.
References CONTOCH, CONTOX, and CONTOY.
Referenced by TGo4FitMinuit::DoAction().
|
override |
| TArrayC* TGo4FitMinuitResult::CONTOCH {nullptr} |
Definition at line 74 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), and GetContourPlot().
| TArrayD* TGo4FitMinuitResult::CONTOX {nullptr} |
Definition at line 72 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), and GetContourPlot().
| TArrayD* TGo4FitMinuitResult::CONTOY {nullptr} |
Definition at line 73 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), and GetContourPlot().
| TArrayD* TGo4FitMinuitResult::EMINUS {nullptr} |
Definition at line 64 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNERRS(), and Print().
| TArrayD* TGo4FitMinuitResult::EPARAB {nullptr} |
Definition at line 65 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNERRS(), and Print().
| TArrayD* TGo4FitMinuitResult::EPLUS {nullptr} |
Definition at line 63 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNERRS(), and Print().
| Double_t TGo4FitMinuitResult::ERRDEF {0.} |
Definition at line 53 of file TGo4FitMinuitResult.h.
Referenced by CallMNSTAT(), and Print().
| TMatrixD* TGo4FitMinuitResult::ERRORMATRIX {nullptr} |
Definition at line 69 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNEMAT(), and Print().
| Double_t TGo4FitMinuitResult::FEDM {0.} |
Definition at line 52 of file TGo4FitMinuitResult.h.
Referenced by CallMNSTAT(), and Print().
| Double_t TGo4FitMinuitResult::FMIN {0.} |
Definition at line 51 of file TGo4FitMinuitResult.h.
Referenced by CallMNSTAT(), and Print().
| TArrayD* TGo4FitMinuitResult::GLOBCC {nullptr} |
Definition at line 66 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNERRS(), and Print().
| Int_t TGo4FitMinuitResult::ISTAT {0} |
Definition at line 56 of file TGo4FitMinuitResult.h.
Referenced by CallMNSTAT(), and Print().
| Int_t TGo4FitMinuitResult::NPARI {0} |
Definition at line 54 of file TGo4FitMinuitResult.h.
Referenced by CallMNSTAT(), and Print().
| Int_t TGo4FitMinuitResult::NPARX {0} |
Definition at line 55 of file TGo4FitMinuitResult.h.
Referenced by CallMNSTAT(), and Print().
| TArrayD* TGo4FitMinuitResult::ParError {nullptr} |
Definition at line 60 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNPOUT(), and Print().
| TArrayD* TGo4FitMinuitResult::ParValues {nullptr} |
Definition at line 59 of file TGo4FitMinuitResult.h.
Referenced by TGo4FitMinuitResult(), TGo4FitMinuitResult(), ~TGo4FitMinuitResult(), CallMNPOUT(), and Print().