#include <TGo4FitDataHistogram.h>
Inheritance diagram for TGo4FitDataHistogramIter:
Public Member Functions | |
TGo4FitDataHistogramIter () | |
TGo4FitDataHistogramIter (TGo4FitDataHistogram *data) | |
~TGo4FitDataHistogramIter () | |
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 | |
TGo4FitDataHistogram * | fxData |
TArrayI | fxLimits |
TArrayD | fxOwnScales |
TArrayD | fxOwnWidths |
|
Definition at line 59 of file TGo4FitDataHistogram.cxx. |
|
Definition at line 63 of file TGo4FitDataHistogram.cxx. |
|
Definition at line 67 of file TGo4FitDataHistogram.cxx. |
|
Return pointer on correspondent TGo4FitData object, which create iterator. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 98 of file TGo4FitDataHistogram.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 70 of file TGo4FitDataHistogram.cxx. References fxData, fxLimits, fxOwnScales, fxOwnWidths, TGo4FitDataHistogram::GetHistogram(), and TGo4FitDataIter::ReserveArrays(). |
|
Perform specific actions to read all values from data object. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 87 of file TGo4FitDataHistogram.cxx. References TGo4FitDataIter::fdStandardDeviation, TGo4FitDataIter::fdValue, fxData, TGo4FitDataIter::fxIndexes, fxOwnScales, fxOwnWidths, TGo4FitDataIter::GetDeviation(), TGo4FitDataHistogram::GetHistogram(), and TGo4FitDataIter::ProduceScales(). |
|
Move pointer to following data point. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 118 of file TGo4FitDataHistogram.cxx. References TGo4FitDataIter::fxIndexes, fxLimits, and TGo4FitDataIter::NextIndex(). |
|
Definition at line 104 of file TGo4FitDataHistogram.h. Referenced by GetData(), ReadCurrentPoint(), and StartReset(). |
|
Definition at line 105 of file TGo4FitDataHistogram.h. Referenced by ShiftToNextPoint(), and StartReset(). |
|
Definition at line 106 of file TGo4FitDataHistogram.h. Referenced by ReadCurrentPoint(), and StartReset(). |
|
Definition at line 107 of file TGo4FitDataHistogram.h. Referenced by ReadCurrentPoint(), and StartReset(). |