#include <TGo4FitModel.h>
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 | |
TGo4FitParameter * | fxRatio |
Parameter for ratio value. | |
TGo4FitData * | fxData |
Pointer on assigned data. | |
Char_t * | fxModelMask |
Array of boolean values, selected model bins. | |
Double_t * | fxModelBins |
Array of model bins for assigned data. |
Definition at line 29 of file TGo4FitModel.h.
|
Default constructor.
Definition at line 27 of file TGo4FitModel.cxx. |
|
Create TGo4FitAssignment object, which assign model to DataName.
Definition at line 31 of file TGo4FitModel.cxx. |
|
Destroys TGo4FitAssignment object.
Definition at line 36 of file TGo4FitModel.cxx. References fxModelBins, fxModelMask, and fxRatio. |
|
Definition at line 42 of file TGo4FitModel.cxx. References fxRatio, and TGo4FitParameter::GetValue(). Referenced by TGo4FitModel::GetRatioValueFor(), and TGo4FitModel::RebuildShape(). |
|
Print information about object on standard output.
Definition at line 46 of file TGo4FitModel.cxx. |
|
Parameter for ratio value.
Definition at line 57 of file TGo4FitModel.h. Referenced by TGo4FitModel::AssignToData(), TGo4FitModel::ClearAssignmentTo(), RatioValue(), and ~TGo4FitAssignment(). |
|
Pointer on assigned data.
Definition at line 62 of file TGo4FitModel.h. Referenced by TGo4FitModel::ConnectToDataIfAssigned(), TGo4FitModel::GetAssignedConnection(), TGo4FitModel::Initialize(), and TGo4FitModel::RebuildShape(). |
|
Array of boolean values, selected model bins.
Definition at line 67 of file TGo4FitModel.h. Referenced by TGo4FitModel::Finalize(), TGo4FitModel::Initialize(), TGo4FitModel::RebuildShape(), and ~TGo4FitAssignment(). |
|
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 74 of file TGo4FitModel.h. Referenced by TGo4FitModel::Finalize(), TGo4FitModel::GetModelBins(), TGo4FitModel::Initialize(), TGo4FitModel::RebuildShape(), and ~TGo4FitAssignment(). |