GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TGo4FitDataGraphIter Class Reference

#include <TGo4FitDataGraph.h>

+ Inheritance diagram for TGo4FitDataGraphIter:

Public Member Functions

 TGo4FitDataGraphIter ()
 
 TGo4FitDataGraphIter (TGo4FitDataGraph *Data)
 
 ~TGo4FitDataGraphIter ()
 
- Public Member Functions inherited from TGo4FitDataIter
 TGo4FitDataIter ()
 
virtual ~TGo4FitDataIter ()
 
virtual Bool_t Reset (Bool_t UseRanges=kTRUE)
 
virtual Bool_t Next (Bool_t UseRanges=kTRUE)
 
Bool_t HasIndexes () const
 
Int_t IndexesSize () const
 
const Int_t * Indexes () const
 
Bool_t DefineIndexesLimits (TArrayI &Limits)
 
Int_t ScalesSize () const
 
const Double_t * Scales () const
 
Double_t x () const
 
Double_t y () const
 
Double_t z () const
 
Bool_t HasWidths () const
 
const Double_t * Widths () const
 
Double_t xWidths () const
 
Double_t Value () const
 
Double_t StandardDeviation () const
 
Int_t Point () const
 
Bool_t CheckPointForRange ()
 
Int_t CountPoints (Bool_t UseRanges=kTRUE)
 
Bool_t ReachEnd () const
 
TH1 * CreateHistogram (const char *HistoName, Bool_t UseRanges=kFALSE, Bool_t SetBins=kFALSE)
 
TGraph * CreateGraph (const char *GraphName, Bool_t UseRanges=kFALSE, Bool_t SetBins=kFALSE)
 
TObject * CreateDrawObject (const char *ObjName)
 

Protected Member Functions

virtual TGo4FitDataGetData () const
 
virtual Bool_t StartReset ()
 
virtual Bool_t ReadCurrentPoint ()
 
virtual Bool_t ShiftToNextPoint ()
 
- Protected Member Functions inherited from TGo4FitDataIter
Bool_t ReserveArrays (Int_t NumDimen, Int_t NumOwnAxis, Bool_t HasWidth)
 
void TransformScales (Double_t *scales)
 
Bool_t ProduceScales (const Int_t *index, const Double_t *ownscales, const Double_t *ownwidths)
 
Bool_t NextIndex (TArrayI &Index, TArrayI &Limits)
 
Bool_t GetDeviation ()
 

Private Attributes

TGo4FitDataGraphfxData
 
Int_t fiNumPoints
 

Additional Inherited Members

- Protected Attributes inherited from TGo4FitDataIter
TArrayI fxIndexes
 
TArrayD fxScales
 
TArrayD fxWidths
 
Double_t fdValue
 
Double_t fdStandardDeviation
 
Int_t fiNumPoint
 
Bool_t fbReachEnd
 

Detailed Description

Definition at line 89 of file TGo4FitDataGraph.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

virtual TGo4FitData* TGo4FitDataGraphIter::GetData ( ) const
inlineprotectedvirtual

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 ( )
protectedvirtual

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 ( )
protectedvirtual

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 ( )
protectedvirtual

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().

Member Data Documentation

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().


The documentation for this class was generated from the following files: