#include <TGo4FitMatrixTrans.h>
 
  
| 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 | 
Matrix transfromation of scale values.
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 23 of file TGo4FitMatrixTrans.cxx.
| TGo4FitMatrixTrans::TGo4FitMatrixTrans | ( | const char * | iName, | |
| const char * | iTitle, | |||
| Int_t | NumAxis = 1 | |||
| ) | 
Definition at line 27 of file TGo4FitMatrixTrans.cxx.
References SetNumAxis().
| TGo4FitMatrixTrans::~TGo4FitMatrixTrans | ( | ) |  [virtual] | 
Definition at line 33 of file TGo4FitMatrixTrans.cxx.
| Int_t TGo4FitMatrixTrans::GetNumAxis | ( | ) | 
Definition at line 37 of file TGo4FitMatrixTrans.cxx.
References TGo4FitParsList::NumPars().
Referenced by QFitMatrixTransWidget::FillSpecificData(), SetNumAxis(), and Transformation().
| 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 74 of file TGo4FitMatrixTrans.cxx.
| void TGo4FitMatrixTrans::SetNumAxis | ( | Int_t | NumAxis | ) | 
Definition at line 43 of file TGo4FitMatrixTrans.cxx.
References TGo4FitParsList::ClearPars(), TGo4FitParsList::CreatePar(), GetNumAxis(), TGo4FitParsList::GetParsValues(), and TGo4FitParsList::NumPars().
Referenced by QFitMatrixTransWidget::NumAxisSpin_valueChanged(), and TGo4FitMatrixTrans().
| void TGo4FitMatrixTrans::Transformation | ( | Double_t * | scales, | |
| Int_t | naxis | |||
| ) |  [virtual] | 
Implements TGo4FitAxisTrans.
Definition at line 61 of file TGo4FitMatrixTrans.cxx.
References GetNumAxis(), TGo4FitParsList::GetPar(), and TGo4FitParameter::GetValue().
 1.7.1
 1.7.1