#include <TGo4FitDataProfile.h>
Inheritance diagram for TGo4FitDataProfile:
Public Methods | |
TGo4FitDataProfile () | |
Default constructor. More... | |
TGo4FitDataProfile (const char *iName, TProfile *=0, Bool_t iGraphOwned=kFALSE, Bool_t AddAmpl=kFALSE) | |
Create TGo4FitDataProfile object with given name. More... | |
virtual | ~TGo4FitDataProfile () |
Destroys TGo4FitDataProfile object. More... | |
TProfile * | GetProfile () |
Returns pointer on TProfile object. More... | |
void | SetProfile (TProfile *iProfile, Bool_t iProfileOwned=kFALSE) |
Set pointer on TProfile object. More... | |
TGo4FitDataIter * | MakeIter () |
Create TGo4FitDataProfileIter iterator, assosiated with given data object.. More... | |
virtual void | FillSlotList (TSeqCollection *list) |
Add pointer on slot, which should contain TProfile object, to list of slots. More... | |
virtual void | Print (Option_t *option) const |
Print information on standard output. More... | |
Protected Attributes | |
TGo4FitSlot | fxProfile |
Slot for TProfile object. More... |
The TProfile object can be assigned to TGo4FitDataProfile object in constructor, in SetProfile() method or in SetObject() method of fitter. TProfile object may owned, or may not owned by data object.
Definition at line 27 of file TGo4FitDataProfile.h.
|
Default constructor.
Definition at line 22 of file TGo4FitDataProfile.cxx. |
|
Create TGo4FitDataProfile object with given name. Pointer on TProfile object and ownership flag can be specified. Scaling factor (amplitude) also can be added. Definition at line 26 of file TGo4FitDataProfile.cxx. References TGo4FitData::SetExcludeLessThen(). |
|
Destroys TGo4FitDataProfile object.
Definition at line 32 of file TGo4FitDataProfile.cxx. |
|
Returns pointer on TProfile object.
Definition at line 50 of file TGo4FitDataProfile.h. References fxProfile, and TGo4FitSlot::GetObject(). Referenced by TGo4FitDataProfileIter::ReadCurrentPoint(), and TGo4FitDataProfileIter::StartReset(). |
|
Set pointer on TProfile object. Ownership flag also can be specified. By default TProfile object not owned. Definition at line 56 of file TGo4FitDataProfile.h. References fxProfile, and TGo4FitSlot::SetObject(). |
|
Create TGo4FitDataProfileIter iterator, assosiated with given data object..
Reimplemented from TGo4FitData. Definition at line 35 of file TGo4FitDataProfile.cxx. |
|
Add pointer on slot, which should contain TProfile object, to list of slots.
Reimplemented from TGo4FitData. Definition at line 39 of file TGo4FitDataProfile.cxx. References TGo4FitData::FillSlotList(), and fxProfile. |
|
Print information on standard output.
Reimplemented from TGo4FitData. Definition at line 44 of file TGo4FitDataProfile.cxx. References fxProfile, TGo4FitSlot::Print(), and TGo4FitData::Print(). |
|
Slot for TProfile object. @label fxProfile Definition at line 79 of file TGo4FitDataProfile.h. Referenced by FillSlotList(), GetProfile(), Print(), and SetProfile(). |