|
Heavy ion Analysis Libriares
|
#include <HistogramManager.h>
Public Member Functions | |
| HistogramManager_3_1D (const HistogramManager_3_1D &manager) | |
| HistogramManager_3_1D< T > & | operator= (const HistogramManager_3_1D &manager) |
| void | Init (Int_t sizeX, Int_t sizeY, Int_t sizeZ, HistogramAxisConf **axisconf, TString title, Bool_t Sumw=kFALSE) |
| void | Init (Int_t sizeX, Int_t sizeY, Int_t sizeZ, Int_t binsX, Double_t minX, Double_t maxX, Bool_t sumw=kFALSE) |
| Int_t | GetSize () const |
| TList * | GetFlatList () const |
| Package * | Report () const |
| HistogramManager_2_1D< T > * | Get (Int_t i) const |
| T * | At (Int_t i, Int_t j, Int_t k) const |
| void | Fill (Int_t i, Int_t j, Int_t k, Double_t X) |
| void | Fill (Int_t i, Int_t j, Int_t k, Double_t X, Double_t weight) |
Public Attributes | |
| HistogramManager_2_1D< T > * | fArray |
3-dim array of 1-dim histogram
Definition at line 723 of file HistogramManager.h.
|
inline |
Definition at line 732 of file HistogramManager.h.
| Hal::HistogramManager_3_1D< T >::HistogramManager_3_1D | ( | const HistogramManager_3_1D< T > & | manager | ) |
Definition at line 604 of file HistogramManager.cxx.
|
inlinevirtual |
Definition at line 802 of file HistogramManager.h.
|
inline |
| i | 1st index in array of histograms |
| j | 2nd index in array of histograms |
| k | 3rd index in array of histograms |
Definition at line 784 of file HistogramManager.h.
|
inline |
fill given histogram
| i | 1st index in array of histograms |
| j | 2nd index in array of histograms |
| k | f3rd index in array of histograms |
| X | value |
Definition at line 792 of file HistogramManager.h.
|
inline |
fill given histogram
| i | 1st index in array of histograms |
| j | 2nd index in array of histograms |
| k | f3rd index in array of histograms |
| X | value |
| weight | weight |
Definition at line 801 of file HistogramManager.h.
|
inline |
get sub-barray
| i | index |
Definition at line 776 of file HistogramManager.h.
| TList * Hal::HistogramManager_3_1D< T >::GetFlatList | ( | ) | const |
Definition at line 670 of file HistogramManager.cxx.
|
inline |
Definition at line 760 of file HistogramManager.h.
| void Hal::HistogramManager_3_1D< T >::Init | ( | Int_t | sizeX, |
| Int_t | sizeY, | ||
| Int_t | sizeZ, | ||
| HistogramAxisConf ** | axisconf, | ||
| TString | title, | ||
| Bool_t | Sumw = kFALSE ) |
initialize histograms
| sizeX | size of array (1st dim) |
| sizeY | size of array (2nd dim) |
| sizeZ | size of array (3rd dim) |
| axisconf | array of axis configurations |
| title | title of histograms |
| Sumw | if true Suwm is called for histograms |
Definition at line 633 of file HistogramManager.cxx.
| void Hal::HistogramManager_3_1D< T >::Init | ( | Int_t | sizeX, |
| Int_t | sizeY, | ||
| Int_t | sizeZ, | ||
| Int_t | binsX, | ||
| Double_t | minX, | ||
| Double_t | maxX, | ||
| Bool_t | sumw = kFALSE ) |
initialize histograms
| sizeX | size of array |
| sizeY | size of array |
| sizeZ | size of array |
| binsX | number of bins |
| minX | x-min |
| maxX | x-max |
| sumw | if true call Sumw |
Definition at line 651 of file HistogramManager.cxx.
| HistogramManager_3_1D< T > & Hal::HistogramManager_3_1D< T >::operator= | ( | const HistogramManager_3_1D< T > & | manager | ) |
Definition at line 615 of file HistogramManager.cxx.
| Package * Hal::HistogramManager_3_1D< T >::Report | ( | ) | const |
Definition at line 661 of file HistogramManager.cxx.
| HistogramManager_2_1D<T>* Hal::HistogramManager_3_1D< T >::fArray |
array of arrays
Definition at line 731 of file HistogramManager.h.