#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 30 of file TGo4FitMatrixTrans.h.
|
Definition at line 26 of file TGo4FitMatrixTrans.cxx. |
|
Definition at line 30 of file TGo4FitMatrixTrans.cxx. References SetNumAxis(). |
|
Definition at line 36 of file TGo4FitMatrixTrans.cxx. |
|
Definition at line 40 of file TGo4FitMatrixTrans.cxx. References TGo4FitParsList::NumPars(). Referenced by SetNumAxis(), and Transformation(). |
|
Definition at line 46 of file TGo4FitMatrixTrans.cxx. References TGo4FitParsList::ClearPars(), TGo4FitParsList::CreatePar(), GetNumAxis(), TGo4FitParsList::GetParsValues(), and TGo4FitParsList::NumPars(). Referenced by TGo4FitMatrixTrans(). |
|
Implements TGo4FitAxisTrans. Definition at line 64 of file TGo4FitMatrixTrans.cxx. References GetNumAxis(), and TGo4FitParsList::GetPar(). |
|
Default print method. Call print method for every parameter object in list. Reimplemented from TGo4FitParsList. Definition at line 77 of file TGo4FitMatrixTrans.cxx. References TGo4FitParsList::Print(). |