#include <TGo4FitDataGraph.h>
Public Member Functions | |
TGo4FitDataGraphIter () | |
TGo4FitDataGraphIter (TGo4FitDataGraph *Data) | |
~TGo4FitDataGraphIter () | |
Protected Member Functions | |
virtual TGo4FitData * | GetData () const |
virtual Bool_t | StartReset () |
virtual Bool_t | ReadCurrentPoint () |
virtual Bool_t | ShiftToNextPoint () |
Private Attributes | |
TGo4FitDataGraph * | fxData |
Int_t | fiNumPoints |
Definition at line 89 of file TGo4FitDataGraph.h.
TGo4FitDataGraphIter::TGo4FitDataGraphIter | ( | ) |
Definition at line 64 of file TGo4FitDataGraph.cxx.
TGo4FitDataGraphIter::TGo4FitDataGraphIter | ( | TGo4FitDataGraph * | Data | ) |
Definition at line 71 of file TGo4FitDataGraph.cxx.
TGo4FitDataGraphIter::~TGo4FitDataGraphIter | ( | ) |
Definition at line 78 of file TGo4FitDataGraph.cxx.
virtual TGo4FitData* TGo4FitDataGraphIter::GetData | ( | ) | const [inline, protected, virtual] |
Return pointer on correspondent TGo4FitData object, which create iterator. Should be implemented in derived classes.
Implements TGo4FitDataIter.
Definition at line 96 of file TGo4FitDataGraph.h.
References fxData.
Bool_t TGo4FitDataGraphIter::ReadCurrentPoint | ( | ) | [protected, virtual] |
Perform specific actions to read all values from data object. Should be implemented in derived classes.
Implements TGo4FitDataIter.
Definition at line 91 of file TGo4FitDataGraph.cxx.
References TGo4FitDataIter::fdStandardDeviation, TGo4FitDataIter::fdValue, fxData, TGo4FitDataIter::fxIndexes, TGo4FitDataIter::GetDeviation(), TGo4FitDataGraph::GetGraph(), and TGo4FitDataIter::ProduceScales().
Bool_t TGo4FitDataGraphIter::ShiftToNextPoint | ( | ) | [protected, virtual] |
Move pointer to following data point. Should be implemented in derived classes.
Implements TGo4FitDataIter.
Definition at line 113 of file TGo4FitDataGraph.cxx.
References fiNumPoints, and TGo4FitDataIter::fxIndexes.
Bool_t TGo4FitDataGraphIter::StartReset | ( | ) | [protected, virtual] |
Reset pointer and other specific values to the beginning of data. Should be implemented in derived classes.
Implements TGo4FitDataIter.
Definition at line 82 of file TGo4FitDataGraph.cxx.
References fiNumPoints, fxData, TGo4FitDataGraph::GetGraph(), and TGo4FitDataIter::ReserveArrays().
Int_t TGo4FitDataGraphIter::fiNumPoints [private] |
Definition at line 103 of file TGo4FitDataGraph.h.
Referenced by ShiftToNextPoint(), and StartReset().
TGo4FitDataGraph* TGo4FitDataGraphIter::fxData [private] |
Definition at line 102 of file TGo4FitDataGraph.h.
Referenced by GetData(), ReadCurrentPoint(), and StartReset().