#include <TGo4FitDataRidge.h>
Inheritance diagram for TGo4FitDataRidgeIter:
Public Methods | |
TGo4FitDataRidgeIter () | |
TGo4FitDataRidgeIter (TGo4FitDataRidge *data) | |
~TGo4FitDataRidgeIter () | |
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 | |
TGo4FitDataRidge * | fxData |
TGo4FitDataIter * | iter |
TArrayD | fxOwnScales |
|
Definition at line 63 of file TGo4FitDataRidge.cxx. |
|
Definition at line 67 of file TGo4FitDataRidge.cxx. |
|
Definition at line 71 of file TGo4FitDataRidge.cxx. References iter. |
|
Return pointer on correspondent TGo4FitData object, which create iterator. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 112 of file TGo4FitDataRidge.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 75 of file TGo4FitDataRidge.cxx. References TGo4FitData::dtHistogram, fxData, fxOwnScales, TGo4FitDataRidge::GetData(), TGo4FitData::GetDataType(), TGo4FitDataIter::IndexesSize(), iter, TGo4FitData::MakeIter(), TGo4FitDataIter::ReserveArrays(), TGo4FitDataIter::Reset(), and TGo4FitDataIter::ScalesSize(). |
|
Perform specific actions to read all values from data object. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 95 of file TGo4FitDataRidge.cxx. References TGo4FitDataIter::fdStandardDeviation, TGo4FitDataIter::fdValue, fxData, fxOwnScales, TGo4FitDataIter::GetDeviation(), TGo4FitDataRidge::GetSelectedAxis(), TGo4FitDataIter::Indexes(), iter, n, TGo4FitDataIter::ProduceScales(), TGo4FitDataIter::Scales(), TGo4FitDataIter::ScalesSize(), and TGo4FitDataIter::Value(). |
|
Move pointer to following data point. Should be implemented in derived classes. Implements TGo4FitDataIter. Definition at line 110 of file TGo4FitDataRidge.cxx. References iter, TGo4FitDataIter::Next(), and TGo4FitDataIter::Value(). |
|
Definition at line 118 of file TGo4FitDataRidge.h. Referenced by GetData(), ReadCurrentPoint(), and StartReset(). |
|
Definition at line 119 of file TGo4FitDataRidge.h. Referenced by ReadCurrentPoint(), ShiftToNextPoint(), StartReset(), and ~TGo4FitDataRidgeIter(). |
|
Definition at line 120 of file TGo4FitDataRidge.h. Referenced by ReadCurrentPoint(), and StartReset(). |