#include <TGo4FitDataGraph.h>
Inheritance diagram for TGo4FitDataGraphIter:
Public Member Functions | |
TGo4FitDataGraphIter () | |
TGo4FitDataGraphIter (TGo4FitDataGraph *Data) | |
~TGo4FitDataGraphIter () | |
Protected Member Functions | |
virtual TGo4FitData * | GetData () const |
Return pointer on correspondent TGo4FitData object, which create iterator. | |
virtual Bool_t | StartReset () |
Reset pointer and other specific values to the beggining of data. | |
virtual Bool_t | ReadCurrentPoint () |
Perform specific actions to read all values from data object. | |
virtual Bool_t | ShiftToNextPoint () |
Move pointer to following data point. | |
Private Attributes | |
TGo4FitDataGraph * | fxData |
Int_t | fiNumPoints |
|
Definition at line 66 of file TGo4FitDataGraph.cxx. |
|
Definition at line 73 of file TGo4FitDataGraph.cxx. |
|
Definition at line 80 of file TGo4FitDataGraph.cxx. |
|
Return pointer on correspondent TGo4FitData object, which create iterator. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 98 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 84 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 93 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 115 of file TGo4FitDataGraph.cxx. References fiNumPoints, and TGo4FitDataIter::fxIndexes. |
|
Definition at line 104 of file TGo4FitDataGraph.h. Referenced by GetData(), ReadCurrentPoint(), and StartReset(). |
|
Definition at line 105 of file TGo4FitDataGraph.h. Referenced by ShiftToNextPoint(), and StartReset(). |