|
Heavy ion Analysis Libriares
|
#include <HistogramManager.h>
Public Member Functions | |
| HistogramManager_1_1D (const HistogramManager_1_1D &manager) | |
| HistogramManager_1_1D< T > & | operator= (const HistogramManager_1_1D &manager) |
| void | Init (Int_t size, HistogramAxisConf **axisconf, TString title, Bool_t Sumw=kFALSE) |
| void | Init (Int_t size, Int_t binsX, Double_t minX, Double_t maxX, Bool_t sumw=kFALSE) |
| void | OverwriteAt (T *t, Int_t pos) |
| T * | At (Int_t i) const |
| T ** | GetArrray () const |
| void | Fill (Int_t i, Double_t val) |
| void | Fill (Int_t i, Double_t val, Double_t weight) |
| Int_t | GetSize () const |
| TString | GetComment (Int_t i) |
| void | SetComment (TString comment, Int_t i) |
| TList * | GetFlatList () const |
| Package * | Report () const |
Public Attributes | |
| T ** | fArray |
Protected Attributes | |
| Int_t | fSize |
| Int_t | fAxisNo |
| TString * | fComments |
template that store 1dim array of 1-dim histograms
Definition at line 78 of file HistogramManager.h.
|
inline |
Definition at line 97 of file HistogramManager.h.
| Hal::HistogramManager_1_1D< T >::HistogramManager_1_1D | ( | const HistogramManager_1_1D< T > & | manager | ) |
Definition at line 40 of file HistogramManager.cxx.
|
inlinevirtual |
Definition at line 174 of file HistogramManager.h.
|
inline |
return histogram
| i | histogram position |
Definition at line 128 of file HistogramManager.h.
|
inline |
fill histogram
| i | histogram index |
| val | value to fill |
Definition at line 139 of file HistogramManager.h.
|
inline |
fill histogram
| i | histogram position |
| val | value to fill |
| weight | weight of value |
Definition at line 146 of file HistogramManager.h.
|
inline |
Definition at line 133 of file HistogramManager.h.
|
inline |
| i | histogram index |
Definition at line 157 of file HistogramManager.h.
| TList * Hal::HistogramManager_1_1D< T >::GetFlatList | ( | ) | const |
Definition at line 128 of file HistogramManager.cxx.
|
inline |
Definition at line 151 of file HistogramManager.h.
| void Hal::HistogramManager_1_1D< T >::Init | ( | Int_t | size, |
| HistogramAxisConf ** | axisconf, | ||
| TString | title, | ||
| Bool_t | Sumw = kFALSE ) |
initialize histograms
| size | size of array |
| axisconf | array of axis configurations |
| title | title of histograms |
| Sumw | if true Suwm is called for histograms |
Definition at line 78 of file HistogramManager.cxx.
| void Hal::HistogramManager_1_1D< T >::Init | ( | Int_t | size, |
| Int_t | binsX, | ||
| Double_t | minX, | ||
| Double_t | maxX, | ||
| Bool_t | sumw = kFALSE ) |
initialize histograms
| size | size of array |
| binsX | number of bins |
| minX | x-min |
| maxX | x-max |
| sumw | if true call Sumw |
Definition at line 94 of file HistogramManager.cxx.
| HistogramManager_1_1D< T > & Hal::HistogramManager_1_1D< T >::operator= | ( | const HistogramManager_1_1D< T > & | manager | ) |
Definition at line 53 of file HistogramManager.cxx.
| void Hal::HistogramManager_1_1D< T >::OverwriteAt | ( | T * | t, |
| Int_t | pos ) |
overwite this histogram, old histogram will be deleted
param pos
Definition at line 109 of file HistogramManager.cxx.
| Package * Hal::HistogramManager_1_1D< T >::Report | ( | ) | const |
Definition at line 119 of file HistogramManager.cxx.
|
inline |
set comment to histogram
| comment | comment |
| i | histogram position |
Definition at line 163 of file HistogramManager.h.
| T** Hal::HistogramManager_1_1D< T >::fArray |
array of histograms
Definition at line 96 of file HistogramManager.h.
|
protected |
number of axis
Definition at line 87 of file HistogramManager.h.
|
protected |
array of comments
Definition at line 91 of file HistogramManager.h.
|
protected |
size of array
Definition at line 83 of file HistogramManager.h.