GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4FitModel.h>
Public Member Functions | |
TGo4FitAssignment () | |
TGo4FitAssignment (const char *DataName) | |
virtual | ~TGo4FitAssignment () |
Double_t | RatioValue () |
virtual void | Print (Option_t *option) const |
ClassDef (TGo4FitAssignment, 1) | |
Public Attributes | |
TGo4FitParameter * | fxRatio |
TGo4FitData * | fxData |
Char_t * | fxModelMask |
Double_t * | fxModelBins |
Internal class, used for assignment of model component to data
Definition at line 27 of file TGo4FitModel.h.
TGo4FitAssignment::TGo4FitAssignment | ( | ) |
Default constructor.
Definition at line 26 of file TGo4FitModel.cxx.
TGo4FitAssignment::TGo4FitAssignment | ( | const char * | DataName | ) |
Create TGo4FitAssignment object, which assign model to DataName.
Definition at line 30 of file TGo4FitModel.cxx.
|
virtual |
Destroys TGo4FitAssignment object.
Definition at line 35 of file TGo4FitModel.cxx.
References fxModelBins, fxModelMask, and fxRatio.
TGo4FitAssignment::ClassDef | ( | TGo4FitAssignment | , |
1 | |||
) |
|
virtual |
Print information about object on standard output.
Definition at line 45 of file TGo4FitModel.cxx.
Double_t TGo4FitAssignment::RatioValue | ( | ) |
Definition at line 41 of file TGo4FitModel.cxx.
References fxRatio, and TGo4FitParameter::GetValue().
Referenced by TGo4FitModel::GetRatioValueFor(), and TGo4FitModel::RebuildShape().
TGo4FitData* TGo4FitAssignment::fxData |
Pointer on assigned data.
Definition at line 60 of file TGo4FitModel.h.
Referenced by TGo4FitModel::ConnectToDataIfAssigned(), TGo4FitModel::GetAssignedConnection(), TGo4FitModel::Initialize(), and TGo4FitModel::RebuildShape().
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::BuffersAllocated(), TGo4FitModel::Finalize(), TGo4FitModel::GetModelBins(), TGo4FitModel::Initialize(), TGo4FitModel::RebuildShape(), and ~TGo4FitAssignment().
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(), TGo4FitModel::RebuildShape(), and ~TGo4FitAssignment().
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().