#include <TGo4FitDataGraph.h>
Inheritance diagram for TGo4FitDataGraphIter:

Public Methods | |
| TGo4FitDataGraphIter () | |
| TGo4FitDataGraphIter (TGo4FitDataGraph *Data) | |
| ~TGo4FitDataGraphIter () | |
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 | |
| TGo4FitDataGraph * | fxData |
| Int_t | fiNumPoints |
|
|
Definition at line 57 of file TGo4FitDataGraph.cxx. |
|
|
Definition at line 61 of file TGo4FitDataGraph.cxx. |
|
|
Definition at line 65 of file TGo4FitDataGraph.cxx. |
|
|
Return pointer on correspondent TGo4FitData object, which create iterator. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 97 of file TGo4FitDataGraph.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 69 of file TGo4FitDataGraph.cxx. References fiNumPoints, fxData, TGo4FitDataGraph::GetGraph(), and TGo4FitDataIter::ReserveArrays(). |
|
|
Perform specific actions to read all values from data object. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 77 of file TGo4FitDataGraph.cxx. References TGo4FitDataIter::fdStandardDeviation, TGo4FitDataIter::fdValue, fxData, TGo4FitDataIter::fxIndexes, TGo4FitDataIter::GetDeviation(), TGo4FitDataGraph::GetGraph(), and TGo4FitDataIter::ProduceScales(). |
|
|
Move pointer to following data point. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 94 of file TGo4FitDataGraph.cxx. References fiNumPoints, and TGo4FitDataIter::fxIndexes. |
|
|
Definition at line 103 of file TGo4FitDataGraph.h. Referenced by GetData(), ReadCurrentPoint(), and StartReset(). |
|
|
Definition at line 104 of file TGo4FitDataGraph.h. Referenced by ShiftToNextPoint(), and StartReset(). |
1.2.15