#include <TGo4FitDataHistogram.h>
Inheritance diagram for TGo4FitDataHistogram:
Public Member Functions | |
TGo4FitDataHistogram () | |
Default constructor. | |
TGo4FitDataHistogram (const char *iName, TH1 *=0, Bool_t iHistogramOwned=kFALSE, Bool_t AddAmpl=kFALSE) | |
Creates TGo4FitDataHistogram object with provided name. | |
virtual | ~TGo4FitDataHistogram () |
Destroys TGo4FitDataHistogram object. | |
TH1 * | GetHistogram () |
Return pointer on assigned histogram. | |
void | SetHistogram (TH1 *iHistogram, Bool_t iHistogramOwned=kFALSE) |
Set histogram to object. | |
TGo4FitDataIter * | MakeIter () |
Create TGo4FitDataHistogramIter iterator, assosiated with given data object. | |
virtual void | FillSlotList (TSeqCollection *list) |
Add pointer on slot, which should contains histogram, to list. | |
virtual void | Print (Option_t *option) const |
Print information to standard output. | |
Protected Attributes | |
TGo4FitSlot | fxHistogram |
Slot for storing pointer on TH1 object slot for TH1*. |
There are several implementations of TH1 for one, two and three-dimensional histogram. All of them inherited from TH1 class and supported in TGo4FitDataHistogram object. The histogram can be assigned to TGo4FitDataHistogram object in constructor, in SetHistogram() method or in SetObject() method of fitter. Histogram may owned, or may not owned by data object. TGo4FitDataHistogram gets from histogram number of dimensions and number of bins on each axis. The first and last bins on each axis (0 and NBins+1 indexes) are excluded from data analysis. This means, that data object uses only bins, which has indexes from 1 to NBins. If no calibration objects are sets up, TGo4FitDataHistogram can uses axis values, taken from histogram itself. As axis values central position of each bin is using.
Definition at line 32 of file TGo4FitDataHistogram.h.
|
Default constructor.
Definition at line 24 of file TGo4FitDataHistogram.cxx. |
|
Creates TGo4FitDataHistogram object with provided name. Pointer on histogram (derived from TH1 class) and ownership flag can be sets up in constructor. Scaling factor for bins (amplitude) can be added. Definition at line 28 of file TGo4FitDataHistogram.cxx. |
|
Destroys TGo4FitDataHistogram object.
Definition at line 33 of file TGo4FitDataHistogram.cxx. |
|
Return pointer on assigned histogram.
Definition at line 55 of file TGo4FitDataHistogram.h. References fxHistogram, and TGo4FitSlot::GetObject(). Referenced by TGo4FitDataHistogramIter::ReadCurrentPoint(), and TGo4FitDataHistogramIter::StartReset(). |
|
Set histogram to object. Ownership flag also can be sets up. By default histogram is not owned by object. Definition at line 36 of file TGo4FitDataHistogram.cxx. References fxHistogram, and TGo4FitSlot::SetObject(). Referenced by Example5(). |
|
Create TGo4FitDataHistogramIter iterator, assosiated with given data object.
Reimplemented from TGo4FitData. Definition at line 41 of file TGo4FitDataHistogram.cxx. |
|
Add pointer on slot, which should contains histogram, to list.
Reimplemented from TGo4FitData. Definition at line 45 of file TGo4FitDataHistogram.cxx. References TGo4FitData::FillSlotList(), and fxHistogram. |
|
Print information to standard output.
Reimplemented from TGo4FitData. Definition at line 50 of file TGo4FitDataHistogram.cxx. References fxHistogram, TGo4FitSlot::Print(), and TGo4FitData::Print(). |
|
Slot for storing pointer on TH1 object slot for TH1*.
Definition at line 84 of file TGo4FitDataHistogram.h. Referenced by FillSlotList(), GetHistogram(), Print(), and SetHistogram(). |