#include <TGo4FitMatrixTrans.h>
Inheritance diagram for TGo4FitMatrixTrans:
Public Methods | |
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. More... |
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 23 of file TGo4FitMatrixTrans.cxx. |
|
Definition at line 27 of file TGo4FitMatrixTrans.cxx. References SetNumAxis(). |
|
Definition at line 32 of file TGo4FitMatrixTrans.cxx. |
|
Definition at line 35 of file TGo4FitMatrixTrans.cxx. References TGo4FitParsList::NumPars(), and sqrt(). Referenced by SetNumAxis(), and Transformation(). |
|
Definition at line 40 of file TGo4FitMatrixTrans.cxx. References TGo4FitParsList::ClearPars(), TGo4FitParsList::CreatePar(), GetNumAxis(), TGo4FitParsList::GetParsValues(), and TGo4FitParsList::NumPars(). Referenced by TGo4FitMatrixTrans(). |
|
Implements TGo4FitAxisTrans. Definition at line 58 of file TGo4FitMatrixTrans.cxx. References GetNumAxis(), TGo4FitParsList::GetPar(), and TGo4FitParameter::GetValue(). |
|
Default print method. Call print method for every parameter object in list. Reimplemented from TGo4FitParsList. Definition at line 71 of file TGo4FitMatrixTrans.cxx. References TGo4FitParsList::Print(). |