TGo4FitAssignment Class Reference

Internal class, used for assignment of model component to data. More...

#include <TGo4FitModel.h>

List of all members.

Public Member Functions

 TGo4FitAssignment ()
 Default constructor.
 TGo4FitAssignment (const char *DataName)
 Create TGo4FitAssignment object, which assign model to DataName.
virtual ~TGo4FitAssignment ()
 Destroys TGo4FitAssignment object.
Double_t RatioValue ()
virtual void Print (Option_t *option) const
 Print information about object on standard output.

Public Attributes

TGo4FitParameterfxRatio
 Parameter for ratio value.
TGo4FitDatafxData
 Pointer on assigned data.
Char_t * fxModelMask
 Array of boolean values, selected model bins.
Double_t * fxModelBins
 Array of model bins for assigned data.


Detailed Description

Internal class, used for assignment of model component to data.

Definition at line 27 of file TGo4FitModel.h.


Constructor & Destructor Documentation

TGo4FitAssignment::TGo4FitAssignment (  ) 

Default constructor.

Definition at line 25 of file TGo4FitModel.cxx.

TGo4FitAssignment::TGo4FitAssignment ( const char *  DataName  ) 

Create TGo4FitAssignment object, which assign model to DataName.

Definition at line 29 of file TGo4FitModel.cxx.

TGo4FitAssignment::~TGo4FitAssignment (  )  [virtual]

Destroys TGo4FitAssignment object.

Definition at line 34 of file TGo4FitModel.cxx.

References fxModelBins, fxModelMask, and fxRatio.


Member Function Documentation

Double_t TGo4FitAssignment::RatioValue (  ) 

Definition at line 40 of file TGo4FitModel.cxx.

References fxRatio, and TGo4FitParameter::GetValue().

Referenced by TGo4FitModel::GetRatioValueFor().

void TGo4FitAssignment::Print ( Option_t *  option  )  const [virtual]

Print information about object on standard output.

Definition at line 44 of file TGo4FitModel.cxx.


Member Data Documentation

TGo4FitParameter* TGo4FitAssignment::fxRatio

Parameter for ratio value.

Definition at line 55 of file TGo4FitModel.h.

Referenced by TGo4FitModel::AssignToData(), TGo4FitModel::ClearAssignmentTo(), TGo4FitModel::Get(), RatioValue(), and ~TGo4FitAssignment().

TGo4FitData* TGo4FitAssignment::fxData

Pointer on assigned data.

Definition at line 60 of file TGo4FitModel.h.

Referenced by TGo4FitModel::ConnectToDataIfAssigned(), TGo4FitModel::GetAssignedConnection(), and TGo4FitModel::RebuildShape().

Char_t* TGo4FitAssignment::fxModelMask

Array of boolean values, selected model bins.

Definition at line 65 of file TGo4FitModel.h.

Referenced by TGo4FitModel::Finalize(), TGo4FitModel::Initialize(), and ~TGo4FitAssignment().

Double_t* TGo4FitAssignment::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).

Definition at line 72 of file TGo4FitModel.h.

Referenced by TGo4FitModel::GetModelBins(), and ~TGo4FitAssignment().


The documentation for this class was generated from the following files:
Generated on Thu Oct 28 15:54:18 2010 for Go4-Fitpackagev4.04-2 by  doxygen 1.5.1