Heavy ion Analysis Libriares
|
#include <HistogramManager.h>
Public Member Functions | |
HistogramManager_2_1D (const HistogramManager_2_1D &manager) | |
HistogramManager_2_1D< T > & | operator= (const HistogramManager_2_1D &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, Bool_t sumw=kFALSE) |
Int_t | GetSize () const |
TList * | GetFlatList () const |
Package * | Report () const |
HistogramManager_1_1D< 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) |
void | Fill (Int_t i, Int_t j, Double_t X, Double_t weight) |
Public Attributes | |
HistogramManager_1_1D< T > * | fArray |
class for store 2-dim array of 1-dim histograms
Definition at line 433 of file HistogramManager.h.
|
inline |
Definition at line 448 of file HistogramManager.h.
Hal::HistogramManager_2_1D< T >::HistogramManager_2_1D | ( | const HistogramManager_2_1D< T > & | manager | ) |
Definition at line 369 of file HistogramManager.cxx.
|
inlinevirtual |
Definition at line 514 of file HistogramManager.h.
|
inline |
i | 1st index |
j | 2nd index |
Definition at line 497 of file HistogramManager.h.
|
inline |
fill histogram
i | 1st index of histogram |
j | 2nd index of histogram |
X | value to fill |
X | value to fill |
Definition at line 505 of file HistogramManager.h.
|
inline |
fill given histogram
i | 1st index of histogram |
j | 2nd index of histogram |
X | value to fill |
weight | weight for fill |
Definition at line 513 of file HistogramManager.h.
|
inline |
i | index |
Definition at line 490 of file HistogramManager.h.
TList * Hal::HistogramManager_2_1D< T >::GetFlatList | ( | ) | const |
Definition at line 429 of file HistogramManager.cxx.
|
inline |
Definition at line 474 of file HistogramManager.h.
void Hal::HistogramManager_2_1D< 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 398 of file HistogramManager.cxx.
void Hal::HistogramManager_2_1D< T >::Init | ( | Int_t | sizeX, |
Int_t | sizeY, | ||
Int_t | binsX, | ||
Double_t | minX, | ||
Double_t | maxX, | ||
Bool_t | sumw = kFALSE ) |
initialize histograms
sizeX | size of array |
sizeY | size of array |
binsX | number of bins |
minX | x-min |
maxX | x-max |
sumw | if true call Sumw |
Definition at line 410 of file HistogramManager.cxx.
HistogramManager_2_1D< T > & Hal::HistogramManager_2_1D< T >::operator= | ( | const HistogramManager_2_1D< T > & | manager | ) |
Definition at line 380 of file HistogramManager.cxx.
Package * Hal::HistogramManager_2_1D< T >::Report | ( | ) | const |
Definition at line 420 of file HistogramManager.cxx.
HistogramManager_1_1D<T>* Hal::HistogramManager_2_1D< T >::fArray |
array of vector
Definition at line 447 of file HistogramManager.h.