GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4Fitter Class Reference

Central class of Go4Fit package. More...

#include <TGo4Fitter.h>

+ Inheritance diagram for TGo4Fitter:

Public Types

enum  {
  ff_least_squares = 0 , ff_chi_square = 1 , ff_chi_Pearson = 2 , ff_chi_Neyman = 3 ,
  ff_chi_gamma = 4 , ff_ML_Poisson = 5 , ff_user = 6
}
 

Public Member Functions

 TGo4Fitter ()
 Default constructor.
 
 TGo4Fitter (const char *iName, const char *iTitle)
 Creates TGo4Fitter object and sets name and title.
 
 TGo4Fitter (const char *iName, Int_t iFitFunctionType, Bool_t IsAddStandardActions)
 Creates TGo4Fitter object and set type of fit function.
 
virtual ~TGo4Fitter ()
 Destructor.
 
void AddAmplEstimation (Int_t NumIters=1)
 Add amplitude estimation to actions list.
 
TGo4FitDataAddData (TGo4FitData *d)
 Add data object to fitter.
 
TGo4FitModelGauss1AddGauss1 (const char *DataName, const char *ModelName, Double_t iPosition, Double_t iWidth, Double_t iAmpl=1., Int_t Axis=0)
 Add 1-dim gaussian model to fitter.
 
TGo4FitDataGraphAddGraph (const char *DataName, TGraph *gr, Bool_t Owned=kFALSE, Double_t lrange=0., Double_t rrange=0.)
 Create TGo4FitDataGraph object and adds its to fitter.
 
TGo4FitDataHistogramAddH1 (const char *DataName, TH1 *histo, Bool_t Owned=kFALSE, Double_t lrange=0., Double_t rrange=0.)
 Create TGo4FitDataHistogram object and adds its to fitter.
 
TGo4FitModelAddModel (const char *DataName, TGo4FitModel *m)
 Add model component to fitter and assign it to specified data object.
 
TGo4FitModelAddModel (TGo4FitModel *m)
 Add model component to fitter.
 
void AddPolynoms (const char *DataName, const char *NamePrefix, Int_t MaxOrder=1, Int_t NumAxis=1, Int_t GroupIndex=0)
 Construct full polynom for specified data object.
 
void AddPolynomX (const char *DataName, const char *NamePrefix, Int_t MaxOrder=1, Int_t GroupIndex=0, Double_t lrange=0., Double_t rrange=0.)
 Construct 1-dim polynom for specified data object for x scale.
 
void AddPolynomX (const char *DataName, const char *NamePrefix, TArrayD &Coef, Int_t GroupIndex=0)
 Construct 1-dim polynom with specified polynom coefficients NamePrefix sets prefix of model name for each polynom component.
 
void AddStandardActions ()
 Add list of standard actions to fitter.
 
void AssignModelTo (const char *ModelName, const char *DataName, Double_t RatioValue=1., Bool_t FixRatio=kFALSE)
 Assign model to specified data object.
 
Double_t CalculateFitFunction (Double_t *pars=nullptr, Int_t FitFunctionType=-1, const char *DataName=nullptr)
 Calculate value of fit function for given set of parameters and specified type of fit function (it can not correspond to minimized fit function type).
 
Int_t CalculateNDF (const char *DataName=nullptr)
 Calculates number of degree of freedom (NDF).
 
Double_t CalculatesIntegral (const char *DataName, const char *ModelName=nullptr, Bool_t OnlyCounts=kFALSE)
 Calculates integral for data or model (if ModelName is specified) if OnlyCounts specified, only sum of values in bins position are calculated.
 
Double_t CalculatesModelIntegral (const char *ModelName, Bool_t OnlyCounts=kFALSE)
 Calculates integral of model (if ModelName is specified) if OnlyCounts specified, only sum of values in bins position are calculated.
 
Bool_t CalculatesMomentums (const char *DataName, Bool_t UseRanges, Bool_t SubstractModels, Double_t &first, Double_t &second)
 Calculates first and second momentum for specified data Usage of ranges and subtraction of model can be specified.
 
void ChangeDataNameInAssignments (const char *oldname, const char *newname)
 Change data name in model component assignments.
 
void Clear (Option_t *option="") override
 Remove all data, all models and all actions.
 
void ClearModelAssignmentTo (const char *ModelName, const char *DataName=nullptr)
 Remove assignment to given data (if exists).
 
TGo4FitModelCloneModel (const char *ModelName, const char *NewName=nullptr)
 Clones specified model.
 
TObject * CreateDrawObject (const char *ObjName, const char *DataName, Bool_t IsModel=kFALSE, const char *ModelName=nullptr)
 Create object (TH1 or TGraph), which can be drawn.
 
void DeleteAllData ()
 Delete all data objects from fitter.
 
void DeleteAllModels ()
 Delete all model objects from fitter.
 
void DeleteModelsAssosiatedTo (const char *DataName)
 Remove models associated with specific data.
 
void Draw (Option_t *option) override
 Draw fitter on current canvas.
 
void EstimateAmplitudes (Int_t NumIters=1)
 Estimate amplitude of all model components.
 
void FillSlotList (TSeqCollection *) override
 Collect all TGo4FitSlot objects, situated in fitter, data and models to givven TObjArray.
 
TGo4FitDataFindData (const char *DataName)
 Return data object with given name.
 
TGo4FitModelFindModel (const char *ModelName)
 Return model component with given name.
 
TString FindNextName (const char *Head, Int_t start, Bool_t isModel=kTRUE)
 
TGo4FitComponentGetComp (Int_t n)
 Return TGo4FitComponent object with given index.
 
TGo4FitDataGetData (Int_t n)
 Return data object with given index.
 
const char * GetDataName (Int_t n)
 Return name of data object with given index.
 
Int_t GetFitFunctionType () const
 Return type of fitted function.
 
Int_t GetMemoryUsage () const
 Return value of memory usage parameter.
 
TGo4FitModelGetModel (Int_t n)
 Return model component with given index.
 
Int_t GetNumComp () const
 Return total number of TGo4FitComponent (data and model) objects in fitter.
 
Int_t GetNumData () const
 Return number of data objects in fitter.
 
Int_t GetNumModel () const
 Return number of model component in fitter.
 
Int_t NumModelsAssosiatedTo (const char *DataName)
 Counts models associated with specific data.
 
void Print (Option_t *option="") const override
 Print containment of fitter.
 
void PrintAmpls () const
 Print value of all amplitude parameters.
 
void PrintLines () const
 Print amplitude, position and width for each model components.
 
void ProvideLastDrawObjects (TObjArray &lst)
 Copy pointer on drawn object after last command to specified TObjArray.
 
TGo4FitDataRemoveData (const char *DataName, Bool_t IsDel=kFALSE)
 Remove data object from fitter.
 
TGo4FitModelRemoveModel (const char *ModelName, Bool_t IsDel=kFALSE)
 Remove model component from fitter.
 
void SetFitFunctionType (Int_t iFitFunctionType)
 Set fitted function type for minimization.
 
TGo4FitDataGraphSetGraph (const char *DataName, TGraph *gr, Bool_t Owned=kFALSE)
 Set graph to existing TGo4FitDataGraph object.
 
TGo4FitDataHistogramSetH1 (const char *DataName, TH1 *histo, Bool_t Owned=kFALSE)
 Set histogram to existing TGo4FitDataHistogram object.
 
void SetMemoryUsage (Int_t iMemoryUsage)
 Set value of memory usage.
 
void SetUserFitFunction (TUserFitFunction iFunc)
 Set user-defined fitted function.
 
- Public Member Functions inherited from TGo4FitterAbstract
 TGo4FitterAbstract ()
 Default constructor.
 
 TGo4FitterAbstract (const char *iName, const char *iTitle)
 Create TGo4FitterAbstract object with given name and title.
 
virtual ~TGo4FitterAbstract ()
 Destroy TGo4FitterAbstract object.
 
void AddAction (TGo4FitterAction *Action)
 Add action to action list.
 
void AddActionAt (TGo4FitterAction *Action, Int_t indx)
 Add action to action list at specified index.
 
TGo4FitterOutputAddOutputAction (const char *Action, const char *Option=nullptr)
 Creates and add TGo4FitterOutput action with given parameters to actions list.
 
void AddSimpleMinuit ()
 Creates and add TGo4FitMinuit object to actions list.
 
Bool_t ApplyConfig (TGo4FitterConfig *Config)
 Set active configuration object.
 
Double_t CalculateFitFunction (Double_t *pars=nullptr)
 Calculates value of fit function.
 
void Clear (Option_t *option="") override
 Clear fitter.
 
void CopyParsValuesFrom (TGo4FitterAbstract *fitter)
 If provided fitter has a same list of parameters, their values will be copied to fitter.
 
void DeleteAction (TGo4FitterAction *action)
 Remove action from actions list and destroy it.
 
void DeleteActions ()
 Remove and delete all actions from actions list.
 
void DeleteOutputActions ()
 Remove and delete all output actions from actions list.
 
void DoAction (Int_t indx)
 Executes specified action from actions list.
 
void DoAction (TGo4FitterAction *Action)
 Executes specified action.
 
void DoActions (Bool_t AllowFitterChange=kFALSE, TObjArray *Actions=nullptr)
 Executes actions list.
 
TGo4FitterActionGetAction (Int_t num)
 Returns pointer on action with given index.
 
Int_t GetNumActions () const
 Returns number of action in actions list.
 
Int_t GetNumResults () const
 Return number of result values.
 
Bool_t GetParEpsilon (const char *ParName, Double_t &Epsilon) override
 Return kTRUE, if epsilon value specified for parameter.
 
Bool_t GetParFixed (const char *ParName) override
 Return kTRUE, if parameter should be fixed.
 
Bool_t GetParRange (const char *ParName, Double_t &RangeMin, Double_t &RangeMax) override
 Return kTRUE, if range condition specified for parameter and range boundaries.
 
Double_t GetResultFF () const
 Return result value of fit function.
 
Int_t GetResultNDF () const
 Return result value of number of degree of freedom.
 
const TArrayD * GetResults ()
 Returns pointer on array of result values.
 
Double_t GetResultValue (Int_t n) const
 Return value of result with given index.
 
Bool_t IsParsAsResults () const
 Return kTRUE, if parameters were taken as result values.
 
Bool_t IsSuitableConfig (TGo4FitterConfig *Config)
 Checks, if config object corresponds to fitter parameters.
 
Int_t NeedPadsNumber ()
 Returns required number of TPad for actions output.
 
Int_t NumPars () override
 Return total number of parameters, which should be fitted.
 
void Print (Option_t *option="") const override
 Print information about fitter to standard output.
 
void PrintResults () const
 Print result values to standard output.
 
TObjArray * ProcessObjects (TObjArray *objs, Bool_t CloneFitter=kTRUE, Bool_t OnlyRequired=kTRUE, TObjArray *rownames=nullptr, TObjArray *colnames=nullptr)
 
void ReplaceAction (TGo4FitterAction *action, Int_t dir)
 Shift action in action list upward (dir=-1) or downward (dir=+1).
 
void SetPad (Int_t indx, TVirtualPad *pad)
 Set pad, which will be used for output of TGo4FitterOutput object.
 
void SetParsListChange ()
 Should be used, when number of parameters are changed.
 
- Public Member Functions inherited from TGo4FitParsList
 TGo4FitParsList ()
 Default constructor.
 
 TGo4FitParsList (Bool_t IsParsOwned)
 Create TGo4FitParsList object and set flag of ownership of parameters object.
 
 TGo4FitParsList (const char *Name, const char *Title, Bool_t IsParsOwned)
 Create TGo4FitParsList object, set it's name and title, and ownership flag of parameters pbjects.
 
virtual ~TGo4FitParsList ()
 Destroy TGo4FitParsList object.
 
virtual bool CanRollbackPars ()
 Return true if parameters can be safely restored from memorized values;.
 
void ClearPars ()
 Remove all parameters from list.
 
virtual void CollectParsTo (TGo4FitParsList &list)
 Add all parameters to provided TGo4FitParsList object.
 
TGo4FitParameterCreatePar (const char *ParName, const char *Title, Double_t iValue=0)
 Create new TGo4FitParameter object with given name, title and parameter value, and put this object to the list.
 
TGo4FitParameterFindPar (const char *OwnerFullName, const char *ParName)
 Find parameter with given owner full name and parameter name.
 
TGo4FitParameterFindPar (const char *ParName)
 Find parameter object with given name.
 
TGo4FitParameterFindPar (TGo4FitParameter *par)
 Find parameter in list.
 
TGo4FitParameterGetPar (Int_t n)
 Return parameter according given index.
 
Double_t GetParError (const char *ParName)
 Get error value for parameter with given name.
 
const char * GetParFullName (Int_t n)
 Return full name of parameter with given index.
 
Int_t GetParIndex (const TGo4FitParameter *par)
 Return index of given parameter in list.
 
const char * GetParName (Int_t n)
 Return name of parameter with given index.
 
void GetParsValues (Double_t *pars)
 Copy values of all parameters in list to provided array.
 
Double_t GetParValue (const char *ParName)
 Return value of parameter with given name.
 
Bool_t IsAllParsFixed ()
 Returns true, if all parameters in list fixed;.
 
virtual void MemorizePars ()
 Memorize values of all parameters.
 
Int_t NumFixedPars ()
 Return number of fixed pars.
 
Int_t NumFreePars ()
 Return number of free pars.
 
void Print (Option_t *option="") const override
 Default print method.
 
void PrintPars () const
 Print only value and error of all parameters in list.
 
virtual void RememberPars ()
 Restore parameters values, which were stored by MemorizePars() routine;.
 
Bool_t RemovePar (const char *name)
 Remove parameter from list with given name.
 
Bool_t RemovePar (TGo4FitParameter *par)
 Remove parameter from list.
 
virtual Bool_t SetParEpsilon (const char *ParName, Double_t Epsilon)
 Set epsilon value for parameter with given name.
 
Bool_t SetParError (const char *ParName, Double_t iError)
 Set error value for parameter with given name.
 
virtual Bool_t SetParFixed (const char *ParName, Bool_t iFixed=kTRUE)
 Set for parameter with given name, is it fixed or not.
 
void SetParName (Int_t n, const char *name)
 Set new name for parameter object with provided index.
 
virtual Bool_t SetParRange (const char *ParName, Double_t RangeMin, Double_t RangeMax)
 Set range limits for parameter with given name.
 
void SetParsNames (const char *name0="Par0", const char *name1="Par1", const char *name2="Par2", const char *name3="Par3", const char *name4="Par4", const char *name5="Par5", const char *name6="Par6", const char *name7="Par7", const char *name8="Par8", const char *name9="Par9")
 Set names of first 10 parameters.
 
void SetParsValues (Double_t *pars)
 Set value for all parameters from array.
 
void SetParsValues (Double_t par0=0., Double_t par1=0., Double_t par2=0., Double_t par3=0., Double_t par4=0., Double_t par5=0., Double_t par6=0., Double_t par7=0., Double_t par8=0., Double_t par9=0.)
 Set values for first 10 parameters.
 
Bool_t SetParValue (const char *ParName, Double_t iValue)
 Set value of parameter with given name.
 
- Public Member Functions inherited from TGo4FitNamed
 TGo4FitNamed ()
 Default constructor.
 
 TGo4FitNamed (const char *Name, const char *Title, TNamed *Owner=nullptr)
 Creates TGo4FitNamed object and set name and title.
 
virtual ~TGo4FitNamed ()
 Destroy TGo4FitNamed object.
 
const char * GetFullName ()
 Returns full name of object.
 
TNamed * GetOwner ()
 Return owner of object.
 
const char * GetOwnerFullName ()
 Return full name of owner.
 
void Print (Option_t *option="") const override
 
void SetOwner (TNamed *iOwner)
 Sets owner of object.
 
- Public Member Functions inherited from TGo4FitSlotList
 TGo4FitSlotList ()
 
virtual ~TGo4FitSlotList ()
 
Bool_t CheckObjects (Bool_t MakeOut=kTRUE)
 Check, if all necessary objects are provided.
 
void ClearObjects (const char *PlaceName=nullptr, Bool_t NonOwned=kTRUE)
 Clear object from slot(s), which are defined by PlaceName condition.
 
void ClearSlot (TGo4FitSlot *slot, Bool_t NonOwned)
 Clear object in specified slot.
 
Bool_t ConnectSlots (const char *Slot1FullName, const char *Slot2FullName)
 Connects first slot to second.
 
Bool_t ConnectSlots (TGo4FitSlot *slot1, TGo4FitSlot *slot2)
 Connects first slot to second.
 
TGo4FitSlotFindSlot (const char *FullSlotName)
 Find slot in list with given full name;.
 
TGo4FitSlotGetSlot (Int_t nslot)
 Returns slots from list with specified index.
 
const TObjArray * GetSlotList (Bool_t ForceUpdate=kFALSE)
 Return pointer in TObjArray with list of all slots in list.
 
Bool_t IsEmptySlots ()
 Return kTRUE, if there are empty slots in list.
 
TGo4FitSlotIsObjectInSlots (TObject *obj)
 Checks, if object assign to one of slots.
 
Int_t NumSlots ()
 Returns number of slots in list.
 
TGo4FitSlotSetObject (const char *PlaceName, TObject *obj, Bool_t iOwned=kFALSE)
 Set object to first suitable slot, which have PlaceName name or owner of which has PlaceName full name with defined ownership flag.
 
TGo4FitSlotSetObject (TObject *obj, Bool_t iOwned=kFALSE)
 Set object to first suitable slot with defined ownership flag.
 
void SetSaveFlagForObjects (Int_t iSaveFlag, const char *PlaceName=nullptr)
 Set save flag for object(s), assigned to fitter.
 
void SetUpdateSlotList ()
 Update internal list of slots (if exists).
 

Protected Member Functions

Double_t CalculateFCN (Int_t FitFunctionType, TGo4FitData *selectdata=nullptr)
 
void CollectAllPars () override
 Should collect parameters from all associated to fitter objects.
 
Bool_t DataBuffersAllocated (TGo4FitData *data)
 
Double_t DoCalculation () override
 Calculates value of fit function according current values of parameters.
 
Int_t DoNDFCalculation () override
 Calculates number of dimensions of freedom; Should be implemented in inherited classes.
 
void FinalizeFitterData () override
 Finalize fitter data.
 
Double_t * GetDataBinsDevs (TGo4FitData *data) const
 
Double_t * GetDataBinsResult (TGo4FitData *data) const
 
Int_t GetDataBinsSize (TGo4FitData *data) const
 
Double_t * GetDataBinsValues (TGo4FitData *data) const
 
Double_t * GetModelBinsValues (TGo4FitModel *model, const char *DataName) const
 
Bool_t InitFitterData () override
 Initialize fitter data.
 
Bool_t ModelBuffersAllocated (TGo4FitModel *model)
 
Double_t PointFitFunction (Int_t FitFunctionType, Double_t value, Double_t modelvalue, Double_t standdev)
 
void RebuildAll (Bool_t ForceBuild=kFALSE)
 Update all data objects and model components according to current parameters values.
 
- Protected Member Functions inherited from TGo4FitterAbstract
void CheckParsListChanging ()
 If appropriate flag sets (via SetParsListChange() method), function recollect all parameters from all objects, associated to fitter.
 
void ExecuteDependencies (Double_t *pars)
 Execute dependencies in currently associated configuration (if exist).
 
virtual void Finalize ()
 Remove all buffer, created in Initialize() routine.
 
void FinalizeDependencies (TObjArray &Dependencies)
 Relese memory, allocated for dependency executions.
 
TGo4FitParameterGet (Int_t n) override
 Return pointer on parameter of given index.
 
virtual Bool_t Initialize ()
 Initialize fitter.
 
Bool_t InitializeDependencies (TObjArray &Dependencies, Bool_t BlockPars, Bool_t DoInit)
 Initialize a list of dependencies (TGo4FitDependecy object), which used in configuration.
 
Bool_t IsInitialized () const
 Return kTRUE, if Initialize() was done.
 
void RunDependenciesList (TObjArray &Dependencies, Double_t *pars)
 Execute dependency equations.
 
- Protected Member Functions inherited from TGo4FitParsList
TGo4FitParameterAddPar (TGo4FitParameter *par)
 
void ClearParsBlocking ()
 
TGo4FitParameterFind (const char *OwnerFullName, const char *ParName)
 
TGo4FitParameterFind (const char *ParName)
 
TGo4FitParameterFind (TGo4FitParameter *par)
 
TGo4FitParameterInsertPar (TGo4FitParameter *par, Int_t indx)
 
Bool_t RemoveParByIndex (Int_t indx)
 
void SetParsOwner (TGo4FitNamed *iOwner)
 
- Protected Member Functions inherited from TGo4FitSlotList
void CheckDuplicatesOnSlot ()
 Resolve situation, when same object assigned to several slots with ownership flag.
 
 ClassDef (TGo4FitSlotList, 1)
 
void PrepareSlotsForWriting ()
 

Protected Attributes

Int_t fiFitFunctionType {0}
 Defines type of fitted function.
 
Int_t fiMemoryUsage {0}
 Defines use of memory during actions executions.
 
TObjArray fxDatas
 Container for data objects.
 
TObjArray fxModels
 Container for model components.
 
- Protected Attributes inherited from TGo4FitterAbstract
Bool_t fbInitializationDone {kFALSE}
 Flag showing, that initialization was complete.
 
Bool_t fbNeedToFinalize {kFALSE}
 Flag, showing, that finalize method should be called before fitter will be destroyed.
 
Bool_t fbParsAsResults {kFALSE}
 
Bool_t fbParsChange {kFALSE}
 Boolean variable, showing that number of parameters is changed.
 
TObjArray fxActions
 Array of actions objects (inherited from TGo4FitterAction).
 
TGo4FitterConfigfxCurrentConfig {nullptr}
 Pointer on currently activated config object.
 
TArrayD fxResults
 Array of result values.
 
- Protected Attributes inherited from TGo4FitSlotList
Bool_t fbUpdateSlotList {kFALSE}
 
TObjArray * fxSlotList {nullptr}
 

Private Member Functions

void CheckSlotsBeforeDelete (TGo4FitComponent *comp)
 
void MoveDrawObjectsToROOT ()
 

Private Attributes

TObjArray * fxDrawObjs {nullptr}
 
TUserFitFunction fxUserFitFunction {nullptr}
 Pointer on user fit function.
 

Friends

class TGo4FitAmplEstimation
 

Detailed Description

Central class of Go4Fit package.

Definition at line 38 of file TGo4Fitter.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ff_least_squares 
ff_chi_square 
ff_chi_Pearson 
ff_chi_Neyman 
ff_chi_gamma 
ff_ML_Poisson 
ff_user 

Definition at line 40 of file TGo4Fitter.h.

Constructor & Destructor Documentation

◆ TGo4Fitter() [1/3]

TGo4Fitter::TGo4Fitter ( )

Default constructor.

Definition at line 39 of file TGo4Fitter.cxx.

References TGo4FitterAbstract::TGo4FitterAbstract(), fiFitFunctionType, fiMemoryUsage, fxDatas, fxDrawObjs, fxModels, and fxUserFitFunction.

Referenced by PrintAmpls(), and PrintLines().

◆ TGo4Fitter() [2/3]

TGo4Fitter::TGo4Fitter ( const char * iName,
const char * iTitle )

Creates TGo4Fitter object and sets name and title.

Definition at line 45 of file TGo4Fitter.cxx.

References TGo4FitterAbstract::TGo4FitterAbstract(), fiFitFunctionType, fiMemoryUsage, fxDatas, fxDrawObjs, fxModels, and fxUserFitFunction.

◆ TGo4Fitter() [3/3]

TGo4Fitter::TGo4Fitter ( const char * iName,
Int_t iFitFunctionType,
Bool_t IsAddStandardActions )

Creates TGo4Fitter object and set type of fit function.

If AddStandardActions flag is set,

Definition at line 53 of file TGo4Fitter.cxx.

References TGo4FitterAbstract::TGo4FitterAbstract(), AddStandardActions(), fiFitFunctionType, fiMemoryUsage, fxDatas, fxDrawObjs, fxModels, fxUserFitFunction, and SetFitFunctionType().

◆ ~TGo4Fitter()

TGo4Fitter::~TGo4Fitter ( )
virtual

Destructor.

Delete TGo4Fitter object.

Definition at line 64 of file TGo4Fitter.cxx.

References TGo4FitSlotList::CheckDuplicatesOnSlot(), and MoveDrawObjectsToROOT().

Member Function Documentation

◆ AddAmplEstimation()

void TGo4Fitter::AddAmplEstimation ( Int_t NumIters = 1)

Add amplitude estimation to actions list.

Definition at line 726 of file TGo4Fitter.cxx.

References TGo4FitterAbstract::AddAction(), and TGo4FitAmplEstimation.

Referenced by AddStandardActions(), BuildFitter(), TGo4FitPanel::Button_PerformFit(), and TGo4FitPanel::Cmd_AddNewAction().

◆ AddData()

TGo4FitData * TGo4Fitter::AddData ( TGo4FitData * d)

Add data object to fitter.

Data object owned by fitter and will be destroyed together with fitter.

Definition at line 119 of file TGo4Fitter.cxx.

References fxDatas, TGo4FitterAbstract::SetParsListChange(), and TGo4FitSlotList::SetUpdateSlotList().

Referenced by AddGraph(), AddH1(), BuildFitter(), TGo4FitPanel::Cmd_AddNewData(), TGo4FitPanel::CreateDataFor(), Example13(), Example8(), Example9(), and TGo4FitPanel::Wiz_CreateNewData().

◆ AddGauss1()

TGo4FitModelGauss1 * TGo4Fitter::AddGauss1 ( const char * DataName,
const char * ModelName,
Double_t iPosition,
Double_t iWidth,
Double_t iAmpl = 1.,
Int_t Axis = 0 )

◆ AddGraph()

TGo4FitDataGraph * TGo4Fitter::AddGraph ( const char * DataName,
TGraph * gr,
Bool_t Owned = kFALSE,
Double_t lrange = 0.,
Double_t rrange = 0. )

Create TGo4FitDataGraph object and adds its to fitter.

Definition at line 144 of file TGo4Fitter.cxx.

References AddData(), and TGo4FitComponent::SetRange().

Referenced by Example12().

◆ AddH1()

TGo4FitDataHistogram * TGo4Fitter::AddH1 ( const char * DataName,
TH1 * histo,
Bool_t Owned = kFALSE,
Double_t lrange = 0.,
Double_t rrange = 0. )

Create TGo4FitDataHistogram object and adds its to fitter.

Definition at line 127 of file TGo4Fitter.cxx.

References AddData(), and TGo4FitComponent::SetRange().

Referenced by Example1(), Example10(), Example11(), Example2(), Example3(), Example4(), and Example5().

◆ AddModel() [1/2]

TGo4FitModel * TGo4Fitter::AddModel ( const char * DataName,
TGo4FitModel * m )

Add model component to fitter and assign it to specified data object.

Definition at line 218 of file TGo4Fitter.cxx.

References TGo4FitModel::AssignToData(), fxModels, TGo4FitterAbstract::SetParsListChange(), and TGo4FitSlotList::SetUpdateSlotList().

◆ AddModel() [2/2]

TGo4FitModel * TGo4Fitter::AddModel ( TGo4FitModel * m)

Add model component to fitter.

Model already should be assigned to at least one data object.

Definition at line 210 of file TGo4Fitter.cxx.

References fxModels, TGo4FitterAbstract::SetParsListChange(), and TGo4FitSlotList::SetUpdateSlotList().

Referenced by AddGauss1(), AddPolynoms(), AddPolynomX(), AddPolynomX(), BuildFitter(), CloneModel(), TGo4FitPanel::CreateModel(), Example10(), Example13(), Example2(), Example3(), Example4(), Example8(), and Example9().

◆ AddPolynoms()

void TGo4Fitter::AddPolynoms ( const char * DataName,
const char * NamePrefix,
Int_t MaxOrder = 1,
Int_t NumAxis = 1,
Int_t GroupIndex = 0 )

Construct full polynom for specified data object.

NamePrefix sets prefix of model name for each polynom component. MaxOrder sets maximum order of polynom (default =1 ) NumAxis sets number of axis, for which polynom will be sets GroupIndex sets index of models group for all polynomial components (default = 0 - background group)

Definition at line 323 of file TGo4Fitter.cxx.

References AddModel(), FindModel(), and TGo4FitModel::SetGroupIndex().

Referenced by TGo4FitPanel::Button_SimpleFit(), and TGo4FitPanel::CreateModel().

◆ AddPolynomX() [1/2]

void TGo4Fitter::AddPolynomX ( const char * DataName,
const char * NamePrefix,
Int_t MaxOrder = 1,
Int_t GroupIndex = 0,
Double_t lrange = 0.,
Double_t rrange = 0. )

Construct 1-dim polynom for specified data object for x scale.

NamePrefix sets prefix of model name for each polynom component. MaxOrder sets maximum order of polynom (default =1 ) NumAxis sets number of axis, for which polynom will be sets GroupIndex sets index of models group for all polynom components (default = 0 - background group) lbound and rbound sets range, where polynom will be calculated

Definition at line 235 of file TGo4Fitter.cxx.

References AddModel(), FindModel(), TGo4FitModel::SetGroupIndex(), and TGo4FitComponent::SetRange().

Referenced by Example1(), Example10(), Example12(), Example2(), Example3(), Example4(), Example5(), TGo4FitPeakFinder::HansEsselPeakFinder(), TGo4FitPeakFinder::ROOTPeakFinder(), and TGo4FitPeakFinder::SergeyLinevPeakFinder().

◆ AddPolynomX() [2/2]

void TGo4Fitter::AddPolynomX ( const char * DataName,
const char * NamePrefix,
TArrayD & Coef,
Int_t GroupIndex = 0 )

Construct 1-dim polynom with specified polynom coefficients NamePrefix sets prefix of model name for each polynom component.

GroupIndex sets index of models group for all polynomial components (default = 0 - background group)

Definition at line 281 of file TGo4Fitter.cxx.

References AddModel(), FindModel(), TGo4FitComponent::SetAmplValue(), and TGo4FitModel::SetGroupIndex().

◆ AddStandardActions()

void TGo4Fitter::AddStandardActions ( )

Add list of standard actions to fitter.

Now : AmplEstimate action and Minuit minimizer with "MIGRAD 500 1" command.

Definition at line 731 of file TGo4Fitter.cxx.

References AddAmplEstimation(), and TGo4FitterAbstract::AddSimpleMinuit().

Referenced by TGo4Fitter(), BuildFitter(), TGo4FitPanel::Button_PerformFit(), and TGo4FitPanel::CreateFitterFor().

◆ AssignModelTo()

void TGo4Fitter::AssignModelTo ( const char * ModelName,
const char * DataName,
Double_t RatioValue = 1.,
Bool_t FixRatio = kFALSE )

Assign model to specified data object.

When model assigns to more then one data, additional "Ratio1", "Ratio2" and so on parameters will be created. They means ratio in amplitude of model component in this data to amplitude of this component in data, to which model was assigned first. By default, this ratio is 1. and not fixed.

Definition at line 467 of file TGo4Fitter.cxx.

References TGo4FitModel::AssignToData(), TGo4FitModel::ClearAssignments(), FindModel(), GetData(), GetNumData(), and TGo4FitterAbstract::SetParsListChange().

Referenced by TGo4FitPanel::Cmd_AssignModelToAllData(), TGo4FitPanel::Cmd_AssignModelToData(), TGo4FitPanel::Wiz_ModelList_itemChanged(), and TGo4FitPanel::Wiz_ModelListSelect().

◆ CalculateFCN()

◆ CalculateFitFunction()

Double_t TGo4Fitter::CalculateFitFunction ( Double_t * pars = nullptr,
Int_t FitFunctionType = -1,
const char * DataName = nullptr )

Calculate value of fit function for given set of parameters and specified type of fit function (it can not correspond to minimized fit function type).

If DataName not specified (default), fitfunction calculates for all data objects.

Definition at line 652 of file TGo4Fitter.cxx.

References CalculateFCN(), TGo4FitterAbstract::ExecuteDependencies(), FindData(), GetFitFunctionType(), and TGo4FitParsList::SetParsValues().

◆ CalculateNDF()

Int_t TGo4Fitter::CalculateNDF ( const char * DataName = nullptr)

Calculates number of degree of freedom (NDF).

If DataName not specified (default), NDF calculates for all data objects. NDF defined as total number of bins in data object minus number of variable parameters.

Definition at line 665 of file TGo4Fitter.cxx.

References TGo4FitData::DefineBinsSize(), FindData(), GetData(), GetModel(), GetNumData(), GetNumModel(), TGo4FitModel::IsAssignTo(), and TGo4FitParsList::NumFreePars().

Referenced by DoNDFCalculation().

◆ CalculatesIntegral()

Double_t TGo4Fitter::CalculatesIntegral ( const char * DataName,
const char * ModelName = nullptr,
Bool_t OnlyCounts = kFALSE )

Calculates integral for data or model (if ModelName is specified) if OnlyCounts specified, only sum of values in bins position are calculated.

Definition at line 894 of file TGo4Fitter.cxx.

References TGo4FitModel::AfterEval(), TGo4FitModel::BeforeEval(), TGo4FitModel::EvaluateAtPoint(), FindData(), FindModel(), TGo4FitComponent::GetAmplValue(), TGo4FitModel::GetRatioValueFor(), and TGo4FitData::MakeIter().

Referenced by CalculatesModelIntegral(), TGo4FitPanel::FillParsTable(), TGo4FitPanel::UpdateWizStackWidget(), and TGo4FitPanel::Wiz_GetModelInfo().

◆ CalculatesModelIntegral()

Double_t TGo4Fitter::CalculatesModelIntegral ( const char * ModelName,
Bool_t OnlyCounts = kFALSE )

Calculates integral of model (if ModelName is specified) if OnlyCounts specified, only sum of values in bins position are calculated.

Definition at line 927 of file TGo4Fitter.cxx.

References TGo4FitModel::AssignmentName(), CalculatesIntegral(), and FindModel().

Referenced by TGo4FitPanel::FillParsTable().

◆ CalculatesMomentums()

Bool_t TGo4Fitter::CalculatesMomentums ( const char * DataName,
Bool_t UseRanges,
Bool_t SubstractModels,
Double_t & first,
Double_t & second )

Calculates first and second momentum for specified data Usage of ranges and subtraction of model can be specified.

Definition at line 813 of file TGo4Fitter.cxx.

References TGo4FitModel::AfterEval(), TGo4FitModel::BeforeEval(), TGo4FitDataIter::CountPoints(), TGo4FitModel::EvaluateAtPoint(), FindData(), TGo4FitComponent::GetAmplValue(), GetModel(), GetNumModel(), TGo4FitModel::GetRatioValueFor(), and TGo4FitData::MakeIter().

Referenced by TGo4FitPanel::LocateModel().

◆ ChangeDataNameInAssignments()

void TGo4Fitter::ChangeDataNameInAssignments ( const char * oldname,
const char * newname )

Change data name in model component assignments.

This function should be used, if data name is changing out of the fitter.

Definition at line 494 of file TGo4Fitter.cxx.

References TGo4FitModel::ChangeDataNameInAssignments(), GetModel(), and GetNumModel().

Referenced by TGo4FitPanel::ChangeObjectName(), and TGo4FitPanel::Wiz_DataList_doubleClicked().

◆ CheckSlotsBeforeDelete()

◆ Clear()

void TGo4Fitter::Clear ( Option_t * option = "")
override

Remove all data, all models and all actions.

Definition at line 97 of file TGo4Fitter.cxx.

References TGo4FitterAbstract::Clear(), DeleteAllData(), and DeleteAllModels().

Referenced by TGo4FitPanel::Cmd_ClearFitter().

◆ ClearModelAssignmentTo()

void TGo4Fitter::ClearModelAssignmentTo ( const char * ModelName,
const char * DataName = nullptr )

Remove assignment to given data (if exists).

If DataName == nullptr, all assignments will be cleared.

Definition at line 482 of file TGo4Fitter.cxx.

References TGo4FitModel::ClearAssignments(), TGo4FitModel::ClearAssignmentTo(), FindModel(), and TGo4FitterAbstract::SetParsListChange().

Referenced by TGo4FitPanel::Wiz_ModelList_itemChanged(), and TGo4FitPanel::Wiz_ModelListSelect().

◆ CloneModel()

TGo4FitModel * TGo4Fitter::CloneModel ( const char * ModelName,
const char * NewName = nullptr )

Clones specified model.

Definition at line 391 of file TGo4Fitter.cxx.

References AddModel(), and FindModel().

Referenced by TGo4FitPanel::Cmd_CloneModel(), and TGo4FitPanel::Wiz_CloneModelBtn_clicked().

◆ CollectAllPars()

void TGo4Fitter::CollectAllPars ( )
overrideprotectedvirtual

Should collect parameters from all associated to fitter objects.

This function should be extend in inherited classes.

Reimplemented from TGo4FitterAbstract.

Definition at line 80 of file TGo4Fitter.cxx.

References TGo4FitModel::AssignmentName(), TGo4FitterAbstract::CollectAllPars(), TGo4FitComponent::CollectParsTo(), FindData(), GetData(), GetModel(), GetNumData(), GetNumModel(), and TGo4FitModel::NumAssigments().

◆ CreateDrawObject()

TObject * TGo4Fitter::CreateDrawObject ( const char * ObjName,
const char * DataName,
Bool_t IsModel = kFALSE,
const char * ModelName = nullptr )

Create object (TH1 or TGraph), which can be drawn.

Object can contain data bins (IsModel = kFALSE), full data model (IsModel = kTRUE, ModelName = nullptr) or specific model component (IsModel = kTRUE, ModelName specify component name)

Definition at line 935 of file TGo4Fitter.cxx.

References TGo4FitModel::AfterEval(), TGo4FitModel::BeforeEval(), TGo4FitModel::EvaluateAtPoint(), FindData(), FindModel(), TGo4FitComponent::GetAmplValue(), TGo4FitModel::GetGroupIndex(), GetModel(), GetNumModel(), TGo4FitModel::GetRatioValueFor(), TGo4FitModel::IsAssignTo(), and TGo4FitData::MakeIter().

Referenced by TGo4FitPanel::Button_FitterDraw(), Draw(), Example8(), and Example9().

◆ DataBuffersAllocated()

Bool_t TGo4Fitter::DataBuffersAllocated ( TGo4FitData * data)
protected

◆ DeleteAllData()

void TGo4Fitter::DeleteAllData ( )

◆ DeleteAllModels()

void TGo4Fitter::DeleteAllModels ( )

◆ DeleteModelsAssosiatedTo()

void TGo4Fitter::DeleteModelsAssosiatedTo ( const char * DataName)

◆ DoCalculation()

Double_t TGo4Fitter::DoCalculation ( )
overrideprotectedvirtual

Calculates value of fit function according current values of parameters.

Should be implemented in inherited classes.

Reimplemented from TGo4FitterAbstract.

Definition at line 687 of file TGo4Fitter.cxx.

References CalculateFCN(), and fiFitFunctionType.

◆ DoNDFCalculation()

Int_t TGo4Fitter::DoNDFCalculation ( )
overrideprotectedvirtual

Calculates number of dimensions of freedom; Should be implemented in inherited classes.

Reimplemented from TGo4FitterAbstract.

Definition at line 692 of file TGo4Fitter.cxx.

References CalculateNDF().

◆ Draw()

void TGo4Fitter::Draw ( Option_t * option)
override

Draw fitter on current canvas.

As options, data name(s) or component name(s) should be specified, separated by commas. For instance: Draw("data1") - draw data object with name "data1" and it's full model Draw("data1,Gauss1,Gauss2") - draw data object "data1", full model and model components with names "Gauss1" and "Gauss2" All objects is created via CreateDrawObject() method and stored in internal list. They will be moved to ROOT when fitter will be destroyed.

Definition at line 1076 of file TGo4Fitter.cxx.

References CreateDrawObject(), FindModel(), fxDrawObjs, GetData(), GetDataName(), GetModel(), GetNumData(), GetNumModel(), TGo4FitModel::IsAssignTo(), MoveDrawObjectsToROOT(), and TGo4FitNamed::SetOwner().

Referenced by Example1(), Example10(), Example11(), Example12(), Example13(), Example2(), Example4(), Example5(), Example6(), and Example7().

◆ EstimateAmplitudes()

void TGo4Fitter::EstimateAmplitudes ( Int_t NumIters = 1)

Estimate amplitude of all model components.

This routine typically should be executed before general minimization routine. To obtain good estimation of amplitudes, rest model parameters (like position and widths) should has good estimation, otherwise amplitude estimation routine gives unacceptable values.

Definition at line 720 of file TGo4Fitter.cxx.

References TGo4FitAmplEstimation::DoAction(), and TGo4FitAmplEstimation.

◆ FillSlotList()

void TGo4Fitter::FillSlotList ( TSeqCollection * list)
overridevirtual

Collect all TGo4FitSlot objects, situated in fitter, data and models to givven TObjArray.

Reimplemented from TGo4FitSlotList.

Definition at line 737 of file TGo4Fitter.cxx.

References TGo4FitSlotList::FillSlotList(), GetComp(), and GetNumComp().

◆ FinalizeFitterData()

void TGo4Fitter::FinalizeFitterData ( )
overrideprotectedvirtual

Finalize fitter data.

Called during Finalize() method. Should be reimplemented in derived classes.

Reimplemented from TGo4FitterAbstract.

Definition at line 541 of file TGo4Fitter.cxx.

References TGo4FitData::Finalize(), TGo4FitModel::Finalize(), GetData(), GetModel(), GetNumData(), and GetNumModel().

◆ FindData()

◆ FindModel()

TGo4FitModel * TGo4Fitter::FindModel ( const char * ModelName)

◆ FindNextName()

TString TGo4Fitter::FindNextName ( const char * Head,
Int_t start,
Bool_t isModel = kTRUE )

◆ GetComp()

TGo4FitComponent * TGo4Fitter::GetComp ( Int_t n)

Return TGo4FitComponent object with given index.

If index < GetNumData() return data object, else return model component. If index not valid, return 0.

Definition at line 227 of file TGo4Fitter.cxx.

References GetData(), GetModel(), and GetNumData().

Referenced by FillSlotList().

◆ GetData()

◆ GetDataBinsDevs()

Double_t * TGo4Fitter::GetDataBinsDevs ( TGo4FitData * data) const
protected

Definition at line 764 of file TGo4Fitter.cxx.

References TGo4FitData::GetBinsDevs().

Referenced by TGo4FitAmplEstimation::CalculateWithBuffers().

◆ GetDataBinsResult()

Double_t * TGo4Fitter::GetDataBinsResult ( TGo4FitData * data) const
protected

Definition at line 769 of file TGo4Fitter.cxx.

References TGo4FitData::GetBinsResult().

Referenced by TGo4FitAmplEstimation::CalculateWithBuffers().

◆ GetDataBinsSize()

Int_t TGo4Fitter::GetDataBinsSize ( TGo4FitData * data) const
protected

Definition at line 754 of file TGo4Fitter.cxx.

References TGo4FitData::GetBinsSize().

Referenced by TGo4FitAmplEstimation::CalculateWithBuffers().

◆ GetDataBinsValues()

Double_t * TGo4Fitter::GetDataBinsValues ( TGo4FitData * data) const
protected

Definition at line 759 of file TGo4Fitter.cxx.

References TGo4FitData::GetBinsValues().

Referenced by TGo4FitAmplEstimation::CalculateWithBuffers().

◆ GetDataName()

const char * TGo4Fitter::GetDataName ( Int_t n)

Return name of data object with given index.

If index not valid, return 0.

Definition at line 109 of file TGo4Fitter.cxx.

References GetData().

Referenced by TGo4FitAmplEstimation::CalculateWithBuffers(), TGo4FitPanel::Cmd_AssignModelToData(), Draw(), TGo4FitPanel::FillPopupForItem(), and TGo4FitPanel::UpdateWizDataList().

◆ GetFitFunctionType()

Int_t TGo4Fitter::GetFitFunctionType ( ) const
inline

◆ GetMemoryUsage()

Int_t TGo4Fitter::GetMemoryUsage ( ) const
inline

Return value of memory usage parameter.

See SetMemoryUsage for detailed description.

Definition at line 114 of file TGo4Fitter.h.

References fiMemoryUsage.

Referenced by CalculateFCN(), and InitFitterData().

◆ GetModel()

◆ GetModelBinsValues()

Double_t * TGo4Fitter::GetModelBinsValues ( TGo4FitModel * model,
const char * DataName ) const
protected

Definition at line 774 of file TGo4Fitter.cxx.

References TGo4FitModel::GetModelBins().

Referenced by TGo4FitAmplEstimation::CalculateWithBuffers().

◆ GetNumComp()

Int_t TGo4Fitter::GetNumComp ( ) const
inline

Return total number of TGo4FitComponent (data and model) objects in fitter.

This is just a sum GetNumData()+GetNumModel().

Definition at line 282 of file TGo4Fitter.h.

References GetNumData(), and GetNumModel().

Referenced by FillSlotList(), and PrintAmpls().

◆ GetNumData()

◆ GetNumModel()

◆ InitFitterData()

Bool_t TGo4Fitter::InitFitterData ( )
overrideprotectedvirtual

Initialize fitter data.

Called during Initialize() method. Should be reimplemented in derived classes.

Reimplemented from TGo4FitterAbstract.

Definition at line 500 of file TGo4Fitter.cxx.

References TGo4FitModel::ConnectToDataIfAssigned(), ff_least_squares, ff_user, fiFitFunctionType, fxUserFitFunction, GetData(), GetMemoryUsage(), GetModel(), GetNumData(), GetNumModel(), TGo4FitData::Initialize(), and TGo4FitModel::Initialize().

◆ ModelBuffersAllocated()

Bool_t TGo4Fitter::ModelBuffersAllocated ( TGo4FitModel * model)
protected

◆ MoveDrawObjectsToROOT()

void TGo4Fitter::MoveDrawObjectsToROOT ( )
private

Definition at line 1305 of file TGo4Fitter.cxx.

References fxDrawObjs.

Referenced by ~TGo4Fitter(), and Draw().

◆ NumModelsAssosiatedTo()

Int_t TGo4Fitter::NumModelsAssosiatedTo ( const char * DataName)

Counts models associated with specific data.

Definition at line 431 of file TGo4Fitter.cxx.

References GetModel(), and GetNumModel().

◆ PointFitFunction()

Double_t TGo4Fitter::PointFitFunction ( Int_t FitFunctionType,
Double_t value,
Double_t modelvalue,
Double_t standdev )
protected

◆ Print()

void TGo4Fitter::Print ( Option_t * option = "") const
override

Print containment of fitter.

If option = "**", print also containment of all associated objects like histogram, calibrations and so on.

Definition at line 779 of file TGo4Fitter.cxx.

References ff_chi_gamma, ff_chi_Neyman, ff_chi_Pearson, ff_chi_square, ff_ML_Poisson, ff_user, fiFitFunctionType, fxDatas, fxModels, TGo4FitterAbstract::Print(), PrintAmpls(), PrintLines(), TGo4FitParsList::PrintPars(), and TGo4FitterAbstract::PrintResults().

Referenced by Example10(), Example11(), Example12(), Example13(), Example2(), Example4(), Example5(), Example7(), and Example8().

◆ PrintAmpls()

void TGo4Fitter::PrintAmpls ( ) const

◆ PrintLines()

void TGo4Fitter::PrintLines ( ) const

Print amplitude, position and width for each model components.

Definition at line 1253 of file TGo4Fitter.cxx.

References TGo4Fitter(), TGo4FitComponent::GetAmplValue(), GetNumModel(), TGo4FitModel::GetPosition(), and TGo4FitModel::GetWidth().

Referenced by Print().

◆ ProvideLastDrawObjects()

void TGo4Fitter::ProvideLastDrawObjects ( TObjArray & lst)

Copy pointer on drawn object after last command to specified TObjArray.

From this moment user should take care about proper destroying of this objects.

Definition at line 1296 of file TGo4Fitter.cxx.

References fxDrawObjs.

◆ RebuildAll()

void TGo4Fitter::RebuildAll ( Bool_t ForceBuild = kFALSE)
protected

Update all data objects and model components according to current parameters values.

Only those objects will be recalculated, which parameters were changed after last recalculation. If ForceBuild flag is set (default = kFALSE), all objects will be recalculated anyway.

Definition at line 697 of file TGo4Fitter.cxx.

References TGo4FitModel::AddModelToDataResult(), TGo4FitData::BuffersAllocated(), TGo4FitData::GetBinsResult(), TGo4FitData::GetBinsSize(), GetData(), GetModel(), GetNumData(), GetNumModel(), TGo4FitModel::IsAssignTo(), and TGo4FitModel::RebuildShape().

Referenced by CalculateFCN(), and TGo4FitAmplEstimation::CalculateWithBuffers().

◆ RemoveData()

TGo4FitData * TGo4Fitter::RemoveData ( const char * DataName,
Bool_t IsDel = kFALSE )

Remove data object from fitter.

If IsDel flag is set, object will be destroyed, otherwise (by default) function return pointer on this object.

Definition at line 175 of file TGo4Fitter.cxx.

References CheckSlotsBeforeDelete(), FindData(), fxDatas, TGo4FitterAbstract::SetParsListChange(), and TGo4FitSlotList::SetUpdateSlotList().

Referenced by TGo4FitPanel::Cmd_DeleteData(), and TGo4FitPanel::Wiz_RemoveData().

◆ RemoveModel()

TGo4FitModel * TGo4Fitter::RemoveModel ( const char * ModelName,
Bool_t IsDel = kFALSE )

Remove model component from fitter.

If IsDel flag specified, component is delete, otherwise (by default) function return pointer on this model component.

Definition at line 414 of file TGo4Fitter.cxx.

References CheckSlotsBeforeDelete(), FindModel(), fxModels, TGo4FitterAbstract::SetParsListChange(), and TGo4FitSlotList::SetUpdateSlotList().

Referenced by TGo4FitPanel::Cmd_RemoveModel(), and TGo4FitPanel::Wiz_DelModelBtn_clicked().

◆ SetFitFunctionType()

void TGo4Fitter::SetFitFunctionType ( Int_t iFitFunctionType)
inline

Set fitted function type for minimization.

Possible values are: TGo4Fitter:ff_least_squares = 0 sum of difference squares between model and data; TGo4Fitter:ff_chi_square = 1 standard chi-square sum TGo4Fitter:ff_chi_Pearson = 2 Pearson chi-square for Poisson statistic TGo4Fitter:ff_chi_Neyman = 3 modified Neyman chi-square for Poisson statistic TGo4Fitter:ff_chi_gamma = 4 modified chi-square for Poisson statistic TGo4Fitter:ff_ML_Poisson = 5 -2Ln from maximum likelihood function for Poisson statistic TGo4Fitter:ff_user = 6 user function User function type should not be specified directly, but using SetUserFitFunction() method. More information about fit function types can be found in Go4Fit tutorial.

Definition at line 81 of file TGo4Fitter.h.

References fiFitFunctionType.

Referenced by TGo4Fitter(), TGo4FitPanel::CreateFitterFor(), QFitterWidget::FitFunctionTypeCmb_activated(), and TGo4FitPanel::Wiz_FitFuncCmb_activated().

◆ SetGraph()

TGo4FitDataGraph * TGo4Fitter::SetGraph ( const char * DataName,
TGraph * gr,
Bool_t Owned = kFALSE )

Set graph to existing TGo4FitDataGraph object.

Definition at line 153 of file TGo4Fitter.cxx.

References FindData(), and TGo4FitDataGraph::SetGraph().

◆ SetH1()

TGo4FitDataHistogram * TGo4Fitter::SetH1 ( const char * DataName,
TH1 * histo,
Bool_t Owned = kFALSE )

Set histogram to existing TGo4FitDataHistogram object.

Definition at line 136 of file TGo4Fitter.cxx.

References FindData(), and TGo4FitDataHistogram::SetHistogram().

◆ SetMemoryUsage()

void TGo4Fitter::SetMemoryUsage ( Int_t iMemoryUsage)

Set value of memory usage.

This parameter can be: 0 - no additional memory will be allocated in buffers 1 - buffers will be allocated only for data objects 2 - buffers will be used for all data and models objects 3 - individual setup for data and model objects will be used for memory allocations

Definition at line 70 of file TGo4Fitter.cxx.

References fiMemoryUsage.

Referenced by BuildFitter(), TGo4FitPanel::Button_PeakFinder(), TGo4FitPanel::Button_PerformFit(), TGo4FitPanel::Button_SimpleFit(), TGo4FitPanel::CreateFitterFor(), Example13(), and Example8().

◆ SetUserFitFunction()

void TGo4Fitter::SetUserFitFunction ( TUserFitFunction iFunc)
inline

Set user-defined fitted function.

Function should be global and has following signature: Double_t (TUserFitFunction)(Int_t, Double_t, Double_t*) First parameter - number of points, Second - array of data points, Third - array of model points. Function should return value, which will be MINIMIZED by fitter. If necessary maximization, fit function should return negative value.

Definition at line 98 of file TGo4Fitter.h.

References ff_user, fiFitFunctionType, and fxUserFitFunction.

Friends And Related Symbol Documentation

◆ TGo4FitAmplEstimation

friend class TGo4FitAmplEstimation
friend

Definition at line 386 of file TGo4Fitter.h.

References TGo4FitAmplEstimation.

Referenced by AddAmplEstimation(), EstimateAmplitudes(), and TGo4FitAmplEstimation.

Field Documentation

◆ fiFitFunctionType

Int_t TGo4Fitter::fiFitFunctionType {0}
protected

Defines type of fitted function.

Definition at line 429 of file TGo4Fitter.h.

Referenced by TGo4Fitter(), TGo4Fitter(), TGo4Fitter(), DoCalculation(), GetFitFunctionType(), InitFitterData(), Print(), SetFitFunctionType(), and SetUserFitFunction().

◆ fiMemoryUsage

Int_t TGo4Fitter::fiMemoryUsage {0}
protected

Defines use of memory during actions executions.

Definition at line 434 of file TGo4Fitter.h.

Referenced by TGo4Fitter(), TGo4Fitter(), TGo4Fitter(), GetMemoryUsage(), and SetMemoryUsage().

◆ fxDatas

TObjArray TGo4Fitter::fxDatas
protected

Container for data objects.

Definition at line 419 of file TGo4Fitter.h.

Referenced by TGo4Fitter(), TGo4Fitter(), TGo4Fitter(), AddData(), DeleteAllData(), FindData(), GetData(), GetNumData(), Print(), and RemoveData().

◆ fxDrawObjs

TObjArray* TGo4Fitter::fxDrawObjs {nullptr}
private

◆ fxModels

TObjArray TGo4Fitter::fxModels
protected

◆ fxUserFitFunction

TUserFitFunction TGo4Fitter::fxUserFitFunction {nullptr}
private

Pointer on user fit function.

Definition at line 444 of file TGo4Fitter.h.

Referenced by TGo4Fitter(), TGo4Fitter(), TGo4Fitter(), InitFitterData(), PointFitFunction(), and SetUserFitFunction().


The documentation for this class was generated from the following files: