#include <TGo4FitAxisTrans.h>
Public Member Functions | |
TGo4FitAxisTrans () | |
TGo4FitAxisTrans (const char *iName, const char *iTitle) | |
virtual | ~TGo4FitAxisTrans () |
virtual void | Transformation (Double_t *scales, Int_t naxis)=0 |
Base class for axis transformation objects
Definition at line 23 of file TGo4FitAxisTrans.h.
TGo4FitAxisTrans::TGo4FitAxisTrans | ( | ) |
Definition at line 16 of file TGo4FitAxisTrans.cxx.
TGo4FitAxisTrans::TGo4FitAxisTrans | ( | const char * | iName, | |
const char * | iTitle | |||
) |
Definition at line 19 of file TGo4FitAxisTrans.cxx.
TGo4FitAxisTrans::~TGo4FitAxisTrans | ( | ) | [virtual] |
Definition at line 23 of file TGo4FitAxisTrans.cxx.
virtual void TGo4FitAxisTrans::Transformation | ( | Double_t * | scales, | |
Int_t | naxis | |||
) | [pure virtual] |
Implemented in TGo4FitLinearTrans, and TGo4FitMatrixTrans.
Referenced by TGo4FitDataIter::TransformScales().