#include <TGo4FitMatrixTrans.h>
Inheritance diagram for TGo4FitMatrixTrans:

Public Member Functions | |
| TGo4FitMatrixTrans () | |
| TGo4FitMatrixTrans (const char *iName, const char *iTitle, Int_t NumAxis=1) | |
| virtual | ~TGo4FitMatrixTrans () |
| Int_t | GetNumAxis () |
| void | SetNumAxis (Int_t NumAxis) |
| virtual void | Transformation (Double_t *scales, Int_t naxis) |
| virtual void | Print (Option_t *option) const |
| Default print method. | |
It has full matrix (N x N) to transfrom axis values like:
scale' = Matrix x scale
Each matrix element can be changed indvidually
Definition at line 28 of file TGo4FitMatrixTrans.h.
| TGo4FitMatrixTrans::TGo4FitMatrixTrans | ( | ) |
Definition at line 24 of file TGo4FitMatrixTrans.cxx.
| TGo4FitMatrixTrans::TGo4FitMatrixTrans | ( | const char * | iName, | |
| const char * | iTitle, | |||
| Int_t | NumAxis = 1 | |||
| ) |
| TGo4FitMatrixTrans::~TGo4FitMatrixTrans | ( | ) | [virtual] |
Definition at line 34 of file TGo4FitMatrixTrans.cxx.
| Int_t TGo4FitMatrixTrans::GetNumAxis | ( | ) |
Definition at line 38 of file TGo4FitMatrixTrans.cxx.
References TGo4FitParsList::NumPars().
Referenced by SetNumAxis(), and Transformation().
| void TGo4FitMatrixTrans::SetNumAxis | ( | Int_t | NumAxis | ) |
Definition at line 44 of file TGo4FitMatrixTrans.cxx.
References TGo4FitParsList::ClearPars(), TGo4FitParsList::CreatePar(), GetNumAxis(), TGo4FitParsList::GetParsValues(), and TGo4FitParsList::NumPars().
Referenced by TGo4FitMatrixTrans().
| void TGo4FitMatrixTrans::Transformation | ( | Double_t * | scales, | |
| Int_t | naxis | |||
| ) | [virtual] |
Implements TGo4FitAxisTrans.
Definition at line 62 of file TGo4FitMatrixTrans.cxx.
References GetNumAxis(), and TGo4FitParsList::GetPar().
| void TGo4FitMatrixTrans::Print | ( | Option_t * | option | ) | const [virtual] |
Default print method.
Call print method for every parameter object in list.
Reimplemented from TGo4FitParsList.
Definition at line 75 of file TGo4FitMatrixTrans.cxx.
References TGo4FitParsList::Print().
1.5.1