|
Heavy ion Analysis Libriares
|
#include <HistogramManager.h>
Public Member Functions | |
| HistogramManager_2_2D (const HistogramManager_2_2D &manager) | |
| HistogramManager_2_2D< T > & | operator= (const HistogramManager_2_2D &manager) |
| void | Init (Int_t sizeX, Int_t sizeY, HistogramAxisConf **axisconf, TString title, Bool_t Sumw=kFALSE) |
| void | Init (Int_t sizeX, Int_t sizeY, 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_1_2D< T > * | Get (Int_t i) const |
| T * | At (Int_t i, Int_t j) const |
| void | Fill (Int_t i, Int_t j, Double_t X, Double_t Y) |
| void | Fill (Int_t i, Int_t j, Double_t X, Double_t Y, Double_t weight) |
Public Attributes | |
| HistogramManager_1_2D< T > * | fArray |
class for store 2-dim array of 2-dim histograms
Definition at line 522 of file HistogramManager.h.
|
inline |
Definition at line 531 of file HistogramManager.h.
| Hal::HistogramManager_2_2D< T >::HistogramManager_2_2D | ( | const HistogramManager_2_2D< T > & | manager | ) |
Definition at line 441 of file HistogramManager.cxx.
|
inlinevirtual |
Definition at line 609 of file HistogramManager.h.
|
inline |
| i | 1st index in array of histograms |
| j | 2nd index in array of histograms |
Definition at line 591 of file HistogramManager.h.
|
inline |
fill histogram
| i | 1st index in array of histograms |
| j | 2nd index in array of histograms |
| X | x-value to fill |
| Y | y-value to fill |
Definition at line 599 of file HistogramManager.h.
|
inline |
fill histogram
| i | 1st index in array of histograms |
| j | 2nd index in array of histograms |
| X | x-value to fill |
| Y | y-value to fill |
| weight | weight of filling |
Definition at line 608 of file HistogramManager.h.
|
inline |
| i | index |
Definition at line 584 of file HistogramManager.h.
| TList * Hal::HistogramManager_2_2D< T >::GetFlatList | ( | ) | const |
Definition at line 509 of file HistogramManager.cxx.
|
inline |
Definition at line 568 of file HistogramManager.h.
| void Hal::HistogramManager_2_2D< T >::Init | ( | Int_t | sizeX, |
| Int_t | sizeY, | ||
| HistogramAxisConf ** | axisconf, | ||
| TString | title, | ||
| Bool_t | Sumw = kFALSE ) |
initialize histograms
| sizeX | size of array (1st dim) |
| sizeY | size of array (2nd dim) |
| axisconf | array of axis configurations |
| title | title of histograms |
| Sumw | if true Suwm is called for histograms |
Definition at line 470 of file HistogramManager.cxx.
| void Hal::HistogramManager_2_2D< T >::Init | ( | Int_t | sizeX, |
| Int_t | sizeY, | ||
| 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 |
| 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 482 of file HistogramManager.cxx.
| HistogramManager_2_2D< T > & Hal::HistogramManager_2_2D< T >::operator= | ( | const HistogramManager_2_2D< T > & | manager | ) |
Definition at line 452 of file HistogramManager.cxx.
| Package * Hal::HistogramManager_2_2D< T >::Report | ( | ) | const |
Definition at line 500 of file HistogramManager.cxx.
| HistogramManager_1_2D<T>* Hal::HistogramManager_2_2D< T >::fArray |
array of arrays
Definition at line 530 of file HistogramManager.h.