|
Heavy ion Analysis Libriares
|
#include <HistogramManager.h>
Public Member Functions | |
| HistogramManager_3_2D (const HistogramManager_3_2D &manager) | |
| HistogramManager_3_2D< T > & | operator= (const HistogramManager_3_2D &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, Int_t binsY, Int_t minY, Int_t maxY, Bool_t sumw=kFALSE) |
| Int_t | GetSize () const |
| TList * | GetFlatList () const |
| Package * | Report () const |
| HistogramManager_2_2D< 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, Double_t Y) |
| void | Fill (Int_t i, Int_t j, Int_t k, Double_t X, Double_t Y, Double_t weight) |
Public Attributes | |
| HistogramManager_2_2D< T > * | fArray |
3-dim array of 2-dim histograms
Definition at line 809 of file HistogramManager.h.
|
inline |
Definition at line 818 of file HistogramManager.h.
| Hal::HistogramManager_3_2D< T >::HistogramManager_3_2D | ( | const HistogramManager_3_2D< T > & | manager | ) |
Definition at line 684 of file HistogramManager.cxx.
|
inlinevirtual |
Definition at line 904 of file HistogramManager.h.
|
inline |
| i | 1st index |
| j | 2nd index |
| k | 3rd index |
Definition at line 882 of file HistogramManager.h.
|
inline |
fill given histogram
| i | 1st index |
| j | 2nd index |
| k | f3rd index |
| X | x-value |
| Y | y-value |
Definition at line 891 of file HistogramManager.h.
|
inline |
fill given histogram
| i | 1st index |
| j | 2nd index |
| k | f3rd index |
| X | x-value |
| Y | y-value |
| weight | weight |
Definition at line 901 of file HistogramManager.h.
|
inline |
| TList * Hal::HistogramManager_3_2D< T >::GetFlatList | ( | ) | const |
Definition at line 758 of file HistogramManager.cxx.
|
inline |
Definition at line 858 of file HistogramManager.h.
| void Hal::HistogramManager_3_2D< 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 713 of file HistogramManager.cxx.
| void Hal::HistogramManager_3_2D< T >::Init | ( | Int_t | sizeX, |
| Int_t | sizeY, | ||
| Int_t | sizeZ, | ||
| Int_t | binsX, | ||
| Double_t | minX, | ||
| Double_t | maxX, | ||
| Int_t | binsY, | ||
| Int_t | minY, | ||
| Int_t | maxY, | ||
| 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 |
| binsY | number of bins |
| minY | y-min |
| maxY | y-max |
| sumw | if true call Sumw |
Definition at line 730 of file HistogramManager.cxx.
| HistogramManager_3_2D< T > & Hal::HistogramManager_3_2D< T >::operator= | ( | const HistogramManager_3_2D< T > & | manager | ) |
Definition at line 695 of file HistogramManager.cxx.
| Package * Hal::HistogramManager_3_2D< T >::Report | ( | ) | const |
Definition at line 749 of file HistogramManager.cxx.
| HistogramManager_2_2D<T>* Hal::HistogramManager_3_2D< T >::fArray |
array of arrays
Definition at line 817 of file HistogramManager.h.