v2.10-0 (21000JUN2005)

Go4Fit
Class TGo4FitMatrixTrans


class TGo4FitMatrixTrans
derived from TGo4FitAxisTrans

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


Fields inherited from class TNamed
fName, fTitle

Constructor Summary
TGo4FitMatrixTrans()
           
TGo4FitMatrixTrans(const char * iName, const char * iTitle, Int_t NumAxis)
           

Destructor Summary
 virtual synchronized ~TGo4FitMatrixTrans()
           

Method Summary
 Int_tGetNumAxis()
           
 virtual const voidPrint(Option_t* option)
           
 voidSetNumAxis(Int_t NumAxis)
           
 virtual voidTransformation(Double_t* scales, Int_t naxis)
           

Methods inherited from class Go4Fit.TGo4FitParsList
AddPar, CanRollbackPars, ClearPars, ClearParsBlocking, CollectParsTo, CreatePar, Find, Find, Find, FindPar, FindPar, FindPar, Get, GetPar, GetParEpsilon, GetParError, GetParFixed, GetParFullName, GetParIndex, GetParName, GetParRange, GetParsValues, GetParValue, InsertPar, IsAllParsFixed, MemorizePars, NumFixedPars, NumFreePars, NumPars, PrintPars, RememberPars, RemovePar, RemovePar, RemoveParByIndex, SetParEpsilon, SetParError, SetParFixed, SetParName, SetParRange, SetParsNames, SetParsOwner, SetParsValues, SetParsValues, SetParValue

Methods inherited from class Go4Fit.TGo4FitNamed
GetFullName, GetOwner, GetOwnerFullName, SetOwner

Methods inherited from class TNamed
operator=, Clear, Clone, Compare, Copy, FillBuffer, GetName, GetTitle, Hash, IsSortable, SetName, SetNameTitle, SetTitle, ls, Sizeof, Class, Class_Name, Class_Version, Dictionary, IsA, ShowMembers, Streamer, StreamerNVirtual, DeclFileName, ImplFileLine, ImplFileName, DeclFileLine

Constructor Detail

TGo4FitMatrixTrans

public TGo4FitMatrixTrans()

TGo4FitMatrixTrans

public TGo4FitMatrixTrans(const char * iName, const char * iTitle, Int_t NumAxis)
Method Detail

~TGo4FitMatrixTrans

public virtual synchronized ~TGo4FitMatrixTrans()
Method Detail

GetNumAxis

public Int_t GetNumAxis()

Print

public virtual const void Print(Option_t* option)

SetNumAxis

public void SetNumAxis(Int_t NumAxis)

Transformation

public virtual void Transformation(Double_t* scales, Int_t naxis)

J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005