#include <TGo4FitDataProfile.h>
Inheritance diagram for TGo4FitDataProfileIter:

Public Methods | |
| TGo4FitDataProfileIter () | |
| TGo4FitDataProfileIter (TGo4FitDataProfile *Data) | |
| ~TGo4FitDataProfileIter () | |
Protected Methods | |
| virtual TGo4FitData * | GetData () const |
| Return pointer on correspondent TGo4FitData object, which create iterator. More... | |
| virtual Bool_t | StartReset () |
| Reset pointer and other specific values to the beggining of data. More... | |
| virtual Bool_t | ReadCurrentPoint () |
| Perform specific actions to read all values from data object. More... | |
| virtual Bool_t | ShiftToNextPoint () |
| Move pointer to following data point. More... | |
Private Attributes | |
| TGo4FitDataProfile * | fxData |
| Int_t | fiNumPoints |
|
|
Definition at line 56 of file TGo4FitDataProfile.cxx. |
|
|
Definition at line 59 of file TGo4FitDataProfile.cxx. |
|
|
Definition at line 63 of file TGo4FitDataProfile.cxx. |
|
|
Return pointer on correspondent TGo4FitData object, which create iterator. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 93 of file TGo4FitDataProfile.h. References fxData. |
|
|
Reset pointer and other specific values to the beggining of data. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 66 of file TGo4FitDataProfile.cxx. References fiNumPoints, fxData, TGo4FitDataProfile::GetProfile(), and TGo4FitDataIter::ReserveArrays(). |
|
|
Perform specific actions to read all values from data object. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 74 of file TGo4FitDataProfile.cxx. References TGo4FitDataIter::fdStandardDeviation, TGo4FitDataIter::fdValue, fxData, TGo4FitDataIter::fxIndexes, TGo4FitDataIter::GetDeviation(), TGo4FitDataProfile::GetProfile(), and TGo4FitDataIter::ProduceScales(). |
|
|
Move pointer to following data point. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 92 of file TGo4FitDataProfile.cxx. References fiNumPoints, and TGo4FitDataIter::fxIndexes. |
|
|
Definition at line 99 of file TGo4FitDataProfile.h. Referenced by GetData(), ReadCurrentPoint(), and StartReset(). |
|
|
Definition at line 100 of file TGo4FitDataProfile.h. Referenced by ShiftToNextPoint(), and StartReset(). |
1.2.15