v2.10-0 (21000JUN2005)

Go4Fit
Class TGo4FitAssignment


class TGo4FitAssignment
derived from TNamed

Internal class, used for assignment of model component to data


Field Summary
 TGo4FitData*fxData
          Pointer on assigned data.
 Double_t*fxModelBins
          Array of model bins for assigned data.
 Char_t*fxModelMask
          Array of boolean values, selected model bins.
 TGo4FitParameter*fxRatio
          Parameter for ratio value

Fields inherited from class TNamed
fName, fTitle

Constructor Summary
TGo4FitAssignment()
          Default constructor.
TGo4FitAssignment(const char * DataName)
          Create TGo4FitAssignment object, which assign model to DataName.

Destructor Summary
 virtual synchronized ~TGo4FitAssignment()
          Destroys TGo4FitAssignment object.

Method Summary
 virtual const voidPrint(Option_t* option)
          Print information about object on standard output.
 Double_tRatioValue()
           

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

Field Detail

fxData

public TGo4FitData* fxData
Pointer on assigned data.

fxModelBins

public Double_t* fxModelBins
Array of model bins for assigned data.
Size of models and data bins are the same.
According to mask values some of models bins not used for calculation (always 0).

fxModelMask

public Char_t* fxModelMask
Array of boolean values, selected model bins.

fxRatio

public TGo4FitParameter* fxRatio
Parameter for ratio value
Constructor Detail

TGo4FitAssignment

public TGo4FitAssignment()
Default constructor.

TGo4FitAssignment

public TGo4FitAssignment(const char * DataName)
Create TGo4FitAssignment object, which assign model to DataName.
Method Detail

~TGo4FitAssignment

public virtual synchronized ~TGo4FitAssignment()
Destroys TGo4FitAssignment object.
Method Detail

Print

public virtual const void Print(Option_t* option)
Print information about object on standard output.

RatioValue

public Double_t RatioValue()

Association Links

to Class TGo4FitParameter

Parameter for ratio value

to Class TGo4FitData

Pointer on assigned data.

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

30-06-2005